rebuilt with vulkan-overlay-layer=true [release 20.0.1-2mamba;Tue Mar 17 2020]
This commit is contained in:
parent
b86ffbd448
commit
649bcfa475
10
Mesa.spec
10
Mesa.spec
@ -11,7 +11,7 @@
|
|||||||
Name: Mesa
|
Name: Mesa
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 20.0.1
|
Version: 20.0.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A 3-D graphics library with an API which is very similar to that of OpenGL
|
Summary: A 3-D graphics library with an API which is very similar to that of OpenGL
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -67,6 +67,7 @@ BuildRequires: libvdpau-devel
|
|||||||
BuildRequires: dri3proto-devel
|
BuildRequires: dri3proto-devel
|
||||||
BuildRequires: presentproto-devel
|
BuildRequires: presentproto-devel
|
||||||
BuildRequires: python-mako-py36
|
BuildRequires: python-mako-py36
|
||||||
|
BuildRequires: glslang
|
||||||
%ifnarch arm
|
%ifnarch arm
|
||||||
BuildRequires: libclc-devel
|
BuildRequires: libclc-devel
|
||||||
%endif
|
%endif
|
||||||
@ -386,6 +387,7 @@ export PYTHON=%{__python36}
|
|||||||
-Ddri-drivers=i915,i965,nouveau,r100,r200 \
|
-Ddri-drivers=i915,i965,nouveau,r100,r200 \
|
||||||
-Ddri-drivers-path=%{_libdir}/dri \
|
-Ddri-drivers-path=%{_libdir}/dri \
|
||||||
-Dvulkan-drivers=intel,amd \
|
-Dvulkan-drivers=intel,amd \
|
||||||
|
-Dvulkan-overlay-layer=true \
|
||||||
-Dgallium-extra-hud=true \
|
-Dgallium-extra-hud=true \
|
||||||
-Dgallium-xa=true \
|
-Dgallium-xa=true \
|
||||||
-Dgallium-opencl=icd
|
-Dgallium-opencl=icd
|
||||||
@ -585,8 +587,11 @@ sed -i "s|%{_prefix}/lib/libGL.la||" %{_libdir}/*.la
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libvulkan_intel.so
|
%{_libdir}/libvulkan_intel.so
|
||||||
%{_libdir}/libvulkan_radeon.so
|
%{_libdir}/libvulkan_radeon.so
|
||||||
|
%{_libdir}/libVkLayer_MESA_overlay.so
|
||||||
%{_datadir}/vulkan/icd.d/intel_icd.*.json
|
%{_datadir}/vulkan/icd.d/intel_icd.*.json
|
||||||
%{_datadir}/vulkan/icd.d/radeon_icd.*.json
|
%{_datadir}/vulkan/icd.d/radeon_icd.*.json
|
||||||
|
%{_datadir}/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
|
||||||
|
%{_bindir}/mesa-overlay-control.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n libvdpau-Mesa
|
%files -n libvdpau-Mesa
|
||||||
@ -701,6 +706,9 @@ sed -i "s|%{_prefix}/lib/libGL.la||" %{_libdir}/*.la
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.0.1-2mamba
|
||||||
|
- rebuilt with vulkan-overlay-layer=true
|
||||||
|
|
||||||
* Fri Mar 06 2020 Automatic Build System <autodist@mambasoft.it> 20.0.1-1mamba
|
* Fri Mar 06 2020 Automatic Build System <autodist@mambasoft.it> 20.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user