]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- disabled plugin cache regen at build time due to problem with x8664 builder
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 16 Jul 2013 06:17:36 +0000 (08:17 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 16 Jul 2013 06:18:00 +0000 (08:18 +0200)
no-cache.patch [new file with mode: 0644]
vlc.spec

diff --git a/no-cache.patch b/no-cache.patch
new file mode 100644 (file)
index 0000000..a7c141d
--- /dev/null
@@ -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
index 5b4f458a5aa43578ddc4a12bcaa042c5d777a308..001bbda857659f7adad068eb3fd3c0ac9dca2e57 100644 (file)
--- 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}
This page took 0.041054 seconds and 4 git commands to generate.