head 1.2; access; symbols pkgsrc-2023Q4:1.2.0.60 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.58 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.56 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.54 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.52 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.50 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.48 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.46 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.44 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.42 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.40 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.38 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.36 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.34 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.30 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.10 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.32 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.28 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.26 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.24 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.22 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.20 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.18 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.16 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.14 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.12 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.8 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.6 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.4 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.2 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.1.0.16 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.14 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.12 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.10 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.8 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.6 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.4 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.2 pkgsrc-2014Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2016.07.21.12.49.41; author wiz; state Exp; branches; next 1.1; commitid ul9ySCxPK9jsIbfz; 1.1 date 2014.08.26.10.44.15; author wiz; state Exp; branches; next ; commitid bqfWy0RyCX0OmRNx; desc @@ 1.2 log @Updated libopenmpt to 0.2.6611. Add pulseaudio option, default on to follow upstream. libopenmpt 0.2-beta18 (2016-07-11) [Change] openmpt123: Add PulseAudio output support. Autotools and Makefile build systems now depend on libpulse and libpulse-simple by default. Disable with --without-pulseaudio or NO_PULSEAUDIO=1 respectively. When enabled, PulseAudio will be the default output driver, [Change] xmp-openmpt: Settings are now stored in xmplay.ini like with every other plugin. [Regression] openmpt123: Support for FLAC < 1.3.0 has been removed. FLAC before 1.3.0 is broken beyond repair as it provides assert.h in the include path. [Bug] Generated pkg-config file libopenmpt.pc by both Makefile and Autotools build systems was totally broken. [Bug] libopenmpt no longer uses the non-thread-safe global std::rand() function. [Bug] Sample loops in GDM modules did not work when using Emscripten. [Bug] XM and MO3 loaders could crash due to unaligned memory accesses. [Bug] Fixed incorrect handling of custom MPTM tunings on big endian platforms. [Bug] Fixed various problems found with clang 3.8 static analyzer, address sanitizer and undefined behaviour sanitizer. [Bug] File header probing functionality was broken for most formats. [Bug] With non-seekable streams, the entire file was almost always cached even if it was not of any supported module type. Seeking in allsubsongs-mode now works correctly. openmpt123: Added subsong support. Various playback fixes for 669, IT, MT2 and MTM files. Some MOD files with more than 128 patterns (e.g. NIETNU.MOD) were not loaded correctly. A new example libopenmpt_example_c_probe has been added which demonstrates the usage and flexibility of openmpt_could_open_propability() in the C API under various constraints. @ text @# $NetBSD: options.mk,v 1.1 2014/08/26 10:44:15 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libopenmpt PKG_SUPPORTED_OPTIONS= flac pulseaudio sndfile wavpack PKG_SUGGESTED_OPTIONS= pulseaudio sndfile .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mflac) .include "../../audio/flac/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mpulseaudio) .include "../../audio/pulseaudio/buildlink3.mk" .else CONFIGURE_ARGS+= --without-pulseaudio .endif .if !empty(PKG_OPTIONS:Msndfile) .include "../../audio/libsndfile/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mwavpack) .include "../../audio/wavpack/buildlink3.mk" .endif @ 1.1 log @Import libopenmpt-0.2.4115beta5 as audio/libopenmpt. OpenMPT based module player library and libopenmpt based command-line player libopenmpt is a cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. openmpt123 is a cross-platform command-line or terminal based module file player. libopenmpt is based on the player code of the Open ModPlug Tracker project (OpenMPT, http://openmpt.org/). In order to avoid code base fragmentation, libopenmpt is developed in the same source code repository as OpenMPT. @ text @d1 1 a1 1 # $NetBSD$ d4 2 a5 2 PKG_SUPPORTED_OPTIONS= flac sndfile wavpack PKG_SUGGESTED_OPTIONS= sndfile d13 6 @