commit d577011a5135744bdacfefbfb1fe700a22ef61fe
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Thu Feb 22 11:50:19 2024 +0100
enable vp9, av1 codecs due to new meson build flag (#6873)
mesa-freeworld.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index c613689..2454c5d 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -67,7 +67,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 24.0.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-",
"~"); print(ver)}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: MIT
URL:
http://www.mesa3d.org
@@ -218,7 +218,7 @@ export RUSTFLAGS="%build_rustflags"
%if 0%{?with_opencl}
-Dgallium-rusticl=true \
%endif
- -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \
+ -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec,av1dec,av1enc,vp9dec \
-Dvulkan-drivers=%{?vulkan_drivers} \
-Dvulkan-layers=device-select \
-Dshared-glapi=enabled \
@@ -324,6 +324,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
+* Thu Feb 22 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.0-2
+- enable vp9, av1 codecs due to new meson build flag (#6873)
+
* Fri Feb 02 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.0-1
- Update to 24.0.0