X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=extras%2Fcontrib%2FMakefile;h=4b65bb536255772839a8e4b34a61fef47b13b49c;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=de6859c17ebb7db578b07589b293639fc112dfed;hpb=8a2985803914238656f47acf18bc34ccebe2aa81;p=vlc diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile index de6859c17e..4b65bb5362 100644 --- a/extras/contrib/Makefile +++ b/extras/contrib/Makefile @@ -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 @@ -47,7 +47,7 @@ src: using-src ifdef HAVE_DARWIN_OS -CONTRIBREV=25 +CONTRIBREV=34 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2: $(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@ @@ -64,11 +64,13 @@ hosts/$(HOST)/.$(CONTRIBREV): contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2 (cd tmp && find . -type d) | while read dir; do mkdir -p -- "$(PREFIX)/$$dir"; done (cd tmp && find . -not -type d) | while read i; do mv -f -- tmp/"$$i" "$(PREFIX)/$$i"; done rm -rf tmp + # install the gecko-sdk, which isn't part of the package for size and speed reasons + (cd src && rm -rf *gecko* && $(MAKE) .gecko) # libiconv.la is no longer present on Snow Leopard, so fix possible references to it, which would # result in linking issues ifdef HAVE_DARWIN_10 (cd $(PREFIX)/lib && sed -e 's%/usr/lib/libiconv.la%$(PREFIX)/lib/libiconv.la%g' -i.orig *.la && rm -f *.la.orig) - (cd src && rm .iconv && $(MAKE) .iconv) + (cd src && rm -f .iconv && $(MAKE) .iconv) endif touch hosts/$(HOST)/.$(CONTRIBREV) @@ -97,7 +99,8 @@ package-macosx: exit 1 ; \ fi mkdir tmp - (cd $(PREFIX); tar cf - *) | (cd tmp; tar xf -) + (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@@ (cd tmp; tar cf - .) | bzip2 -c > contrib-macosx.tar.bz2 rm -rf tmp