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:           Thu Mar  9 13:34:09 UTC 2023

Modified Files:
        pkgsrc/audio/libopenmpt: Makefile distinfo

Log Message:
libopenmpt: update to 0.6.9.

### libopenmpt 0.6.9 (2023-03-05)

 *  [**Bug**] An exception could be thrown during rendering when trying to
    access the release node of an empty envelope.

 *  The fix for the OPL cutoff bug introduced in libopenmpt 0.6.7 was
    incomplete.
 *  ULT: Offset commands exceeding 65535 samples were sometimes not imported
    correctly even if there was room for them.
 *  After seeking with seek.sync_samples=1, the filter settings of playing notes
    were not updated since libopenmpt 0.6.7.
 *  Loading of and seeking inside (malformed) modules with thousands of short
    sub-songs has been sped up.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/audio/libopenmpt/Makefile
cvs rdiff -u -r1.51 -r1.52 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.67 pkgsrc/audio/libopenmpt/Makefile:1.68
--- pkgsrc/audio/libopenmpt/Makefile:1.67       Tue Jan 31 14:34:35 2023
+++ pkgsrc/audio/libopenmpt/Makefile    Thu Mar  9 13:34:09 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2023/01/31 14:34:35 fcambus Exp $
+# $NetBSD: Makefile,v 1.68 2023/03/09 13:34:09 fcambus Exp $
 
-DISTNAME=      libopenmpt-0.6.8+release.autotools
+DISTNAME=      libopenmpt-0.6.9+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.51 pkgsrc/audio/libopenmpt/distinfo:1.52
--- pkgsrc/audio/libopenmpt/distinfo:1.51       Tue Jan 31 14:34:35 2023
+++ pkgsrc/audio/libopenmpt/distinfo    Thu Mar  9 13:34:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2023/01/31 14:34:35 fcambus Exp $
+$NetBSD: distinfo,v 1.52 2023/03/09 13:34:09 fcambus Exp $
 
-BLAKE2s (libopenmpt-0.6.8+release.autotools.tar.gz) = d5afa69a01df298e25ede2d08e661aa98a821a0753c4c88ca4a762bae90b8d79
-SHA512 (libopenmpt-0.6.8+release.autotools.tar.gz) = 254affd878c8139631b14a74a3bcb7d4af47eb94542507830b82fe6b29d3c1db6f5a1a921c3190304b82886969d49a61a33f260bb2e53dd0c8d58c7a91e34e8e
-Size (libopenmpt-0.6.8+release.autotools.tar.gz) = 1557187 bytes
+BLAKE2s (libopenmpt-0.6.9+release.autotools.tar.gz) = 9dffcc4ee5a15aedb9746fc36a4de7f78b93cea2841f61d328b2e8677f9aa509
+SHA512 (libopenmpt-0.6.9+release.autotools.tar.gz) = 89d44bae0e705b6b8aa54a0939fdf435a879f5197c30c3343f7f6c273511cf3d07e5b64e8859fc9e24842a5f845133723b5cdd36b65112c34c9350607f1e0fea
+Size (libopenmpt-0.6.9+release.autotools.tar.gz) = 1555604 bytes



Home | Main Index | Thread Index | Old Index