]> git.sesse.net Git - vlc/blobdiff - extras/contrib/contrib.mak
rtsp: set default port back to 554
[vlc] / extras / contrib / contrib.mak
index 327b6d7547fc355c1e63b9730f277de504924f2f..d8d657a906ae1c7596aac23a8ca6fd68390d2ff8 100644 (file)
@@ -1,7 +1,7 @@
 # ***************************************************************************
 # Makefile : Build vlc-contrib files
 # ***************************************************************************
-# Copyright (C) 2003-2010 the VideoLAN team
+# Copyright (C) 2003-2011 the VideoLAN team
 # $Id$
 # 
 # Authors: Christophe Massiot <massiot@via.ecp.fr>
@@ -40,7 +40,7 @@ using-src:
        $(MAKE) -C build-src tools
        $(MAKE) -C build-src
 
-ifdef HAVE_DARWIN_10
+ifdef HAVE_MACOSX_DARWIN_10
        (cd $(PREFIX)/lib && sed -e 's%/usr/lib/libiconv.la%$(PREFIX)/lib/libiconv.la%g' -i.orig *.la && rm -f *.la.orig)
 endif
 
@@ -49,10 +49,10 @@ src: using-src
 
 ifdef HAVE_DARWIN_OS
 
-CONTRIBREV=37
+CONTRIBREV=50
 
 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
-       $(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@
+       $(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/macosx/$@
 
 .$(CONTRIBREV): contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
        @if test -d tmp; then \
@@ -99,7 +99,7 @@ package-macosx:
                exit 1 ; \
        fi
        mkdir tmp
-       (cd $(PREFIX); tar cf - Sparkle 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