]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- updated libdrm version (2.4.56 required for radeon)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Oct 2014 07:30:27 +0000 (09:30 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Oct 2014 07:30:27 +0000 (09:30 +0200)
- unneeded symlinks cleanup
- obsoletes for old omxil-mesa-* (now omxil-mesa driver supports all enabled backends)

Mesa.spec

index d5961a30fef71181e77db2e8daa8bcc9f61de958..dd6ac24bd60c1d7ac6a10e70d0b818fa46e5fcdd 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -27,7 +27,7 @@
 # minimal supported xserver version
 %define                xserver_ver             1.5.0
 # other packages
-%define                libdrm_ver              2.4.54
+%define                libdrm_ver              2.4.56
 %define                dri2proto_ver           2.6
 %define                dri3proto_ver           1.0
 %define                glproto_ver             1.4.14
@@ -943,6 +943,9 @@ Group:              X11/Libraries
 Requires:      libdrm >= %{libdrm_ver}
 Requires:      libxcb >= 1.8
 Requires:      libomxil-bellagio
+Obsoletes:     omxil-mesa-nouveau
+Obsoletes:     omxil-mesa-r600
+Obsoletes:     omxil-mesa-radeonsi
 
 %description -n omxil-mesa
 Mesa driver for Bellagio OpenMAX IL API.
@@ -1087,6 +1090,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/{wglext,wmesa}.h
 # dlopened by soname
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so.1.0
+# dlopened by soname or .so link
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/vdpau/libvdpau_*.so.1.0
 # not used externally
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
 # dlopened
@@ -1457,22 +1463,4 @@ rm -rf $RPM_BUILD_ROOT
 %files -n omxil-mesa
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
-
-%if 0
-%if %{with gallium_nouveau}
-%files -n omxil-mesa-nouveau
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/bellagio/libomx_nouveau.so
-%endif
-
-%if %{with gallium_radeon}
-%files -n omxil-mesa-r600
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/bellagio/libomx_r600.so
-
-%files -n omxil-mesa-radeonsi
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/bellagio/libomx_radeonsi.so
-%endif
-%endif
 %endif
This page took 0.043493 seconds and 4 git commands to generate.