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


(fcambus)
diff -r1.67 -r1.68 pkgsrc/audio/libopenmpt/Makefile
diff -r1.51 -r1.52 pkgsrc/audio/libopenmpt/distinfo

cvs diff -r1.67 -r1.68 pkgsrc/audio/libopenmpt/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/libopenmpt/Makefile 2023/01/31 14:34:35 1.67
+++ pkgsrc/audio/libopenmpt/Makefile 2023/03/09 13:34:09 1.68
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.67 2023/01/31 14:34:35 fcambus Exp $ 1# $NetBSD: Makefile,v 1.68 2023/03/09 13:34:09 fcambus Exp $
2 2
3DISTNAME= libopenmpt-0.6.8+release.autotools 3DISTNAME= libopenmpt-0.6.9+release.autotools
4PKGNAME= ${DISTNAME:C/\+.*//} 4PKGNAME= ${DISTNAME:C/\+.*//}
5CATEGORIES= audio 5CATEGORIES= audio
6MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ 6MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://lib.openmpt.org/libopenmpt/ 9HOMEPAGE= https://lib.openmpt.org/libopenmpt/
10COMMENT= Library to decode tracked music files into a raw PCM audio stream 10COMMENT= Library to decode tracked music files into a raw PCM audio stream
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man 13BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_TOOLS= gmake pkg-config 16USE_TOOLS= gmake pkg-config

cvs diff -r1.51 -r1.52 pkgsrc/audio/libopenmpt/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/libopenmpt/distinfo 2023/01/31 14:34:35 1.51
+++ pkgsrc/audio/libopenmpt/distinfo 2023/03/09 13:34:09 1.52
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.51 2023/01/31 14:34:35 fcambus Exp $ 1$NetBSD: distinfo,v 1.52 2023/03/09 13:34:09 fcambus Exp $
2 2
3BLAKE2s (libopenmpt-0.6.8+release.autotools.tar.gz) = d5afa69a01df298e25ede2d08e661aa98a821a0753c4c88ca4a762bae90b8d79 3BLAKE2s (libopenmpt-0.6.9+release.autotools.tar.gz) = 9dffcc4ee5a15aedb9746fc36a4de7f78b93cea2841f61d328b2e8677f9aa509
4SHA512 (libopenmpt-0.6.8+release.autotools.tar.gz) = 254affd878c8139631b14a74a3bcb7d4af47eb94542507830b82fe6b29d3c1db6f5a1a921c3190304b82886969d49a61a33f260bb2e53dd0c8d58c7a91e34e8e 4SHA512 (libopenmpt-0.6.9+release.autotools.tar.gz) = 89d44bae0e705b6b8aa54a0939fdf435a879f5197c30c3343f7f6c273511cf3d07e5b64e8859fc9e24842a5f845133723b5cdd36b65112c34c9350607f1e0fea
5Size (libopenmpt-0.6.8+release.autotools.tar.gz) = 1557187 bytes 5Size (libopenmpt-0.6.9+release.autotools.tar.gz) = 1555604 bytes