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:   fcambus
Date:           Sun Feb 14 10:20:59 UTC 2021

Modified Files:
        pkgsrc/audio/libopenmpt: Makefile distinfo

Log Message:
libopenmpt: update to 0.5.5.

### libopenmpt 0.5.5 (2021-01-31)

*  [**New**] `Makefile` `CONFIG=emscripten` now supports
   `EMSCRIPTEN_TARGET=audioworkletprocessor` which builds an ES6 module in
   a single file with reduced dependencies suitable to be used in an
   AudioWorkletProcessor.

*  [**Bug**] stb_vorbis: Fix decoding of Vorbis streams without comments which
   affected most Vorbis samples since stb_vorbis v1.20.

*  `openmpt::ext::interactive::set_pitch_factor` wasn't applied to OPL voices.
*  OPL channel state (in particular current patch) is now updated when seeking.
*  The FT2 tremolo quirk is now also applied to MOD files. FT2 just copied the
   quirky code from ProTracker!
*  DMF: Preserve effects better in some situations where there is more than one
   effect in a pattern cell.
*  DMF: Improve import of finetune effect with parameters larger than +/-15.

*  mpg123: Update to v1.26.4 (2020-12-24).
*  pugixml: Update to v1.11.4 (2020-12-22).


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/audio/libopenmpt/Makefile
cvs rdiff -u -r1.31 -r1.32 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.42 pkgsrc/audio/libopenmpt/Makefile:1.43
--- pkgsrc/audio/libopenmpt/Makefile:1.42       Sun Feb  7 06:30:13 2021
+++ pkgsrc/audio/libopenmpt/Makefile    Sun Feb 14 10:20:59 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2021/02/07 06:30:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2021/02/14 10:20:59 fcambus Exp $
 
-DISTNAME=      libopenmpt-0.5.4+release.autotools
+DISTNAME=      libopenmpt-0.5.5+release.autotools
 PKGNAME=       ${DISTNAME:C/\+.*//}
-PKGREVISION=   3
 CATEGORIES=    audio
 MASTER_SITES=  https://lib.openmpt.org/files/libopenmpt/src/
 

Index: pkgsrc/audio/libopenmpt/distinfo
diff -u pkgsrc/audio/libopenmpt/distinfo:1.31 pkgsrc/audio/libopenmpt/distinfo:1.32
--- pkgsrc/audio/libopenmpt/distinfo:1.31       Tue Dec  1 15:33:57 2020
+++ pkgsrc/audio/libopenmpt/distinfo    Sun Feb 14 10:20:59 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2020/12/01 15:33:57 fcambus Exp $
+$NetBSD: distinfo,v 1.32 2021/02/14 10:20:59 fcambus Exp $
 
-SHA1 (libopenmpt-0.5.4+release.autotools.tar.gz) = 3d430d612bcb96576012e56b1d417dbd62473997
-RMD160 (libopenmpt-0.5.4+release.autotools.tar.gz) = 557f8274a16573227ffa67bea348a1bd7daabd68
-SHA512 (libopenmpt-0.5.4+release.autotools.tar.gz) = 2acb5f04bbca84dc01e0aa0e002924e3cd41c0d3516d3f896705c2906d8b2f8646c45d3dca609ffc94972629b887fd63da383e3d0127b2420731de20e4590b5a
-Size (libopenmpt-0.5.4+release.autotools.tar.gz) = 1470690 bytes
+SHA1 (libopenmpt-0.5.5+release.autotools.tar.gz) = 88885aae9e42e784a926faa890e70046d23d0089
+RMD160 (libopenmpt-0.5.5+release.autotools.tar.gz) = 069d08240d679f3e911cd629f846b55517771a56
+SHA512 (libopenmpt-0.5.5+release.autotools.tar.gz) = 8a56fdd0994b6db3567ea81d6cbd6ab69caceb82e7b0eb1dde017eb5c001c291384e7ab4a5a8a3ddbed3df4ac6b073a4d26e66f493926f582d198fb6810f9890
+Size (libopenmpt-0.5.5+release.autotools.tar.gz) = 1471537 bytes



Home | Main Index | Thread Index | Old Index