Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 2021 21:30:05 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f5e5bcfdf3d2 - 2021Q4 - multimedia/mpv: backport --hwdec=vaapi for --gpu-context=displayvk
Message-ID:  <202111202130.1AKLU5xs006712@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5e5bcfdf3d2538e684bb2f5655de4238963d73d

commit f5e5bcfdf3d2538e684bb2f5655de4238963d73d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-16 14:10:15 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-20 21:28:43 +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.
    
    (cherry picked from commit 131fe7f95091c012f4377d68aeb21a9d841f0287)
---
 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 1ec4821e497c..9b2c2180cc40 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	mpv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.33.1
-PORTREVISION=	8
+PORTREVISION=	9
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	https://waf.io/:waf
@@ -22,6 +22,7 @@ PATCHFILES+=	747b1520012e.patch:-p1 # https://github.com/mpv-player/mpv/pull/903
 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
+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 0f69dc14ddae..d6ed262befef 100644
--- a/multimedia/mpv/distinfo
+++ b/multimedia/mpv/distinfo
@@ -33,3 +33,5 @@ SHA256 (7c4465cefb27.patch) = ae67fd51cc42db3f2629c9a5fd5cbd11390fea7cae90b5e5c1
 SIZE (7c4465cefb27.patch) = 3553
 SHA256 (cc4ada655aae.patch) = 6937e60a1b04a5c32fc6d34a760e79ad408ed56374d4b9d689c967f5a89c01a4
 SIZE (cc4ada655aae.patch) = 5202
+SHA256 (b030cfe05f58.patch) = df7590e1d27e8e6c0e326781723ee87ef7c3fdf5a88438c8c29bb729a911ff74
+SIZE (b030cfe05f58.patch) = 5270



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111202130.1AKLU5xs006712>