aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-10-24 10:27:08 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-10-24 11:50:02 +0000
commit292d80d5677674d9f03318a5f1caf09b27ecd169 (patch)
tree3192ba0dc0a6321bdadb44ac9b7acd7dbd265c9c
parentd5fc145b809319d59775a2e51cb7cfa50ea8537d (diff)
downloadports-292d80d5677674d9f03318a5f1caf09b27ecd169.tar.gz
ports-292d80d5677674d9f03318a5f1caf09b27ecd169.zip
graphics/mesa*: Update to 22.2.2
While here enable vc1, h264 and h265 for mesa-gallium-va Release notes: https://lists.freedesktop.org/archives/mesa-announce/2022-October/000689.html Sponsored by: Beckhoff Automation GmbH & Co. KG PR: 267238
-rw-r--r--graphics/mesa-dri/Makefile.common2
-rw-r--r--graphics/mesa-dri/distinfo6
-rw-r--r--graphics/mesa-gallium-va/Makefile1
3 files changed, 5 insertions, 4 deletions
diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common
index 6e5ff7863341..37f83a2c516d 100644
--- a/graphics/mesa-dri/Makefile.common
+++ b/graphics/mesa-dri/Makefile.common
@@ -12,7 +12,7 @@
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
-MESABASEVERSION= 22.2.1
+MESABASEVERSION= 22.2.2
# if there is a subversion, don't include the '-' between 7.11-rc2.
MESASUBVERSION=
diff --git a/graphics/mesa-dri/distinfo b/graphics/mesa-dri/distinfo
index a088af3f34f6..da8d2f2950b8 100644
--- a/graphics/mesa-dri/distinfo
+++ b/graphics/mesa-dri/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665746519
-SHA256 (mesa-22.2.1.tar.xz) = 0079beac0a33f45e7e0aec59e6913eafbc4268a3f1e2e330017440494f91b13c
-SIZE (mesa-22.2.1.tar.xz) = 16408240
+TIMESTAMP = 1666453292
+SHA256 (mesa-22.2.2.tar.xz) = 2de11fb74fc5cc671b818e49fe203cea0cd1d8b69756e97cdb06a2f4e78948f9
+SIZE (mesa-22.2.2.tar.xz) = 16424508
diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile
index aca22c05571e..7f2fb46e4916 100644
--- a/graphics/mesa-gallium-va/Makefile
+++ b/graphics/mesa-gallium-va/Makefile
@@ -21,6 +21,7 @@ ONLY_FOR_ARCHS= i386 amd64 aarch64 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= used only by AMD/Radeon hardware
MESON_ARGS+= -Ddri-drivers="" \
+ -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc" \
-Dgallium-drivers="radeonsi,r600" \
-Dvulkan-drivers="" \
-Dgallium-vdpau=disabled \