Received: by mail.netbsd.org (Postfix, from userid 605) id AD24684E69; Mon, 27 Jun 2022 00:04:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DACA584E64 for ; Mon, 27 Jun 2022 00:04:52 +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 6QDPQYa0lRTx for ; Mon, 27 Jun 2022 00:04:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 26B3084E19 for ; Mon, 27 Jun 2022 00:04:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 445CFFB1A; Mon, 27 Jun 2022 00:07:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1656288421124930" MIME-Version: 1.0 Date: Mon, 27 Jun 2022 00:07:01 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/multimedia/mpv To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20220627000701.445CFFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1656288421124930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Mon Jun 27 00:07:01 UTC 2022 Modified Files: pkgsrc/multimedia/mpv: Makefile Log Message: multimedia/mpv: Move to ffmpeg5 To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 pkgsrc/multimedia/mpv/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1656288421124930 Content-Disposition: inline Content-Length: 1004 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/mpv/Makefile diff -u pkgsrc/multimedia/mpv/Makefile:1.136 pkgsrc/multimedia/mpv/Makefile:1.137 --- pkgsrc/multimedia/mpv/Makefile:1.136 Tue May 17 13:12:13 2022 +++ pkgsrc/multimedia/mpv/Makefile Mon Jun 27 00:07:01 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.136 2022/05/17 13:12:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.137 2022/06/27 00:07:01 js Exp $ DISTNAME= mpv-0.34.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -76,7 +76,7 @@ post-install: .include "../../lang/python/application.mk" .include "../../multimedia/libass/buildlink3.mk" .include "../../multimedia/libdvdnav/buildlink3.mk" -.include "../../multimedia/ffmpeg4/buildlink3.mk" +.include "../../multimedia/ffmpeg5/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/jpeg.buildlink3.mk" --_----------=_1656288421124930--