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 Oct 27 23:06:46 UTC 2020

Modified Files:
        pkgsrc/audio/libopenmpt: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/libopenmpt/Makefile
cvs rdiff -u -r1.29 -r1.30 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.38 pkgsrc/audio/libopenmpt/Makefile:1.39
--- pkgsrc/audio/libopenmpt/Makefile:1.38       Mon Aug 31 15:03:53 2020
+++ pkgsrc/audio/libopenmpt/Makefile    Tue Oct 27 23:06:46 2020
@@ -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/

Index: pkgsrc/audio/libopenmpt/distinfo
diff -u pkgsrc/audio/libopenmpt/distinfo:1.29 pkgsrc/audio/libopenmpt/distinfo:1.30
--- pkgsrc/audio/libopenmpt/distinfo:1.29       Mon Aug 31 15:03:53 2020
+++ pkgsrc/audio/libopenmpt/distinfo    Tue Oct 27 23:06:46 2020
@@ -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