[packages/vlc] - disabled plugin cache regen at build time due to problem with x8664 builder

baggins baggins at pld-linux.org
Tue Jul 16 08:18:17 CEST 2013


commit 5613df9516ccfe696b9c0a50455ce7475b48f208
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Jul 16 08:17:36 2013 +0200

    - disabled plugin cache regen at build time due to problem with x8664 builder

 no-cache.patch | 11 +++++++++++
 vlc.spec       |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/vlc.spec b/vlc.spec
index 5b4f458..001bbda 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -73,6 +73,7 @@ Patch3:		xmas-sucks.patch
 Patch4:		%{name}-opencv.patch
 Patch5:		libva.patch
 Patch6:		%{name}-flac.patch
+Patch7:		no-cache.patch
 URL:		http://www.videolan.org/vlc/
 %{?with_directfb:BuildRequires:	DirectFB-devel}
 BuildRequires:	OpenGL-devel
@@ -323,6 +324,7 @@ Akcje klienta VLC dla Solid.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 %{__libtoolize}
diff --git a/no-cache.patch b/no-cache.patch
new file mode 100644
index 0000000..a7c141d
--- /dev/null
+++ b/no-cache.patch
@@ -0,0 +1,11 @@
+--- vlc-2.0.7/bin/Makefile.am~	2011-12-08 19:00:25.000000000 +0100
++++ vlc-2.0.7/bin/Makefile.am	2013-07-16 08:10:29.290917828 +0200
+@@ -80,7 +80,7 @@
+ ../modules/plugins.dat: vlc-cache-gen$(EXEEXT)
+ 	$(AM_V_at)rm -f ../modules/plugins.dat
+ 	$(AM_V_GEN)if test "$(build)" = "$(host)"; then \
+-		./vlc-cache-gen$(EXEEXT) ../modules ; \
++		echo "Cache generation skipped!" ; \
+ 	else \
+ 		echo "Cross-compilation: cache generation skipped!" ; \
+ 	fi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/5613df9516ccfe696b9c0a50455ce7475b48f208



More information about the pld-cvs-commit mailing list