automatic version update by autodist [release 21.1.7-1mamba;Wed Aug 18 2021]
This commit is contained in:
parent
05e53ca1f4
commit
a7cdf4765d
@ -1,25 +0,0 @@
|
||||
# libGL.la - a libtool library file
|
||||
# Generated by ltmain.sh - GNU libtool 1.4 (1.920 2001/04/24 23:26:18)
|
||||
#
|
||||
# Please DO NOT delete this file!
|
||||
# It is necessary for linking the library.
|
||||
|
||||
# The name that we can dlopen(3).
|
||||
dlname='libGL.so.1'
|
||||
|
||||
# Names of this library.
|
||||
library_names='libGL.so.1 libGL.so'
|
||||
|
||||
# The name of the static archive.
|
||||
#old_library='libGL.a'
|
||||
|
||||
# Is this an already installed library?
|
||||
installed=yes
|
||||
|
||||
# Files to dlopen/dlpreopen
|
||||
dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='/usr/lib'
|
||||
|
33
Mesa.spec
33
Mesa.spec
@ -1,21 +1,21 @@
|
||||
Name: Mesa
|
||||
Epoch: 1
|
||||
Version: 21.0.3
|
||||
Release: 2mamba
|
||||
Version: 21.1.7
|
||||
Release: 1mamba
|
||||
Summary: A 3-D graphics library with an API which is very similar to that of OpenGL
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://mesa3d.sourceforge.net/
|
||||
URL: https://mesa3d.org/
|
||||
Source: ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
|
||||
Source3: Mesa-7.0.3-libGL.la
|
||||
Patch0: %{name}-7.10.2-driproto-2.4.patch
|
||||
Patch1: %{name}-7.10.2-fix_nouveau_dri_includes.patch
|
||||
Patch2: %{name}-8.0.4-llvm-3.1-fixes-1.patch
|
||||
Patch0: Mesa-7.10.2-driproto-2.4.patch
|
||||
Patch1: Mesa-7.10.2-fix_nouveau_dri_includes.patch
|
||||
Patch2: Mesa-8.0.4-llvm-3.1-fixes-1.patch
|
||||
Patch3: Mesa-10.2.7-llvm-3.5.patch
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
@ -32,6 +32,7 @@ BuildRequires: libllvm-devel
|
||||
BuildRequires: libomxil-bellagio-devel
|
||||
BuildRequires: libsensors-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libunwind-devel
|
||||
BuildRequires: libvulkan-devel
|
||||
BuildRequires: libwayland-devel
|
||||
BuildRequires: libxcb-devel
|
||||
@ -214,9 +215,9 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
%{_datadir}/drirc.d/00-mesa-defaults.conf
|
||||
%{_datadir}/glvnd/egl_vendor.d/50_mesa.json
|
||||
%{_datadir}/vulkan/icd.d/*.json
|
||||
%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
|
||||
%{_datadir}/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
|
||||
%{_bindir}/mesa-overlay-control.py
|
||||
#%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
|
||||
#%{_datadir}/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
|
||||
#%{_bindir}/mesa-overlay-control.py
|
||||
|
||||
%files -n libmesa
|
||||
%defattr(-,root,root)
|
||||
@ -229,8 +230,8 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
%{_libdir}/libMesaOpenCL.so.*
|
||||
%endif
|
||||
%{_libdir}/libOSMesa.so.*
|
||||
%{_libdir}/libVkLayer_MESA_device_select.so
|
||||
%{_libdir}/libVkLayer_MESA_overlay.so
|
||||
#%{_libdir}/libVkLayer_MESA_device_select.so
|
||||
#%{_libdir}/libVkLayer_MESA_overlay.so
|
||||
%{_libdir}/libxatracker.so.*
|
||||
%{_libdir}/libXvMC*.so.*
|
||||
%{_libdir}/libvulkan_*.so
|
||||
@ -260,7 +261,7 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
%dir %{_includedir}/GL/internal
|
||||
%{_includedir}/GL/internal/dri_interface.h
|
||||
%ifarch x86_64 %{ix86}
|
||||
%{_includedir}/vulkan/vulkan_intel.h
|
||||
#%{_includedir}/vulkan/vulkan_intel.h
|
||||
#%{_libdir}/libswrAVX.so
|
||||
#%{_libdir}/libswrAVX2.so
|
||||
%endif
|
||||
@ -283,6 +284,12 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
%{_libdir}/pkgconfig/xatracker.pc
|
||||
|
||||
%changelog
|
||||
* Wed Aug 18 2021 Automatic Build System <autodist@mambasoft.it> 21.1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.1.1-1mamba
|
||||
- update to 21.1.1
|
||||
|
||||
* Mon Apr 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.0.3-2mamba
|
||||
- x86*: disable gallium swr to fix init crash seen with nouveau driver
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user