vlc/vlc-2.2 | branch: master | Felix Paul Kühne <[email protected]> | Sat Jul 25 15:34:57 2015 +0200| [986af797ce4e26857767d0f52d738411e24d7544] | committer: Felix Paul Kühne
macosx: distribute the plugin cache created at build time (refs #14519) (cherry picked from commit 998d544adf773a1a8ac5528453c5583f5483d3e0) > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=986af797ce4e26857767d0f52d738411e24d7544 --- 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 40e4fe5..80d4b49 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: vlc $(AM_V_GEN)for i in src lib share; do \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
