From 5613df9516ccfe696b9c0a50455ce7475b48f208 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 16 Jul 2013 08:17:36 +0200 Subject: [PATCH] - 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(+) create mode 100644 no-cache.patch 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 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} -- 2.44.0