Received: by mail.netbsd.org (Postfix, from userid 605) id 7B14784D3F; Mon, 31 Aug 2020 15:03:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 022A984D37 for ; Mon, 31 Aug 2020 15:03:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gMyAOjrfZ7MY for ; Mon, 31 Aug 2020 15:03:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6EAEA84CDB for ; Mon, 31 Aug 2020 15:03:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67E7AFB27; Mon, 31 Aug 2020 15:03:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159888623334080" MIME-Version: 1.0 Date: Mon, 31 Aug 2020 15:03:53 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/audio/libopenmpt To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20200831150353.67E7AFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159888623334080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Aug 31 15:03:53 UTC 2020 Modified Files: pkgsrc/audio/libopenmpt: Makefile distinfo Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/audio/libopenmpt/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/libopenmpt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159888623334080 Content-Disposition: inline Content-Length: 1897 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/libopenmpt/Makefile diff -u pkgsrc/audio/libopenmpt/Makefile:1.37 pkgsrc/audio/libopenmpt/Makefile:1.38 --- pkgsrc/audio/libopenmpt/Makefile:1.37 Tue Aug 18 17:57:37 2020 +++ pkgsrc/audio/libopenmpt/Makefile Mon Aug 31 15:03:53 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2020/08/18 17:57:37 leot Exp $ +# $NetBSD: Makefile,v 1.38 2020/08/31 15:03:53 fcambus Exp $ -DISTNAME= libopenmpt-0.5.1+release.autotools +DISTNAME= libopenmpt-0.5.2+release.autotools PKGNAME= ${DISTNAME:C/\+.*//} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ Index: pkgsrc/audio/libopenmpt/distinfo diff -u pkgsrc/audio/libopenmpt/distinfo:1.28 pkgsrc/audio/libopenmpt/distinfo:1.29 --- pkgsrc/audio/libopenmpt/distinfo:1.28 Tue Jul 28 12:44:18 2020 +++ pkgsrc/audio/libopenmpt/distinfo Mon Aug 31 15:03:53 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2020/07/28 12:44:18 fcambus Exp $ +$NetBSD: distinfo,v 1.29 2020/08/31 15:03:53 fcambus Exp $ -SHA1 (libopenmpt-0.5.1+release.autotools.tar.gz) = 007fc3ba904e539a336c4ac93f3557b04a74162d -RMD160 (libopenmpt-0.5.1+release.autotools.tar.gz) = 22cd3e8f973c88359510c524e0a078eb9c9921bc -SHA512 (libopenmpt-0.5.1+release.autotools.tar.gz) = 570787cfcf0b85ca10e753fe49b8a94ff69e1c881ffec5a1aee27a2bc1e142a62ae8cd79de5ab8cf4c7536688de13e9cb675b559a0aa755ad994a24010433a9f -Size (libopenmpt-0.5.1+release.autotools.tar.gz) = 1465318 bytes +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 --_----------=_159888623334080--