Ticket #46947: Portfile.diff
File Portfile.diff, 2.8 KB (added by janstary (Jan Starý), 10 years ago) |
---|
-
Portfile
old new PortSystem 1.0 5 5 6 6 name sox 7 7 conflicts play 8 version 14.4.1 9 revision 2 8 version 14.4.2 10 9 categories audio 11 10 platforms darwin 12 11 maintainers stare.cz:hans 13 12 license GPL-2+ LGPL-2.1+ 13 # SoX itself is GPLv2+, but opencore-amr is Apache, 14 # so use GPLv3 to avoid license conflict 14 15 15 16 description the Swiss Army knife of audio manipulation 16 17 long_description \ … … long_description \ 23 24 homepage http://sox.sourceforge.net/ 24 25 master_sites sourceforge:project/sox/sox/${version} 25 26 use_bzip2 yes 26 checksums sha1 4775f9e9eebb5a2fe79df548908a7a24088118d9\27 rmd160 3ced9a5b4c9275961660bc1913b0d941cbdd046027 checksums sha1 dc9668256b9d81ef25d672f14f12ec026b0b4087 \ 28 rmd160 738ac41a07f74f66e27cd642f786cc5815ca87ff 28 29 29 30 # replaces wget(1) with ftp(1) 30 31 patchfiles patch-src-formats.c.diff 31 32 32 depends_lib port:libsndfile \ 33 depends_lib \ 34 port:flac \ 35 port:lame \ 36 port:libiconv \ 33 37 port:libid3tag \ 34 port:libvorbis \35 port:libogg \36 38 port:libmad \ 37 port:lame \38 port:flac \39 port:wavpack \40 port:opencore-amr \41 port:twolame \42 39 port:libmagic \ 40 port:libogg \ 41 port:libopus \ 43 42 port:libpng \ 44 port:libiconv \ 43 port:libsndfile \ 44 port:libvorbis \ 45 port:opencore-amr \ 46 port:opusfile \ 47 port:twolame \ 48 port:wavpack \ 45 49 port:zlib 46 50 47 configure.args \ 48 --enable-largefile \ 49 --enable-symlinks \ 50 --disable-gomp \ 51 --without-libltdl \ 52 --with-magic \ 53 --with-png \ 54 --without-ladspa \ 55 --with-gsm \ 56 --with-lpc10 \ 57 --with-mad \ 58 --with-mp3 \ 59 --with-id3tag \ 60 --with-lame \ 61 --with-twolame \ 62 --with-oggvorbis \ 63 --with-flac \ 64 --with-amrwb \ 65 --with-amrnb \ 66 --with-wavpack \ 67 --with-sndfile \ 68 --without-ffmpeg \ 69 --with-coreaudio \ 70 --without-sndio \ 71 --without-alsa \ 72 --without-ao \ 73 --without-pulseaudio \ 74 --without-waveaudio \ 75 --without-oss \ 76 --without-sunaudio 51 configure.args \ 52 --enable-largefile \ 53 --disable-silent-libtool\ 54 --disable-openmp \ 55 --enable-symlinks \ 56 --without-libltdl \ 57 --with-distro=macosx \ 58 59 # additional formats 60 configure.args-append \ 61 --with-magic \ 62 --with-png \ 63 --without-ladspa \ 64 --with-mad \ 65 --with-id3tag \ 66 --with-lame \ 67 --with-twolame \ 68 --with-oggvorbis \ 69 --with-opus \ 70 --with-flac \ 71 --with-amrwb \ 72 --with-amrnb \ 73 --with-wavpack \ 74 --with-sndfile \ 75 --with-mp3 \ 76 --with-gsm \ 77 --with-lpc10 78 79 # output drivers 80 configure.args-append \ 81 --with-coreaudio \ 82 --without-sndio \ 83 --without-alsa \ 84 --without-ao \ 85 --without-pulseaudio \ 86 --without-waveaudio \ 87 --without-oss \ 88 --without-sunaudio