]> git.sesse.net Git - vlc/blobdiff - extras/contrib/Makefile
contribs: use latest OS X binary package
[vlc] / extras / contrib / Makefile
index ccb52da37520322b7d3057d384e260e59d12074f..97efcece9e98ea6a325e1e657ad612b8fbbf5719 100644 (file)
@@ -1,7 +1,7 @@
 # ***************************************************************************
 # Makefile : Build vlc-contrib files
 # ***************************************************************************
-# Copyright (C) 2003-2009 the VideoLAN team
+# Copyright (C) 2003-2010 the VideoLAN team
 # $Id$
 # 
 # Authors: Christophe Massiot <massiot@via.ecp.fr>
@@ -47,7 +47,7 @@ src: using-src
 
 ifdef HAVE_DARWIN_OS
 
-CONTRIBREV=25
+CONTRIBREV=32
 
 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
        $(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@
@@ -99,7 +99,6 @@ package-macosx:
                exit 1 ; \
        fi
        mkdir tmp
-       rm -rf $(PREFIX)/share/locale $(PREFIX)/share/doc $(PREFIX)/share/man
        (cd $(PREFIX); tar cf - Sparkle 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@@