[vlc-commits] macosx: rebuild plugins cache for bundle creation

David Fuhrmann git at videolan.org
Sat Aug 1 11:50:32 CEST 2015


vlc/vlc-2.2 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jul 26 22:47:38 2015 +0200| [9e12195d3e4316278af1fa4bcb6a705ff27456fd] | committer: David Fuhrmann

macosx: rebuild plugins cache for bundle creation

The build-dir plugin cache is incomplete and contains wrong paths.

(cherry picked from commit 5d6b149ffbe60541e3be9e14417dde21f315868a)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=9e12195d3e4316278af1fa4bcb6a705ff27456fd
---

 extras/package/macosx/package.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index 80d4b49..c312e35 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -21,7 +21,7 @@ VLC.app: VLC-tmp
 	rm -Rf $@/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/Resources/BGHUDAppKitPlugin.ibplugin
 	rm -Rf $@/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/Resources/README.textile
 	PRODUCT="$@" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/extras/package/macosx/build-package.sh
-	cp "$(top_builddir)/modules/plugins.dat" $@/Contents/MacOS/plugins
+	bin/vlc-cache-gen $@/Contents/MacOS/plugins
 	find $@ -type d -exec chmod ugo+rx '{}' \;
 	find $@ -type f -exec chmod ugo+r '{}' \;
 



More information about the vlc-commits mailing list