From 349698431a478858701ec7fac8d5e8f3b3f1d91b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Tue, 8 Apr 2008 17:21:24 +0200 Subject: [PATCH] Download all packages before starting the compilation process. This allows extras/contrib creation on the go without a constant internet connection. Mac-only for now. I know this is very web 1.0, but still important to some folks. --- extras/contrib/src/Distributions/darwin.mak | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/extras/contrib/src/Distributions/darwin.mak b/extras/contrib/src/Distributions/darwin.mak index c8c2a7ec44..237380d4fa 100644 --- a/extras/contrib/src/Distributions/darwin.mak +++ b/extras/contrib/src/Distributions/darwin.mak @@ -1,6 +1,13 @@ # Darwin rules -all: .autoconf .automake .libtool .cmake .intl .pkgcfg .freetype .fribidi \ - .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \ +download-all: autoconf automake libtool cmake gettext pkgconfig freetype2 \ + fribidi a52dec mpeg2dec libid3tag libmad libogg libvorbis libtheora flac \ + speex libshout faad2 faac lame twolame libebml libmatroska ffmpeg libdca \ + libdvdcss libdvdnav libdvbpsi live libcaca libmodplug xml asa jpeg tiff \ + SDL zlib libpng libgpg-error libgcrypt opencdk gnutls libopendaap libcddb \ + libcdio vcdimager SDL_image glib gecko-sdk mpcdec dirac expat taglib nasm \ + x264 goom lua zvbi fontconfig ncurses all +all: .autoconf .automake .libtool .cmake .intl .pkgcfg .freetype \ + .fribidi .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \ .flac .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg \ .dvdcss .dvdnav .dvdread .dvbpsi .live .caca .mod .asa \ .png .gpg-error .gcrypt .opencdk .gnutls .opendaap .cddb .cdio .vcdimager \ -- 2.39.5