Received: by mail.netbsd.org (Postfix, from userid 605) id 7F54B84F3B; Wed, 15 Jun 2022 10:05:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B836B84D39 for ; Wed, 15 Jun 2022 10:05:09 +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 OxdVx0gM7hvb for ; Wed, 15 Jun 2022 10:05:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2D8DE84CFF for ; Wed, 15 Jun 2022 10:05:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E8A9FB1A; Wed, 15 Jun 2022 10:06:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165528761126080" MIME-Version: 1.0 Date: Wed, 15 Jun 2022 10:06:51 +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: <20220615100651.1E8A9FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165528761126080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Wed Jun 15 10:06:51 UTC 2022 Modified Files: pkgsrc/audio/libopenmpt: Makefile distinfo Log Message: libopenmpt: update to 0.6.4. ### libopenmpt 0.6.4 (2022-06-12) * [**Bug**] openmpt123: Linking failed when using Autotools build system targeting MinGW. * [**Bug**] tests: Linking failed when using Autotools build system targeting MinGW. * [**Bug**] examples: Linking failed when using Autotools build system targeting MinGW. * [**Change**] Support for mingw-std-threads when building for MinGW targets is now deprecated because this is not supported for GCC 11 or later (see ). * Ping-pong sample loops sometimes stopped playing at the end of the loop. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/audio/libopenmpt/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/libopenmpt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165528761126080 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.60 pkgsrc/audio/libopenmpt/Makefile:1.61 --- pkgsrc/audio/libopenmpt/Makefile:1.60 Thu Apr 28 19:51:33 2022 +++ pkgsrc/audio/libopenmpt/Makefile Wed Jun 15 10:06:50 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2022/04/28 19:51:33 fcambus Exp $ +# $NetBSD: Makefile,v 1.61 2022/06/15 10:06:50 fcambus Exp $ -DISTNAME= libopenmpt-0.6.3+release.autotools +DISTNAME= libopenmpt-0.6.4+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.47 pkgsrc/audio/libopenmpt/distinfo:1.48 --- pkgsrc/audio/libopenmpt/distinfo:1.47 Thu Apr 28 19:51:33 2022 +++ pkgsrc/audio/libopenmpt/distinfo Wed Jun 15 10:06:50 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2022/04/28 19:51:33 fcambus Exp $ +$NetBSD: distinfo,v 1.48 2022/06/15 10:06:50 fcambus Exp $ -BLAKE2s (libopenmpt-0.6.3+release.autotools.tar.gz) = 835e5b8bc610e3f2875282b8758600911a367f82244cf404f3feffa043b7b31e -SHA512 (libopenmpt-0.6.3+release.autotools.tar.gz) = b9f9cce9ef7d87ad8f18d17603b613fd153d5effdf04de566daabe26afa08b84eb0aa089b94fcbf7cb724befd0a3d93ffdaf5b578f2a3afa31f7aa517f39c62f -Size (libopenmpt-0.6.3+release.autotools.tar.gz) = 1514410 bytes +BLAKE2s (libopenmpt-0.6.4+release.autotools.tar.gz) = 610eb1e6d803f4cabc81d14dea9684bdc372f086b4c1579770201cc1408bd3c9 +SHA512 (libopenmpt-0.6.4+release.autotools.tar.gz) = 7306ddbe030b8e82ad24fc85083d13d7ca680870f4dbe7215399719cd63ee9ed9e5c4c6229e9f17fb5a2005e86b21ceed0dab158d3f0b73c606579654434421f +Size (libopenmpt-0.6.4+release.autotools.tar.gz) = 1547663 bytes --_----------=_165528761126080--