pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/libopenmpt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 13 22:22:44 UTC 2019

Modified Files:
        pkgsrc/audio/libopenmpt: Makefile distinfo

Log Message:
libopenmpt: update to 0.4.3.

libopenmpt 0.4.3 (2019-02-11)

    [Sec] Possible crash due to null-pointer access when doing a portamento from an OPL instrument to an empty instrument note map slot (r11348).

    [Bug] libopenmpt did not compile on Apple platforms in C++17 mode.
    IT: Various fixes for note-off + instrument number in Old Effects mode.

    MO3: Import IT row highlights as written by MO3 2.4.1.2 or newer. Required for modules using modern tempo mode.
    miniz: Update to v2.0.8 (2018-09-19).
    stb_vorbis: Update to v1.15 (2019-02-07).

libopenmpt 0.4.2 (2019-01-22)

    [Sec] DSM: Assertion failure during file parsing with debug STLs (r11209).

    [Sec] J2B: Assertion failure during file parsing with debug STLs (r11216).
    S3M: Allow volume change of OPL instruments after Note Cut.

libopenmpt 0.4.1 (2019-01-06)

    [Bug] Binaries compiled for winold (Windows XP, Vista, 7, for CPUs without SSE2 support) did not actually work on CPUs without SSE2 support.
    [Bug] libmodplug: Public symbols of the C++ API had visibility=hidden set on non-MSVC systems, which made them not publicly accessible.
    [Bug] Project files for Windows 10 desktop builds on ARM and ARM64 (build/vs2017win10) were missing from Windows source package.

    [Bug] MSVC project files in Windows source package lacked additional files required to build DLLs.

    MO3: Apply playback changes based on “ModPlug-made” header flag.
    minimp3: Update to commit e9df0760e94044caded36a55d70ab4152134adc5 (2018-12-23).

libopenmpt 0.4.0 (2018-12-23)

    [New] libopenmpt now includes emulation of the OPL chip and thus plays OPL instruments in S3M, C67 and MPTM files. OPL chip emulation volume can be changed with the new ctl 
render.opl.volume_factor.
    [New] libopenmpt now supports CDFM / Composer 670 module files.
    [New] Autotools configure and plain Makefile now honor the variable CXXSTDLIB_PCLIBSPRIVATE which serves the sole purpose of listing the standard library (or libraries) required for static 
linking. The contents of this variable will be put in libopenmpt.pc Libs.private and used for nothing else. See \ref libopenmpt_c_staticlinking .
    [New] foo_openmpt: foo_openmpt now also works on Windows XP.
    [New] libopenmpt Emscripten builds now ship with MP3 support by default, based on minimp3 by Lion (github.com/lieff).
    [New] libopenmpt: New ctl play.at_end can be used to change what happens when the song end is reached:
        “fadeout”: Fades the module out for a short while. Subsequent reads after the fadeout will return 0 rendered frames. This is the default and identical to the behaviour in previous libopenmpt 
versions.
        “continue”: Returns 0 rendered frames when the song end is reached. Subsequent reads will continue playing from the song start or loop start. This can be used for custom loop logic, such as 
loop auto-detection and longer fadeouts.
        “stop”: Returns 0 rendered frames when the song end is reached. Subsequent reads will return 0 rendered frames.
    [New] Add new metadata fields "originaltype" and "originaltype_long" which allow more clearly reflecting what is going on with converted formats like MO3 and GDM.
    [New] Makefile CONFIG=emscripten now can generate WebAssembly via the additional option EMSCRIPTEN_TARGET=wasm.

    [New] Compiling for DOS is now experimentally supported via DJGPP GCC 7.2 or later.
    [Change] minimp3: Instead of the LGPL-2.1-licensed minimp3 by KeyJ, libopenmpt now uses the CC0-1.0-licensed minimp3 by Lion (github.com/lieff) as a fallback if libmpg123 is unavailable. The 
