vlc | branch: master | Rafaël Carré <[email protected]> | Sat Dec 10 22:18:48 
2011 -0500| [229ce5a2dd53b70f21e7d40744f0ba93a7d8063b] | committer: Rafaël Carré

osx: package Growl.framework

xcodebuild doesn't know about the growl plugin so can't do it for us

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

 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

Reply via email to