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:           Tue Feb  1 15:29:29 UTC 2022

Modified Files:
        pkgsrc/audio/libopenmpt: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/audio/libopenmpt/Makefile
cvs rdiff -u -r1.44 -r1.45 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.56 pkgsrc/audio/libopenmpt/Makefile:1.57
--- pkgsrc/audio/libopenmpt/Makefile:1.56       Sat Jan  8 11:57:37 2022
+++ pkgsrc/audio/libopenmpt/Makefile    Tue Feb  1 15:29:29 2022
@@ -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/

Index: pkgsrc/audio/libopenmpt/distinfo
diff -u pkgsrc/audio/libopenmpt/distinfo:1.44 pkgsrc/audio/libopenmpt/distinfo:1.45
--- pkgsrc/audio/libopenmpt/distinfo:1.44       Thu Dec 30 19:43:09 2021
+++ pkgsrc/audio/libopenmpt/distinfo    Tue Feb  1 15:29:29 2022
@@ -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