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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ec717545de7
branches:  trunk
changeset: 441167:4ec717545de7
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue Oct 27 23:06:46 2020 +0000

description:
libopenmpt: update to 0.5.3.

ChangeLog:

### libopenmpt 0.5.3 (2020-10-25)

 *  [**Sec**] Possible hang if a MED file claimed to contain 256 songs. (r13704)

 *  [**Bug**] libopenmpt: `openmpt::is_extension_supported2()` exported symbol
    was missing (C++).
 *  [**Bug**] `openmpt::module::set_position_seconds` sometimes behaved as if
    the song end was reached when seeking into a pattern loop and in some other
    corner cases.

 *  Increase threshold for ignoring panning commands from 820 to 830.
 *  Subsong names now fall back to the first pattern's name if empty.
 *  MO3: Avoid certain ModPlug hacks from being fixed up twice, which could lead
    to e.g. very narrow pan swing range for old OpenMPT IT files saved with a
    recent MO3 encoder version.
 *  MO3: Some files with corrupted envelope data could be rejected completely
    (normally libopenmpt should fix up the envelope data).
 *  MO3: Song metadata didn't correctly identify MPTM as source format (it
    appeared as IT instead).
 *  STM: Change tempo computation to behave like Scream Tracker 2.3 instead of
    Scream Tracker 2.2, as the playback frequencies we use for sample playback
    are closer to those of Scream Tracker 2.3.
 *  PLM: Percentage offset (Mxx) was slightly off.
 *  WOW: Fix loading of several files and harden WOW detection.

diffstat:

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

diffs (27 lines):

diff -r 2cbe76455f37 -r 4ec717545de7 audio/libopenmpt/Makefile
--- a/audio/libopenmpt/Makefile Tue Oct 27 23:05:15 2020 +0000
+++ b/audio/libopenmpt/Makefile Tue Oct 27 23:06:46 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2020/08/31 15:03:53 fcambus Exp $
+# $NetBSD: Makefile,v 1.39 2020/10/27 23:06:46 fcambus Exp $
 
-DISTNAME=      libopenmpt-0.5.2+release.autotools
+DISTNAME=      libopenmpt-0.5.3+release.autotools
 PKGNAME=       ${DISTNAME:C/\+.*//}
 CATEGORIES=    audio
 MASTER_SITES=  https://lib.openmpt.org/files/libopenmpt/src/
diff -r 2cbe76455f37 -r 4ec717545de7 audio/libopenmpt/distinfo
--- a/audio/libopenmpt/distinfo Tue Oct 27 23:05:15 2020 +0000
+++ b/audio/libopenmpt/distinfo Tue Oct 27 23:06:46 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2020/08/31 15:03:53 fcambus Exp $
+$NetBSD: distinfo,v 1.30 2020/10/27 23:06:46 fcambus Exp $
 
-SHA1 (libopenmpt-0.5.2+release.autotools.tar.gz) = b25a37b94db297ee0b64a7d823c381716ade71d9
-RMD160 (libopenmpt-0.5.2+release.autotools.tar.gz) = 90f8246e3c214c5cbf6df0a2c9f72a6e27b4df15
-SHA512 (libopenmpt-0.5.2+release.autotools.tar.gz) = 39143af8ef4e84cf4ec9e94724c09a12533fa7bcc0e106c506a032546a8e846ae8946f40417981eabbb7403d8e6dba53548c96a7200807e1a99bd50f278c6628
-Size (libopenmpt-0.5.2+release.autotools.tar.gz) = 1466960 bytes
+SHA1 (libopenmpt-0.5.3+release.autotools.tar.gz) = 21136808b1ce44030ea133518c83cbe646f78ca8
+RMD160 (libopenmpt-0.5.3+release.autotools.tar.gz) = ae565efab89773e8d215619926b4afe6a92ac5b4
+SHA512 (libopenmpt-0.5.3+release.autotools.tar.gz) = 003e40a4fa5c44d38931f5008beb71fd82ea57f6989cffdf2f8687e403a244bd29d497c4de9744d594ecfb7d0dd2ba8ff17046a3987123f47bc56cd163f71d7d
+Size (libopenmpt-0.5.3+release.autotools.tar.gz) = 1468568 bytes



Home | Main Index | Thread Index | Old Index