Changeset 349698431a478858701ec7fac8d5e8f3b3f1d91b
- Timestamp:
- 04/08/08 17:21:50
(3 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1207668110 +0200
- git-parent:
[63d258d395773ab130a02e62b686c68960049c5d]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1207668084 +0200
- Message:
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.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r12af43c |
r3496984 |
|
| 1 | 1 | # Darwin rules |
|---|
| 2 | | all: .autoconf .automake .libtool .cmake .intl .pkgcfg .freetype .fribidi \ |
|---|
| 3 | | .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \ |
|---|
| | 2 | download-all: autoconf automake libtool cmake gettext pkgconfig freetype2 \ |
|---|
| | 3 | fribidi a52dec mpeg2dec libid3tag libmad libogg libvorbis libtheora flac \ |
|---|
| | 4 | speex libshout faad2 faac lame twolame libebml libmatroska ffmpeg libdca \ |
|---|
| | 5 | libdvdcss libdvdnav libdvbpsi live libcaca libmodplug xml asa jpeg tiff \ |
|---|
| | 6 | SDL zlib libpng libgpg-error libgcrypt opencdk gnutls libopendaap libcddb \ |
|---|
| | 7 | libcdio vcdimager SDL_image glib gecko-sdk mpcdec dirac expat taglib nasm \ |
|---|
| | 8 | x264 goom lua zvbi fontconfig ncurses all |
|---|
| | 9 | all: .autoconf .automake .libtool .cmake .intl .pkgcfg .freetype \ |
|---|
| | 10 | .fribidi .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \ |
|---|
| 4 | 11 | .flac .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg \ |
|---|
| 5 | 12 | .dvdcss .dvdnav .dvdread .dvbpsi .live .caca .mod .asa \ |
|---|