- get rid of Mesa-libVulkan-devel(-32bit) package, which no longer
makes sense since Mesa 21.1.0
* 5e6db19168
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1095
This commit is contained in:
parent
2d3a89e8aa
commit
c98bae3dd3
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 11:13:43 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- get rid of Mesa-libVulkan-devel(-32bit) package, which no longer
|
||||
makes sense since Mesa 21.1.0
|
||||
* https://gitlab.freedesktop.org/mesa/mesa/-/commit/5e6db1916860ec217eac60903e0a9d10189d1c53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 10:43:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -693,13 +693,6 @@ Group: System/Libraries
|
||||
This package contains the Vulkan parts for Mesa.
|
||||
%endif
|
||||
|
||||
%package -n Mesa-libVulkan-devel
|
||||
Summary: Mesa's Vulkan development files
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n Mesa-libVulkan-devel
|
||||
This package contains the development files for Mesa's Vulkan implementation.
|
||||
|
||||
%package -n Mesa-vulkan-device-select
|
||||
Summary: Vulkan layer to select Vulkan devices provided by Mesa
|
||||
Group: System/Libraries
|
||||
@ -915,9 +908,6 @@ rm -rf %{buildroot}/%{_includedir}/KHR
|
||||
# workaround needed since Mesa 19.0.2
|
||||
rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
||||
|
||||
# dropped with Mesa 21.1.0
|
||||
mkdir -p -m 755 %{buildroot}/%{_includedir}/vulkan
|
||||
|
||||
%else
|
||||
|
||||
rm -f %{buildroot}/%{_libdir}/dri/*_dri.so
|
||||
@ -1207,9 +1197,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
||||
%{_datadir}/vulkan/icd.d/freedreno_icd.*.json
|
||||
%endif
|
||||
|
||||
%files -n Mesa-libVulkan-devel
|
||||
%dir %{_includedir}/vulkan
|
||||
|
||||
%files -n Mesa-vulkan-device-select
|
||||
%{_libdir}/libVkLayer_MESA_device_select.so
|
||||
%dir %{_datadir}/vulkan
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 11:13:43 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- get rid of Mesa-libVulkan-devel(-32bit) package, which no longer
|
||||
makes sense since Mesa 21.1.0
|
||||
* https://gitlab.freedesktop.org/mesa/mesa/-/commit/5e6db1916860ec217eac60903e0a9d10189d1c53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 10:43:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
13
Mesa.spec
13
Mesa.spec
@ -692,13 +692,6 @@ Group: System/Libraries
|
||||
This package contains the Vulkan parts for Mesa.
|
||||
%endif
|
||||
|
||||
%package -n Mesa-libVulkan-devel
|
||||
Summary: Mesa's Vulkan development files
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n Mesa-libVulkan-devel
|
||||
This package contains the development files for Mesa's Vulkan implementation.
|
||||
|
||||
%package -n Mesa-vulkan-device-select
|
||||
Summary: Vulkan layer to select Vulkan devices provided by Mesa
|
||||
Group: System/Libraries
|
||||
@ -914,9 +907,6 @@ rm -rf %{buildroot}/%{_includedir}/KHR
|
||||
# workaround needed since Mesa 19.0.2
|
||||
rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
||||
|
||||
# dropped with Mesa 21.1.0
|
||||
mkdir -p -m 755 %{buildroot}/%{_includedir}/vulkan
|
||||
|
||||
%else
|
||||
|
||||
rm -f %{buildroot}/%{_libdir}/dri/*_dri.so
|
||||
@ -1206,9 +1196,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
||||
%{_datadir}/vulkan/icd.d/freedreno_icd.*.json
|
||||
%endif
|
||||
|
||||
%files -n Mesa-libVulkan-devel
|
||||
%dir %{_includedir}/vulkan
|
||||
|
||||
%files -n Mesa-vulkan-device-select
|
||||
%{_libdir}/libVkLayer_MESA_device_select.so
|
||||
%dir %{_datadir}/vulkan
|
||||
|
@ -85,7 +85,6 @@ libvulkan_radeon
|
||||
targetarch ppc64le +/usr/share/vulkan/icd.d/radeon_icd.*.json
|
||||
targetarch x86_64 +/usr/share/vulkan/icd.d/radeon_icd.*.json
|
||||
requires "Mesa-vulkan-device-select-<targettype> = <version>"
|
||||
Mesa-libVulkan-devel
|
||||
libXvMC_nouveau
|
||||
libXvMC_r600
|
||||
libvdpau_nouveau
|
||||
|
Loading…
Reference in New Issue
Block a user