Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2022 11:50:21 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 292d80d56776 - main - graphics/mesa*: Update to 22.2.2
Message-ID:  <202210241150.29OBoLBA010604@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

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

commit 292d80d5677674d9f03318a5f1caf09b27ecd169
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-10-24 10:27:08 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-10-24 11:50:02 +0000

    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
---
 graphics/mesa-dri/Makefile.common | 2 +-
 graphics/mesa-dri/distinfo        | 6 +++---
 graphics/mesa-gallium-va/Makefile | 1 +
 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 \



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