USE_MINIMP3 Makefile option is gone and minimp3 will be used automatically in the Makefile build system if libmpg123 is not available.
    [Change] openmpt123: openmpt123 now rejects --output-type in --ui and --batch modes and also rejects --output in --render mode. These combinations of options really made no sense and were rather 
confusing.
    [Change] Android NDK build system now uses libc++ (c++_shared) instead of GNU libstdc++ (gnustl_shared), as recommended by Android NDK r16b.
    [Change] xmp-openmpt: openmpt-mpg123.dll is no longer optional and must be placed into the same directory as xmp-openmpt.dll.
    [Change] in_openmpt: openmpt-mpg123.dll is no longer optional and must be placed either into the directory of the player itself or into the same directory as in_openmpt.dll. This is dependent on 
how the player loads its plugins. For WinAMP 5, openmpt-mpg123.dll needs to be in the directory which contains winamp.exe. in_openmpt.dll needs to be in the Plugins directory.
    [Change] foo_openmpt: foo_openmpt is now packaged as a fb2k-component package for easier installation.
    [Change] When building libopenmpt with MinGW-w64, it is now recommended to use the posix thread model (as opposed to the win32 threading model), because the former does support std::mutex while 
the latter does not. When building with win32 threading model with the Autotools build system, it is recommended to provide the mingw-std-threads package. Building libopenmpt with MinGW-w64 without 
any std::thread/std::mutex support is deprecated and support for such configurations will be removed in libopenmpt 0.5.
    [Change] Makefile CONFIG=emscripten now has 4 EMSCRIPTEN_TARGET= settings: wasm generates WebAssembly, asmjs128m generates asm.js with a fixed size 128MB heap, asmjs generates asm.js with a fixed 
default size heap (as of Emscripten 1.38.11, this amounts to 16MB), js generates JavaScript with dynamic heap growth and with compatibility for older VMs.

    [Change] libmodplug: Update public headers to libmodplug 0.8.8.5. This adds support for kind-of automatic MODPLUG_EXPORT decoration on Windows.
    [Regression] Support for Clang 3.4, 3.5 has been removed.
    [Regression] Building with Android NDK older than NDK r16b is not supported any more.
    [Regression] Support for Emscripten versions older than 1.38.5 has been removed.
    [Regression] Support for libmpg123 older than 1.14.0 has been removed.
    [Regression] Using MediaFoundation to decode MP3 samples is no longer supported. Use libmpg123 or minimp3 instead.

    [Regression] libmodplug: Support for emulating libmodplug 0.8.7 API/ABI has been removed.
    [Bug] xmp-openmpt: Sample rate and number of output channels were not applied correctly when using per-file settings.
    [Bug] Internal mixer state was not initialized properly when initially rendering in 44100kHz stereo format.
    [Bug] openmpt123: Prevent libsdl2 and libsdl from being enabled at the same time because they conflict with each other.

    [Bug] libmodplug: Setting SNDMIX_NORESAMPLING in the C++ API always resulted in linear interpolation instead of nearest neighbour
    IT: In Compatible Gxx mode, allow sample changes next to a tone portamento effect if a previous sample has already stopped playing.
    IT: Fix broken volume envelopes with negative values as found in breakdwn.it by Elysis.
    MOD: Slides and delayed notes are executed on every repetition of a row with row delay (fixes “ode to protracker”).
    XM: If the sustain point of the panning envelope is reached before key-off, it is never released.
    XM: Do not default recall volume / panning for delayed instrument-less notes
    XM :E60 loop bug was not considered in song length calucation.
    S3M: Notes without instrument number use previous note’s sample offset.
    Tighten M15 and MOD file rejection heuristics.
    J2B: Ignore frequency limits from file header. Fixes Medivo.j2b, broken since libopenmpt-0.2.6401-beta17.
    STM: More accurate tempo calculation.
    STM: Better support for early format revisions (no such files have been found in the wild, though).
    STM: Last character of sample name was missing.
    SFX: Work around bad conversions of the “Operation Stealth” soundtrack by turning pattern breaks into note stops.
    IMF: Filter cutoff was upside down and the cutoff range was too small.
    ParamEq plugin center frequency was not limited correctly.
    Keep track of active SFx macro during seeking.
    The “note cut” duplicate note action did not volume-ramp the previously playing sample.
    A song starting with non-existing patterns could not be played.
    DSM: Support restart position and 16-bit samples.
    DTM: Import global volume.
    MOD: Support notes in octave 2, like in FastTracker 2 (fixes DOPE.MOD).
    Do not apply Amiga playback heuristics to MOD files that have clearly been written with a PC tracker.
    MPTM: More logical release node behaviour.
    Subsong search is now less thorough. It could previously find many subsongs that are technically correct (unplayed rows at the beginning of patterns that have been jumped over due to pattern 
breaks), but so far no real-world module that would require such a thorough subsong detection was found. The old mechanism caused way more false positives than intended with real-world modules, 
though.
    Restrict the unpacked size of compressed DMF, IT, MDL and MO3 samples to avoid huge allocations with malformed small files.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/libopenmpt/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/libopenmpt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libopenmpt/Makefile
