Mon Aug 31 15:03:53 2020 UTC ()
libopenmpt: update to 0.5.2.

ChangeLog:

### libopenmpt 0.5.2 (2020-08-30)

 *  [**Change**] `Makefile` `CONFIG=emscripten` now supports
    `EMSCRIPTEN_TARGET=all` which provides WebAssembly as well as fallback to
    JavaScript in a single build.

 *  [**Regression**] `Makefile` `CONFIG=emscripten` does not support
    `EMSCRIPTEN_TARGET=asmjs` or `EMSCRIPTEN_TARGET=asmjs128m` any more because
    support has been removed from current Emscripten versions.
 *  [**Regression**] Support for Emscripten versions older than 1.39.7 has been
    removed.

 *  PP20: The first few bytes of some files were not decompressed properly,
    making some files unplayable (depending on the original format).


(fcambus)
diff -r1.37 -r1.38 pkgsrc/audio/libopenmpt/Makefile
diff -r1.28 -r1.29 pkgsrc/audio/libopenmpt/distinfo

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

--- pkgsrc/audio/libopenmpt/Makefile 2020/08/18 17:57:37 1.37
+++ pkgsrc/audio/libopenmpt/Makefile 2020/08/31 15:03:53 1.38
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.37 2020/08/18 17:57:37 leot Exp $ 1# $NetBSD: Makefile,v 1.38 2020/08/31 15:03:53 fcambus Exp $
2 2
3DISTNAME= libopenmpt-0.5.1+release.autotools 3DISTNAME= libopenmpt-0.5.2+release.autotools
4PKGNAME= ${DISTNAME:C/\+.*//} 4PKGNAME= ${DISTNAME:C/\+.*//}
5PKGREVISION= 1 
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.28 -r1.29 pkgsrc/audio/libopenmpt/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/libopenmpt/distinfo 2020/07/28 12:44:18 1.28
+++ pkgsrc/audio/libopenmpt/distinfo 2020/08/31 15:03:53 1.29
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.28 2020/07/28 12:44:18 fcambus Exp $ 1$NetBSD: distinfo,v 1.29 2020/08/31 15:03:53 fcambus Exp $
2 2
3SHA1 (libopenmpt-0.5.1+release.autotools.tar.gz) = 007fc3ba904e539a336c4ac93f3557b04a74162d 3SHA1 (libopenmpt-0.5.2+release.autotools.tar.gz) = b25a37b94db297ee0b64a7d823c381716ade71d9
4RMD160 (libopenmpt-0.5.1+release.autotools.tar.gz) = 22cd3e8f973c88359510c524e0a078eb9c9921bc 4RMD160 (libopenmpt-0.5.2+release.autotools.tar.gz) = 90f8246e3c214c5cbf6df0a2c9f72a6e27b4df15
5SHA512 (libopenmpt-0.5.1+release.autotools.tar.gz) = 570787cfcf0b85ca10e753fe49b8a94ff69e1c881ffec5a1aee27a2bc1e142a62ae8cd79de5ab8cf4c7536688de13e9cb675b559a0aa755ad994a24010433a9f 5SHA512 (libopenmpt-0.5.2+release.autotools.tar.gz) = 39143af8ef4e84cf4ec9e94724c09a12533fa7bcc0e106c506a032546a8e846ae8946f40417981eabbb7403d8e6dba53548c96a7200807e1a99bd50f278c6628
6Size (libopenmpt-0.5.1+release.autotools.tar.gz) = 1465318 bytes 6Size (libopenmpt-0.5.2+release.autotools.tar.gz) = 1466960 bytes