From nobody Tue Nov 16 14:27:20 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C0D3E189DDEF; Tue, 16 Nov 2021 14:27:20 +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 4HtpL03cWBz3FB8; Tue, 16 Nov 2021 14:27:20 +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 5B4986BF7; Tue, 16 Nov 2021 14:27:20 +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 1AGERKTa057629; Tue, 16 Nov 2021 14:27:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AGERKOY057628; Tue, 16 Nov 2021 14:27:20 GMT (envelope-from git) Date: Tue, 16 Nov 2021 14:27:20 GMT Message-Id: <202111161427.1AGERKOY057628@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: 131fe7f95091 - main - multimedia/mpv: backport --hwdec=vaapi for --gpu-context=displayvk List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org 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: 131fe7f95091c012f4377d68aeb21a9d841f0287 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=131fe7f95091c012f4377d68aeb21a9d841f0287 commit 131fe7f95091c012f4377d68aeb21a9d841f0287 Author: Jan Beich AuthorDate: 2021-11-16 14:10:15 +0000 Commit: Jan Beich CommitDate: 2021-11-16 14:26:03 +0000 multimedia/mpv: backport --hwdec=vaapi for --gpu-context=displayvk Not to be confused with --hwdec=vaapi-copy which worked before but has poor performance. --- multimedia/mpv/Makefile | 4 ++++ multimedia/mpv/distinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 3637853ed727..7ebed2a3c30a 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -3,11 +3,15 @@ PORTNAME= mpv DISTVERSIONPREFIX= v DISTVERSION= 0.34.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= https://waf.io/:waf DISTFILES= ${WAF_RELEASE}${EXTRACT_SUFX}:waf +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= b030cfe05f58.patch:-p1 # https://github.com/mpv-player/mpv/pull/9440 + MAINTAINER= multimedia@FreeBSD.org COMMENT= Free and open-source general-purpose video player diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo index 29464b30dc2c..418d54422d18 100644 --- a/multimedia/mpv/distinfo +++ b/multimedia/mpv/distinfo @@ -3,3 +3,5 @@ SHA256 (waf-2.0.20.tar.bz2) = cce635c2d1a0f93b4f5b811e0452a35b8066e8ccd78632447f SIZE (waf-2.0.20.tar.bz2) = 682619 SHA256 (mpv-player-mpv-v0.34.0_GH0.tar.gz) = f654fb6275e5178f57e055d20918d7d34e19949bc98ebbf4a7371902e88ce309 SIZE (mpv-player-mpv-v0.34.0_GH0.tar.gz) = 3287976 +SHA256 (b030cfe05f58.patch) = df7590e1d27e8e6c0e326781723ee87ef7c3fdf5a88438c8c29bb729a911ff74 +SIZE (b030cfe05f58.patch) = 5270