Fri Oct 15 08:36:22 2021 UTC ()
libopenmpt: update to 0.5.12.

### libopenmpt 0.5.12 (2021-10-04)

 *  [**Sec**] Possible crash when loading malformed MDL files. (r15603)

 *  [**Bug**] Fixed various undefined behaviour found with ubsan.

 *  Seeking with sample sync sometimes didn't compute the correct sample
    position with pingpong-looped samples.
 *  IT: Tremor command I11 erroneously behaved like I00 (use previous
    parameter) unless IT Old Effects were enabled.
 *  PTM: Panning was translated wrong in some edge cases.
 *  IMF / PTM: Note Slide commands were sometimes slightly off.
 *  OKT: Better support for fine note slides.
 *  DBM: Echo enable effect parameter range checks were incorrect.
 *  XM: Sample texts in XMs made with MadTracker are now also decoded using
    Windows-1252 encoding.

 *  in_openmpt: Song metadata is no longer reverted when viewing file info.


(fcambus)
diff -r1.50 -r1.51 pkgsrc/audio/libopenmpt/Makefile
diff -r1.38 -r1.39 pkgsrc/audio/libopenmpt/distinfo

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

--- pkgsrc/audio/libopenmpt/Makefile 2021/09/08 21:04:55 1.50
+++ pkgsrc/audio/libopenmpt/Makefile 2021/10/15 08:36:21 1.51
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.50 2021/09/08 21:04:55 nia Exp $ 1# $NetBSD: Makefile,v 1.51 2021/10/15 08:36:21 fcambus Exp $
2 2
3DISTNAME= libopenmpt-0.5.10+release.autotools 3DISTNAME= libopenmpt-0.5.12+release.autotools
4PKGNAME= ${DISTNAME:C/\+.*//} 4PKGNAME= ${DISTNAME:C/\+.*//}
5PKGREVISION= 2 
6CATEGORIES= audio 5CATEGORIES= audio
7MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ 6MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://lib.openmpt.org/libopenmpt/ 9HOMEPAGE= https://lib.openmpt.org/libopenmpt/
11COMMENT= 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
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man 13BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
15 14
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17USE_TOOLS= gmake pkg-config 16USE_TOOLS= gmake pkg-config
18 17

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

--- pkgsrc/audio/libopenmpt/distinfo 2021/10/07 13:09:33 1.38
+++ pkgsrc/audio/libopenmpt/distinfo 2021/10/15 08:36:21 1.39
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.38 2021/10/07 13:09:33 nia Exp $ 1$NetBSD: distinfo,v 1.39 2021/10/15 08:36:21 fcambus Exp $
2 2
3RMD160 (libopenmpt-0.5.10+release.autotools.tar.gz) = a6db9e0e0a7dbb820e2cadd132cbede4d5a488fe 3SHA1 (libopenmpt-0.5.12+release.autotools.tar.gz) = 8429b6002523befc8aea080c5bdfa821ae69a457
4SHA512 (libopenmpt-0.5.10+release.autotools.tar.gz) = ea76b6e3a6038046fc72e92203018202a247e4216bc33cc358290c74aba119e81e0c40d0f4f90874dc605d9354f04437b516b11b0ee3d644af7f230851e3f816 4RMD160 (libopenmpt-0.5.12+release.autotools.tar.gz) = 1cbb888d6135a1d1ac1af73e41a7a1f16a1ad21d
5Size (libopenmpt-0.5.10+release.autotools.tar.gz) = 1475967 bytes 5SHA512 (libopenmpt-0.5.12+release.autotools.tar.gz) = e22a79737a825a5753429271bba7af94fd195fb0ff770a3e2091b941c3856bbad770eeeb88cd86d37e01b0138e820199d3650f55546f2e33bb2e99b1b14d9925
 6Size (libopenmpt-0.5.12+release.autotools.tar.gz) = 1477744 bytes