diff -u pkgsrc/audio/libopenmpt/Makefile:1.28 pkgsrc/audio/libopenmpt/Makefile:1.29
--- pkgsrc/audio/libopenmpt/Makefile:1.28       Fri Jul  6 15:06:44 2018
+++ pkgsrc/audio/libopenmpt/Makefile    Wed Feb 13 22:22:44 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2018/07/06 15:06:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2019/02/13 22:22:44 wiz Exp $
 
-DISTNAME=      libopenmpt-0.3.1+release.autotools
+DISTNAME=      libopenmpt-0.4.3+release.autotools
 PKGNAME=       ${DISTNAME:C/\+.*//}
-PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  http://lib.openmpt.org/files/libopenmpt/src/
 

Index: pkgsrc/audio/libopenmpt/distinfo
diff -u pkgsrc/audio/libopenmpt/distinfo:1.23 pkgsrc/audio/libopenmpt/distinfo:1.24
--- pkgsrc/audio/libopenmpt/distinfo:1.23       Sun Oct  1 09:37:00 2017
+++ pkgsrc/audio/libopenmpt/distinfo    Wed Feb 13 22:22:44 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2017/10/01 09:37:00 wiz Exp $
+$NetBSD: distinfo,v 1.24 2019/02/13 22:22:44 wiz Exp $
 
-SHA1 (libopenmpt-0.3.1+release.autotools.tar.gz) = bb76233648def6d8b61ccbd32296ec3fa1d636a2
-RMD160 (libopenmpt-0.3.1+release.autotools.tar.gz) = 11efcc52b1752d69c1feeedf9f6bab7c8e88dc3b
-SHA512 (libopenmpt-0.3.1+release.autotools.tar.gz) = ff57ae9aa68e322840939dbfd4ee04dc9449387da9514dce66c1995414cd3010c80aedcfb6f7c70d839f6e6588802d7be24e5c9601a7f393450eb10e454b50a8
-Size (libopenmpt-0.3.1+release.autotools.tar.gz) = 1372292 bytes
+SHA1 (libopenmpt-0.4.3+release.autotools.tar.gz) = acc45e0868e8a93cf6f456eab2e5d52c1ca12d05
+RMD160 (libopenmpt-0.4.3+release.autotools.tar.gz) = 90d29352edd72b39557297eaa378ee744fd118bf
+SHA512 (libopenmpt-0.4.3+release.autotools.tar.gz) = 7d212409aa36fe5ce0d05f454f937a1e5b77fe14956f94e56bc364d4bca0e8fb5876a2924509f16eec2f9708189025fc6c5cbebcbe9937027ea46610a51e612d
+Size (libopenmpt-0.4.3+release.autotools.tar.gz) = 1462862 bytes



Home | Main Index | Thread Index | Old Index