[vlc-commits] osx: package Growl.framework

Rafaël Carré git at videolan.org
Sun Dec 11 11:46:56 CET 2011


vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | 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 <jb at videolan.org>

> 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



More information about the vlc-commits mailing list