aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-05-31 23:02:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-05-31 23:10:24 +0000
commit5cddff72724cfd4dded9e45f89af11271adf6b38 (patch)
treec947bcfcfee652b22e86f7409b0ac1ce483a19ce
parent6d4ccd4b9dea74989e9e74f15527d382f12000de (diff)
downloadports-5cddff72724cfd4dded9e45f89af11271adf6b38.tar.gz
ports-5cddff72724cfd4dded9e45f89af11271adf6b38.zip
multimedia/libva: backport modifiers support for mesa-devel
-rw-r--r--graphics/mesa-devel/Makefile1
-rw-r--r--multimedia/libva/Makefile2
-rw-r--r--multimedia/libva/distinfo2
3 files changed, 5 insertions, 0 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index c556665ea875..64f7693ff612 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -1,6 +1,7 @@
PORTNAME= mesa
DISTVERSION= 21.1-branchpoint-2036
DISTVERSIONSUFFIX= -gfda4eaf5c43
+PORTREVISION= 1
CATEGORIES= graphics
PKGNAMESUFFIX= -devel
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile
index 1578dd1bc573..eddd501123d1 100644
--- a/multimedia/libva/Makefile
+++ b/multimedia/libva/Makefile
@@ -1,10 +1,12 @@
PORTNAME= libva
DISTVERSION= 2.11.0
+PORTREVISION= 1
CATEGORIES= multimedia
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 0c9e5f2fff22.patch:-p1 # https://github.com/intel/libva/pull/292
PATCHFILES+= 657d77406161.patch:-p1 # https://github.com/intel/libva/pull/292
+PATCHFILES+= fb31fe67f303.patch:-p1 # https://github.com/intel/libva/pull/505
MAINTAINER= jbeich@FreeBSD.org
COMMENT?= VAAPI wrapper and dummy driver
diff --git a/multimedia/libva/distinfo b/multimedia/libva/distinfo
index ced613f92f40..685b91494397 100644
--- a/multimedia/libva/distinfo
+++ b/multimedia/libva/distinfo
@@ -5,3 +5,5 @@ SHA256 (0c9e5f2fff22.patch) = ea769e0225befd4d0046f1f6f4d60bd85c24f9c96b519c414a
SIZE (0c9e5f2fff22.patch) = 1715
SHA256 (657d77406161.patch) = 0aa9cc936440e07ebc748829a139546acb01256065afea4a9f5cdc131d97db9d
SIZE (657d77406161.patch) = 1107
+SHA256 (fb31fe67f303.patch) = 2e4c65829516839a0a77e9d6d82302f37b72d9a4f136aa5949a5864804063433
+SIZE (fb31fe67f303.patch) = 2126