Received: by mail.netbsd.org (Postfix, from userid 605) id 9D89C84D7D; Tue, 18 Feb 2020 13:21:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24C5184D7C for ; Tue, 18 Feb 2020 13:21:39 +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 cBVBn562uZIA for ; Tue, 18 Feb 2020 13:21:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A189184CD4 for ; Tue, 18 Feb 2020 13:21:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B6EBFBF4; Tue, 18 Feb 2020 13:21:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158203209875240" MIME-Version: 1.0 Date: Tue, 18 Feb 2020 13:21:38 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200218132138.9B6EBFBF4@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. --_----------=_158203209875240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Feb 18 13:21:38 UTC 2020 Modified Files: pkgsrc/audio/musicpd: Makefile distinfo Log Message: musicpd: Update to 0.21.20 ver 0.21.20 (2020/02/16) * decoder - audiofile, ffmpeg, sndfile: handle MIME type "audio/wav" - ffmpeg: fix playback of AIFF and TTA - vorbis, opus: fix seeking in small files * fix backwards seeking on ARM (and other non-x86 CPUs) To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.108 -r1.109 pkgsrc/audio/musicpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158203209875240 Content-Disposition: inline Content-Length: 1798 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/musicpd/Makefile diff -u pkgsrc/audio/musicpd/Makefile:1.207 pkgsrc/audio/musicpd/Makefile:1.208 --- pkgsrc/audio/musicpd/Makefile:1.207 Sat Jan 18 23:22:45 2020 +++ pkgsrc/audio/musicpd/Makefile Tue Feb 18 13:21:38 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.207 2020/01/18 23:22:45 nia Exp $ +# $NetBSD: Makefile,v 1.208 2020/02/18 13:21:38 nia Exp $ -DISTNAME= mpd-0.21.19 +DISTNAME= mpd-0.21.20 PKGNAME= ${DISTNAME:S/mpd/musicpd/} CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/0.21/ Index: pkgsrc/audio/musicpd/distinfo diff -u pkgsrc/audio/musicpd/distinfo:1.108 pkgsrc/audio/musicpd/distinfo:1.109 --- pkgsrc/audio/musicpd/distinfo:1.108 Sat Jan 18 23:22:45 2020 +++ pkgsrc/audio/musicpd/distinfo Tue Feb 18 13:21:38 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.108 2020/01/18 23:22:45 nia Exp $ +$NetBSD: distinfo,v 1.109 2020/02/18 13:21:38 nia Exp $ -SHA1 (mpd-0.21.19.tar.xz) = 0408b36b6658fe96d6a51ff6880262296222d257 -RMD160 (mpd-0.21.19.tar.xz) = e80a724bb4bbafd0e537053b86a5cdc91b4bf130 -SHA512 (mpd-0.21.19.tar.xz) = 50609b104b84b37dbb297fb40e8f4b352f13de7be5791b8d48c3af3459bfa0f0f88d1d37dcbb0d2409aaee881bca7a7bf6f871b82418ddade19829b02a2bde6a -Size (mpd-0.21.19.tar.xz) = 676020 bytes +SHA1 (mpd-0.21.20.tar.xz) = eefac56f77a8ef77b1ae5de9083f36716de85c71 +RMD160 (mpd-0.21.20.tar.xz) = 68bf5287b11add6500ca3e5a6c7eb438df1cf5b9 +SHA512 (mpd-0.21.20.tar.xz) = 9dd49190ba4c85014d24e88cdb02a4649e8fb687a49fc9ea019f23725eda483980008e9abebf0ad3960bd310b693c56999699d7c7ddee3ca18e9b2aa6d5a2176 +Size (mpd-0.21.20.tar.xz) = 676396 bytes SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6 SHA1 (patch-src_output_plugins_SolarisOutputPlugin.cxx) = 1bf5284c52446100f6c01ac94d6e82a0685ab13a --_----------=_158203209875240--