[vlc-commits] contrib: updated binary package including Growl

Felix Paul Kühne git at videolan.org
Sun Apr 10 12:14:54 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Apr 10 12:14:31 2011 +0200| [1fd78fc7292b808ea0bd1f972af228d416d5dd17] | committer: Felix Paul Kühne

contrib: updated binary package including Growl

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

 extras/contrib/contrib.mak |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/contrib/contrib.mak b/extras/contrib/contrib.mak
index 0ca8792..cec650c 100644
--- a/extras/contrib/contrib.mak
+++ b/extras/contrib/contrib.mak
@@ -49,7 +49,7 @@ src: using-src
 
 ifdef HAVE_DARWIN_OS
 
-CONTRIBREV=44
+CONTRIBREV=45
 
 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
 	$(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@
@@ -99,7 +99,7 @@ package-macosx:
 		exit 1 ; \
 	fi
 	mkdir tmp
-	(cd $(PREFIX); tar cf - Sparkle BGHUDAppKit bin sbin include lib share/aclocal* share/autoconf* \
+	(cd $(PREFIX); tar cf - Sparkle Growl BGHUDAppKit bin sbin include lib share/aclocal* share/autoconf* \
 		share/automake* share/gettext* share/libtool*) | (cd tmp; tar xf -)
 	./change_prefix.sh tmp $(PREFIX) @@CONTRIB_PREFIX@@
 	(cd tmp; tar cf - .) | bzip2 -c > contrib-macosx.tar.bz2



More information about the vlc-commits mailing list