[Bug 273703] graphics/mesa*: Update to 23.1.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Nov 2023 12:36:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273703 --- Comment #27 from Jan Beich <jbeich@FreeBSD.org> --- (In reply to Emmanuel Vadot from comment #26) *Sigh* Talking via patches is far easier than using words. Vulkan Video in mesa-dri 23.1.8 works fine for me with the following patch (what comment 7 suggested): diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index e309b1adf75f..deaafb456495 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ @@ -73,6 +73,9 @@ MESON_ARGS+= -Dgallium-drivers="${GALLIUM_DRIVERS:ts,:tl}" \ -Dvulkan-drivers="${VULKAN_DRIVERS:ts,:tl}" \ -Dplatforms="${MESA_PLATFORMS:ts,:tl}" +# Vulkan Video +MESON_ARGS+= -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc" + # Disable some options MESON_ARGS+= -Dandroid-libbacktrace=disabled \ -Dgallium-xa=disabled \ -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.