Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7A6677A110 for ; Thu, 5 May 2016 11:30:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2991E85EBA; Thu, 5 May 2016 11:30:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC9BC85EB9 for ; Thu, 5 May 2016 11:30:18 +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 MpV4FxRDH8Dx for ; Thu, 5 May 2016 11:30:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 529D684CEA for ; Thu, 5 May 2016 11:30:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D38AFBBA; Thu, 5 May 2016 11:30:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 5 May 2016 11:30:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160505113018.4D38AFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu May 5 11:30:18 UTC 2016 Modified Files: pkgsrc/audio/musicpd: Makefile distinfo options.mk Log Message: Updated musicpd to 0.19.15. Switch to ffmpeg3. ver 0.19.15 (2016/04/30) * decoder - ffmpeg: support FFmpeg 3.0 - ffmpeg: use as fallback instead of "mad" if no plugin matches - opus: support bigger OpusTags packets * fix more build failures on non-glibc builds due to constexpr Mutex * fix build failure due to missing include * fix unit test on Alpha To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/audio/musicpd/distinfo cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/musicpd/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.