pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libopenmpt libopenmpt: update to 0.5.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c2a819bcaf17
branches: trunk
changeset: 446861:c2a819bcaf17
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Sun Feb 14 10:20:59 2021 +0000
description:
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).
diffstat:
audio/libopenmpt/Makefile | 5 ++---
audio/libopenmpt/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r d04686f508e8 -r c2a819bcaf17 audio/libopenmpt/Makefile
--- a/audio/libopenmpt/Makefile Sun Feb 14 09:37:44 2021 +0000
+++ b/audio/libopenmpt/Makefile Sun Feb 14 10:20:59 2021 +0000
@@ -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/
diff -r d04686f508e8 -r c2a819bcaf17 audio/libopenmpt/distinfo
--- a/audio/libopenmpt/distinfo Sun Feb 14 09:37:44 2021 +0000
+++ b/audio/libopenmpt/distinfo Sun Feb 14 10:20:59 2021 +0000
@@ -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