vlc | branch: master | Felix Paul Kühne <[email protected]> | Sat Jul 25 
15:34:57 2015 +0200| [998d544adf773a1a8ac5528453c5583f5483d3e0] | committer: 
Felix Paul Kühne

macosx: distribute the plugin cache created at build time (refs #14519)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=998d544adf773a1a8ac5528453c5583f5483d3e0
---

 extras/package/macosx/package.mak |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/extras/package/macosx/package.mak 
b/extras/package/macosx/package.mak
index 087cf32..14cdf33 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -18,12 +18,12 @@ VLC-dev.app: VLC-tmp
 VLC.app: VLC-tmp
        rm -Rf $@
        cp -R 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
        find $@ -type d -exec chmod ugo+rx '{}' \;
        find $@ -type f -exec chmod ugo+r '{}' \;
-       rm -Rf 
$@/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/Resources/BGHUDAppKitPlugin.ibplugin
-       rm -Rf 
$@/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/Resources/README.textile
-
 
 VLC-tmp:
        $(AM_V_GEN)for i in src lib share; do \

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to