automatic version update by autodist [release 24.3.3-1mamba;Sat Jan 18 2025]
This commit is contained in:
parent
b8dced5e18
commit
aeecd98ebd
30
Mesa.spec
30
Mesa.spec
@ -1,6 +1,6 @@
|
||||
Name: Mesa
|
||||
Epoch: 1
|
||||
Version: 24.2.8
|
||||
Version: 24.3.3
|
||||
Release: 1mamba
|
||||
Summary: A 3-D graphics library with an API which is very similar to that of OpenGL
|
||||
Group: System/Libraries
|
||||
@ -14,7 +14,6 @@ License: MIT
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXxf86vm-devel
|
||||
BuildRequires: libclang-devel
|
||||
BuildRequires: libdrm-devel
|
||||
@ -22,7 +21,6 @@ BuildRequires: libelf-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libllvm-devel
|
||||
BuildRequires: libomxil-bellagio-devel
|
||||
BuildRequires: libsensors-devel
|
||||
BuildRequires: libspirv-llvm-translator-devel
|
||||
BuildRequires: libspirv-tools-devel
|
||||
@ -118,7 +116,7 @@ Group: System/Tools
|
||||
%description -n mesa-common
|
||||
Common files and tools for the Mesa GL libraries.
|
||||
|
||||
%debug_package
|
||||
%global toolchain clang
|
||||
|
||||
%prep
|
||||
%setup -q -n mesa-%{version}
|
||||
@ -160,11 +158,9 @@ export PYTHON=%{__python3}
|
||||
-Dvalgrind=enabled \
|
||||
%endif
|
||||
-Dvulkan-layers=device-select,intel-nullhw,overlay \
|
||||
-Ddri3=enabled \
|
||||
-Degl=enabled \
|
||||
-Dgallium-extra-hud=true \
|
||||
-Dgallium-nine=true \
|
||||
-Dgallium-omx=bellagio \
|
||||
%ifnarch arm
|
||||
-Dgallium-opencl=icd \
|
||||
-Dgallium-rusticl=true \
|
||||
@ -176,7 +172,7 @@ export PYTHON=%{__python3}
|
||||
-Dgbm=enabled \
|
||||
-Dgles1=disabled \
|
||||
-Dgles2=enabled \
|
||||
-Dglvnd=true \
|
||||
-Dglvnd=enabled \
|
||||
-Dglx=dri \
|
||||
-Dlibunwind=enabled \
|
||||
-Dllvm=enabled \
|
||||
@ -187,10 +183,6 @@ export PYTHON=%{__python3}
|
||||
-Dvideo-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc \
|
||||
-Ddri-drivers-path=%{_libdir}/dri
|
||||
|
||||
# -Ddri-drivers=i915,i965,r100,r200,nouveau \
|
||||
# -Dswr-arches=avx,avx2 \
|
||||
# -Dglx-direct=true \
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -238,13 +230,7 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
%{_libdir}/libVkLayer_MESA_device_select.so
|
||||
%{_libdir}/libVkLayer_MESA_overlay.so
|
||||
%{_libdir}/libxatracker.so.*
|
||||
#%{_libdir}/libXvMC*.so.*
|
||||
%{_libdir}/libvulkan_*.so
|
||||
#%ifarch x86_64 %{ix86}
|
||||
#%{_libdir}/libswrAVX.so.*
|
||||
#%{_libdir}/libswrAVX2.so.*
|
||||
#%endif
|
||||
%{_libdir}/bellagio/libomx_mesa.so
|
||||
%dir %{_libdir}/d3d
|
||||
%{_libdir}/d3d/d3dadapter9.so.*
|
||||
%dir %{_libdir}/dri
|
||||
@ -315,6 +301,7 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
%{_libdir}/dri/vkms_dri.so
|
||||
%{_libdir}/dri/zynqmp-dpsub_dri.so
|
||||
%endif
|
||||
%{_libdir}/gbm/dri_gbm.so
|
||||
%ifnarch arm
|
||||
%dir %{_libdir}/gallium-pipe
|
||||
%{_libdir}/gallium-pipe/pipe_*.so
|
||||
@ -332,11 +319,6 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
%{_includedir}/d3dadapter/*.h
|
||||
%dir %{_includedir}/GL/internal
|
||||
%{_includedir}/GL/internal/dri_interface.h
|
||||
%ifarch x86_64 %{ix86}
|
||||
#%{_includedir}/vulkan/vulkan_intel.h
|
||||
#%{_libdir}/libswrAVX.so
|
||||
#%{_libdir}/libswrAVX2.so
|
||||
%endif
|
||||
%{_libdir}/libgbm.so
|
||||
%{_libdir}/libxatracker.so
|
||||
%{_libdir}/libGLX_mesa.so
|
||||
@ -345,7 +327,6 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
%{_libdir}/libRusticlOpenCL.so
|
||||
%endif
|
||||
%{_libdir}/libOSMesa.so
|
||||
#%{_libdir}/libXvMC*.so
|
||||
%{_libdir}/libEGL_mesa.so
|
||||
%{_libdir}/libglapi.so
|
||||
%{_libdir}/d3d/d3dadapter9.so
|
||||
@ -357,6 +338,9 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
%{_libdir}/pkgconfig/xatracker.pc
|
||||
|
||||
%changelog
|
||||
* Sat Jan 18 2025 Automatic Build System <autodist@openmamba.org> 24.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 29 2024 Automatic Build System <autodist@openmamba.org> 24.2.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user