Received: by mail.netbsd.org (Postfix, from userid 605) id 3190B84E61; Mon, 9 Jan 2023 09:49:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61C7184D6B for ; Mon, 9 Jan 2023 09:49:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sdopUmmq8v3b for ; Mon, 9 Jan 2023 09:49:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AD44784CEE for ; Mon, 9 Jan 2023 09:49:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C6C6FA90; Mon, 9 Jan 2023 09:49:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673257765186710" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 09:49:25 +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: <20230109094925.9C6C6FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673257765186710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Jan 9 09:49:25 UTC 2023 Modified Files: pkgsrc/audio/libopenmpt: Makefile distinfo Log Message: libopenmpt: update to 0.6.7. ### libopenmpt 0.6.7 (2023-01-08) * [**Bug**] openmpt123: openmpt123 crashed on Windows 9x when showing any console output. * IT: In sample mode, portamento to a different sample turns off the filter if cutoff / resonance was previously 127 / 0. * S3M Detect files saved with Graoumf Tracker instead of claiming they were made with OpenMPT 4.47. * S3M: Pattern loop state was not propagated anymore since libopenmpt 0.6.0, leading to wrong song length calculation and SB0 + SBx being located on different channels not working properly anymore. * mpg123: Update to v1.31.1 (2022-11-01). * FLAC: Update to v1.4.2 (2022-10-22). * pugixml: Update to v1.13 (2022-11-02). To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/audio/libopenmpt/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/audio/libopenmpt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673257765186710 Content-Disposition: inline Content-Length: 1746 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.65 pkgsrc/audio/libopenmpt/Makefile:1.66 --- pkgsrc/audio/libopenmpt/Makefile:1.65 Tue Sep 27 20:37:17 2022 +++ pkgsrc/audio/libopenmpt/Makefile Mon Jan 9 09:49:25 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2022/09/27 20:37:17 fcambus Exp $ +# $NetBSD: Makefile,v 1.66 2023/01/09 09:49:25 fcambus Exp $ -DISTNAME= libopenmpt-0.6.6+release.autotools +DISTNAME= libopenmpt-0.6.7+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.49 pkgsrc/audio/libopenmpt/distinfo:1.50 --- pkgsrc/audio/libopenmpt/distinfo:1.49 Tue Sep 27 20:37:17 2022 +++ pkgsrc/audio/libopenmpt/distinfo Mon Jan 9 09:49:25 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.49 2022/09/27 20:37:17 fcambus Exp $ +$NetBSD: distinfo,v 1.50 2023/01/09 09:49:25 fcambus Exp $ -BLAKE2s (libopenmpt-0.6.6+release.autotools.tar.gz) = 4626c7eb89db3f5e30a1141047ebbf5b67732078aebe10e9b554019db231f1e4 -SHA512 (libopenmpt-0.6.6+release.autotools.tar.gz) = b634c556f13dc51d1008f4216936a9b7cab25a6fb0d5218da0b692ec848de21905ed1981223ac9ecdebea9ce6c5376e91ff92e1655dd0be491fce0114e3230bf -Size (libopenmpt-0.6.6+release.autotools.tar.gz) = 1554516 bytes +BLAKE2s (libopenmpt-0.6.7+release.autotools.tar.gz) = c125f874549cb74822937e757e76e7db4209c82408cafb8f4b748f6cbbe32af7 +SHA512 (libopenmpt-0.6.7+release.autotools.tar.gz) = 5b6a52491fee74cf3cddbf28edb5ced0e8115a5eb3fb53bf285a33fabfc1c8aa940c729a95f169c17163b4aedaa5a26614b3a85a22dba60bd10ad5d7cc94846e +Size (libopenmpt-0.6.7+release.autotools.tar.gz) = 1556248 bytes --_----------=_1673257765186710--