Date: Sat, 25 Sep 2021 17:46:33 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f46e7fe9ba3 - main - multimedia/mpv: prefer yt-dlp by default if installed Message-ID: <202109251746.18PHkXrv039491@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f46e7fe9ba3cca41e2c391af67a1d0f7118cb23 commit 9f46e7fe9ba3cca41e2c391af67a1d0f7118cb23 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-09-25 16:25:49 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-09-25 17:45:47 +0000 multimedia/mpv: prefer yt-dlp by default if installed --- multimedia/mpv/Makefile | 3 ++- multimedia/mpv/distinfo | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index b31669f4e5f8..1ec4821e497c 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpv DISTVERSIONPREFIX= v DISTVERSION= 0.33.1 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= https://waf.io/:waf @@ -21,6 +21,7 @@ PATCHFILES+= 03b9f8e32362.patch:-p1 # https://github.com/mpv-player/mpv/issues/8 PATCHFILES+= 747b1520012e.patch:-p1 # https://github.com/mpv-player/mpv/pull/9033 PATCHFILES+= 968faef86723.patch:-p1 # libplacebo 3.104 PATCHFILES+= 7c4465cefb27.patch:-p1 # libplacebo 3.104 +PATCHFILES+= cc4ada655aae.patch:-p1 # https://github.com/mpv-player/mpv/pull/9209 MAINTAINER= multimedia@FreeBSD.org COMMENT= Free and open-source general-purpose video player diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo index 682527ebba06..0f69dc14ddae 100644 --- a/multimedia/mpv/distinfo +++ b/multimedia/mpv/distinfo @@ -31,3 +31,5 @@ SHA256 (968faef86723.patch) = 21a052c67d36c2e9d30f9ab9714cde6284c46efd7397a1440a SIZE (968faef86723.patch) = 1176 SHA256 (7c4465cefb27.patch) = ae67fd51cc42db3f2629c9a5fd5cbd11390fea7cae90b5e5c12ab9e8ac5019a9 SIZE (7c4465cefb27.patch) = 3553 +SHA256 (cc4ada655aae.patch) = 6937e60a1b04a5c32fc6d34a760e79ad408ed56374d4b9d689c967f5a89c01a4 +SIZE (cc4ada655aae.patch) = 5202
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109251746.18PHkXrv039491>