From owner-dev-commits-ports-main@freebsd.org Sat Sep 25 17:46:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 439876AD86E; Sat, 25 Sep 2021 17:46:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HGxCt19K3z4v73; Sat, 25 Sep 2021 17:46:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03C9D6AC5; Sat, 25 Sep 2021 17:46:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18PHkXNa039492; Sat, 25 Sep 2021 17:46:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18PHkXrv039491; Sat, 25 Sep 2021 17:46:33 GMT (envelope-from git) Date: Sat, 25 Sep 2021 17:46:33 GMT Message-Id: <202109251746.18PHkXrv039491@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 9f46e7fe9ba3 - main - multimedia/mpv: prefer yt-dlp by default if installed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9f46e7fe9ba3cca41e2c391af67a1d0f7118cb23 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2021 17:46:34 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f46e7fe9ba3cca41e2c391af67a1d0f7118cb23 commit 9f46e7fe9ba3cca41e2c391af67a1d0f7118cb23 Author: Jan Beich AuthorDate: 2021-09-25 16:25:49 +0000 Commit: Jan Beich 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