From b85890f326cbc8ecc306653671ce2a762662e65f Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 4 Oct 2024 08:26:20 -0700 Subject: [PATCH] fix: mesa-freeworld (#2145) (#2148) * fix: mesa-freeworld Signed-off-by: madomado * Update mesa-freeworld.spec Signed-off-by: madomado * debug_package %nil Signed-off-by: madomado --------- Signed-off-by: madomado (cherry picked from commit ac392a2b2c37fb91690d9e3aa068b16be2aceb57) Co-authored-by: madomado --- anda/system/mesa-freeworld/mesa-freeworld.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/system/mesa-freeworld/mesa-freeworld.spec b/anda/system/mesa-freeworld/mesa-freeworld.spec index abb3643cf1..601f09f488 100644 --- a/anda/system/mesa-freeworld/mesa-freeworld.spec +++ b/anda/system/mesa-freeworld/mesa-freeworld.spec @@ -1,3 +1,4 @@ +%define debug_package %nil %global srcname mesa %global _description These drivers contains video acceleration codecs for decoding/encoding H.264 and H.265 \ algorithms and decoding only VC1 algorithm. @@ -333,7 +334,7 @@ rm -fr %{buildroot}%{_libdir}/dri/libgallium_drv_video.so %if %{with_gallium_video} == 1 -%{_libdir}/dri/libgallium_drv_video.so +%dnl %{_libdir}/dri/libgallium_drv_video.so %endif %{_libdir}/dri/virtio_gpu_drv_video.so @@ -351,7 +352,7 @@ rm -fr %{buildroot}%{_libdir}/dri/libgallium_drv_video.so %{_libdir}/vdpau/libvdpau_radeonsi.so.1* %endif %if 0%{?with_gallium_video} == 1 -%{_libdir}/vdpau/libvdpau_gallium.so.1* +%dnl %{_libdir}/vdpau/libvdpau_gallium.so.1* %endif %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1* %{_metainfodir}/org.mesa3d.vdpau.freeworld.metainfo.xml