Source-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.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f4527a4e02f
branches:  trunk
changeset: 436171:9f4527a4e02f
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue Jul 28 12:44:18 2020 +0000

description:
libopenmpt: update to 0.5.1.

ChangeLog:

### libopenmpt 0.5.1 (2020-07-26)

 *  [**Bug**] `libopenmpt/libopenmpt.h` failed to compile with
    `LIBOPENMPT_NO_DEPRECATE` defined.

 *  MPTM: Qxy now retriggers OPL notes if new compatibility flag is set in file.
 *  MPTM: Bring back old OPL note end-of-envelope behaviour for files made with
    OpenMPT 1.28.
 *  IT: Global volume slides with both nibbles set preferred the "slide up"
    nibble over the "slide down" nibble in old OpenMPT versions, unlike other
    slides. Such old files are now imported correctly again.
 *  IT: Fixed an edge case where, if the filter hit full cutoff / no resonance
    on the first tick of a row where a new delayed note would be triggered, the
    filter would be disabled even though it should stay active. Fixes trace.it
    by maddie.
 *  OXM: Some sample loops were not imported correctly.
 *  XM: Out-of-range arpeggio clamping behaviour broke in OpenMPT 1.23.05.00.
    The arpeggios in Binary World by Dakota now play correctly again.
 *  S3M: Support old-style sample pre-amp value in very early S3M files.
 *  S3M: Only force-enable fast slides for files ST 3.00. Previously, any S3M
    file made with an ST3 version older than 3.20 enabled them.
 *  S3M: Only apply volume and middle-C speed on instrument change if the new
    sample slot has sample data.
 *  MOD: Fix an infinite loop in GamerMan by MrGamer by playing non-ProTracker
    MODs more like FT2 would.
 *  M15: Improve tracker detection heuristics to never assume SoundTracker 2.0
    if there is a huge number of Dxx commands, as that is a definite hint that
    they should be treated as volume slides. Fixes Monty On The Run by
    Master Blaster.
 *  MO3: Support OPL patches in MO3 files created from MPTM and S3M.
 *  DBM: If a global pattern command would be lost because both effect commands
    in a cell would have to go into the regular effect column (e.g. a speed and
    a tempo command), the lost command is now attempted to be written into a
    different cell on the same row. Fixes "Party-Question V" by grogon.

 *  mpg123: Update to v1.26.3 (2020-07-16).
 *  stb_vorbis: Update v1.20 commit b42009b3b9d4ca35bc703f5310eedc74f584be58
    (2020-07-13).

diffstat:

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

diffs (27 lines):

diff -r f781fe269f8f -r 9f4527a4e02f audio/libopenmpt/Makefile
--- a/audio/libopenmpt/Makefile Tue Jul 28 09:09:20 2020 +0000
+++ b/audio/libopenmpt/Makefile Tue Jul 28 12:44:18 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2020/05/25 10:29:31 fcambus Exp $
+# $NetBSD: Makefile,v 1.36 2020/07/28 12:44:18 fcambus Exp $
 
-DISTNAME=      libopenmpt-0.5.0+release.autotools
+DISTNAME=      libopenmpt-0.5.1+release.autotools
 PKGNAME=       ${DISTNAME:C/\+.*//}
 CATEGORIES=    audio
 MASTER_SITES=  https://lib.openmpt.org/files/libopenmpt/src/
diff -r f781fe269f8f -r 9f4527a4e02f audio/libopenmpt/distinfo
--- a/audio/libopenmpt/distinfo Tue Jul 28 09:09:20 2020 +0000
+++ b/audio/libopenmpt/distinfo Tue Jul 28 12:44:18 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2020/05/25 10:29:31 fcambus Exp $
+$NetBSD: distinfo,v 1.28 2020/07/28 12:44:18 fcambus Exp $
 
-SHA1 (libopenmpt-0.5.0+release.autotools.tar.gz) = a11e73b6fba38ba2a45704a8bc9314eb0e0acb34
-RMD160 (libopenmpt-0.5.0+release.autotools.tar.gz) = ad501fc60a8952bf7160fb1c41b76c8c6624b4a9
-SHA512 (libopenmpt-0.5.0+release.autotools.tar.gz) = 1b62e67deb1541eeeba91b87c393b0bb8a5412e2f4718bad341f14167238bbea0084de9a7c20e5bdd9621ecf5ed78b08924b41526c7148435c0ee5ba31ca9d82
-Size (libopenmpt-0.5.0+release.autotools.tar.gz) = 1463179 bytes
+SHA1 (libopenmpt-0.5.1+release.autotools.tar.gz) = 007fc3ba904e539a336c4ac93f3557b04a74162d
+RMD160 (libopenmpt-0.5.1+release.autotools.tar.gz) = 22cd3e8f973c88359510c524e0a078eb9c9921bc
+SHA512 (libopenmpt-0.5.1+release.autotools.tar.gz) = 570787cfcf0b85ca10e753fe49b8a94ff69e1c881ffec5a1aee27a2bc1e142a62ae8cd79de5ab8cf4c7536688de13e9cb675b559a0aa755ad994a24010433a9f
+Size (libopenmpt-0.5.1+release.autotools.tar.gz) = 1465318 bytes



Home | Main Index | Thread Index | Old Index