mesa/mesa-10.3-do-install-libxvmcgallium.patch
Eugene Shatokhin 0064e7b6d6 Fixed package build problems
1. libXvMCgallium.* are now also installed although they were not meant
to before. Other libXvMC* libraries are hardlinks to it and that
confused the build system.

2. lib(64)dri-drivers has been renamed to dri-drivers: it is not a
regular shared library but rather a collection of special shared
objects.

3. Added *.rpmlintrc file to silence the complaints about
libXvMCgallium.* and dri-drivers.
2014-11-12 16:29:54 +03:00

23 lines
1.1 KiB
Diff

diff -Naur Mesa-10.3.3.orig/src/gallium/targets/xvmc/Makefile.am Mesa-10.3.3/src/gallium/targets/xvmc/Makefile.am
--- Mesa-10.3.3.orig/src/gallium/targets/xvmc/Makefile.am 2014-11-08 19:03:25.000000000 +0300
+++ Mesa-10.3.3/src/gallium/targets/xvmc/Makefile.am 2014-11-12 15:49:46.546681639 +0300
@@ -97,5 +97,4 @@
$${dest_dir}/$${k}.$(XVMC_MAJOR); \
ln -sf $${l} \
$${dest_dir}/$${k}; \
- done; \
- $(RM) -f $${dest_dir}/libXvMCgallium.*
+ done;
diff -Naur Mesa-10.3.3.orig/src/gallium/targets/xvmc/Makefile.in Mesa-10.3.3/src/gallium/targets/xvmc/Makefile.in
--- Mesa-10.3.3.orig/src/gallium/targets/xvmc/Makefile.in 2014-11-08 19:43:53.000000000 +0300
+++ Mesa-10.3.3/src/gallium/targets/xvmc/Makefile.in 2014-11-12 15:50:00.260160271 +0300
@@ -1018,8 +1018,7 @@
$${dest_dir}/$${k}.$(XVMC_MAJOR); \
ln -sf $${l} \
$${dest_dir}/$${k}; \
- done; \
- $(RM) -f $${dest_dir}/libXvMCgallium.*
+ done;
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.