vlc/vlc-1.2 | branch: master | Rafaël Carré <[email protected]> | Sat Dec 10 22:18:48 2011 -0500| [41fc4d931d8dab36673f8de492237cce6b51c54b] | committer: Jean-Baptiste Kempf
osx: package Growl.framework xcodebuild doesn't know about the growl plugin so can't do it for us (cherry picked from commit 229ce5a2dd53b70f21e7d40744f0ba93a7d8063b) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=41fc4d931d8dab36673f8de492237cce6b51c54b --- extras/package/macosx/package.mak | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak index 0476715..5fd43a0 100644 --- a/extras/package/macosx/package.mak +++ b/extras/package/macosx/package.mak @@ -44,6 +44,7 @@ VLC-tmp.app: vlc cd $(top_builddir)/tmp/extras/package/macosx && \ xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) cp -R -L $(top_builddir)/tmp/build/Default/VLC.bundle $@ + mkdir -p $@/Contents/Frameworks && cp -R -L $(CONTRIB_DIR)/Growl.framework $@/Contents/Frameworks/ mkdir -p $@/Contents/MacOS/share/locale/ cp -r $(srcdir)/share/lua $@/Contents/MacOS/share/ $(INSTALL) -m 644 $(srcdir)/share/vlc512x512.png $@/Contents/MacOS/share/vlc512x512.png _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
