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.6.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdda0bcbafb1
branches:  trunk
changeset: 372902:fdda0bcbafb1
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue Feb 01 15:29:29 2022 +0000

description:
libopenmpt: update to 0.6.1.

### libopenmpt 0.6.1 (2022-01-30)

 *  [**Bug**] Linking libmpg123 no longer fails on OpenBSD.
 *  [**Bug**] Possible hang with malformed DMF, DSM, MED, MUS, OKT and SymMOD
    files containing 65536 or more patterns when destroying the module.
 *  [**Bug**] Avoid NaNs and infinite values with custom tunings and in the
    I3DL2Reverb plugin.

 *  The letter "z" is now evaluated in fixed MIDI macros (Z80...ZFF) the same
    way as in Impulse Tracker.
 *  MOD: Loosened VBlank timing heuristics so that "frame of mind" by Dascon
    plays correctly.
 *  MOD: Validate the contents of "hidden" patterns beyond the end of the order
    list when the file size matches the expected size when only taken "official"
    patterns into account. This fixes Shofixti Ditty.mod from Star Control 2
    while keeping other (partly broken) modules working.
 *  MED: Command 20 (reverse sample) is now only applied when it's next to a
    note.
 *  S3M: Introducing the "Send OPL key-off when triggering notes" compatibility
    setting broke retrigger for OPL notes again (they retriggered rather than
    not retriggering).
 *  S3M: Retriggering a note no longer resets its pitch after a portamento.
 *  S3M: Partially implement retrigger behaviour for stopped notes in
    SoundBlaster mode: Like in IT, it is not possible to retrigger a sample that
    has already stopped playing.
 *  DIGI: Improve compatibility with E3x reverse sample command.
 *  DSym: Tempos < 32 were treated as tempo slides.
 *  SymMOD: Key-off command was not implemented properly.

diffstat:

 audio/libopenmpt/Makefile |  4 ++--
 audio/libopenmpt/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 6d6878e1111c -r fdda0bcbafb1 audio/libopenmpt/Makefile
--- a/audio/libopenmpt/Makefile Tue Feb 01 15:10:57 2022 +0000
+++ b/audio/libopenmpt/Makefile Tue Feb 01 15:29:29 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2022/01/08 11:57:37 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2022/02/01 15:29:29 fcambus Exp $
 
-DISTNAME=      libopenmpt-0.6.0+release.autotools
+DISTNAME=      libopenmpt-0.6.1+release.autotools
 PKGNAME=       ${DISTNAME:C/\+.*//}
 CATEGORIES=    audio
 MASTER_SITES=  https://lib.openmpt.org/files/libopenmpt/src/
diff -r 6d6878e1111c -r fdda0bcbafb1 audio/libopenmpt/distinfo
--- a/audio/libopenmpt/distinfo Tue Feb 01 15:10:57 2022 +0000
+++ b/audio/libopenmpt/distinfo Tue Feb 01 15:29:29 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2021/12/30 19:43:09 fcambus Exp $
+$NetBSD: distinfo,v 1.45 2022/02/01 15:29:29 fcambus Exp $
 
-BLAKE2s (libopenmpt-0.6.0+release.autotools.tar.gz) = a2ebdf32493e5a108dff45be8e6c2ecadeb36b170e8b367a5d971f9ff6a642bf
-SHA512 (libopenmpt-0.6.0+release.autotools.tar.gz) = 8da6cf1f2dbf683c32f45cbf884784360cced5e21f9862c96a1a679bd90b36be9a7cc59accbf82271a804722986cb81e75915f6564aeaaa248ed3e967dfdfb1a
-Size (libopenmpt-0.6.0+release.autotools.tar.gz) = 1506911 bytes
+BLAKE2s (libopenmpt-0.6.1+release.autotools.tar.gz) = 4869b735c0ae0f4cd05f85ccc0206e78401fb4e363a26094e4efcc3d6428304e
+SHA512 (libopenmpt-0.6.1+release.autotools.tar.gz) = b43124746fc7c8bdbcfcf24c5cff1cd8330cab664fd1641ac7a35416ed25bb80c74f31db74085c13f4beb9774c17c12a4486c8c5e976f3fbb70a27c236c0f4fb
+Size (libopenmpt-0.6.1+release.autotools.tar.gz) = 1511280 bytes



Home | Main Index | Thread Index | Old Index