From e2019addfa4e2a29852db0c568c90aaf596de58a Mon Sep 17 00:00:00 2001 From: John Date: Mon, 11 Mar 2024 00:35:24 +0100 Subject: [PATCH] mesa: enable all video codecs mesa moved all codecs behind the build flag in 24.0, before this change, only the patent encumbered codecs were behind this flag. The new option all just builds all codecs supporte in mesa. resolves #49229 --- srcpkgs/mesa/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template index 27630148b64..cd25b7aaf83 100644 --- a/srcpkgs/mesa/template +++ b/srcpkgs/mesa/template @@ -1,7 +1,7 @@ # Template file for 'mesa' pkgname=mesa version=24.0.2 -revision=1 +revision=2 build_style=meson _llvmver=17 #Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911 @@ -85,7 +85,7 @@ if [ "$_have_amd" ]; then subpackages+=" mesa-vulkan-radeon" # transitional dummy packages subpackages+=" mesa-ati-dri" - configure_args+=" -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec" + configure_args+=" -Dvideo-codecs=all" fi if [ "$_have_intel" ]; then