Ticket #33004: Portfile.diff
File Portfile.diff, 2.5 KB (added by janstary (Jan Starý), 13 years ago) |
---|
-
Portfile
old new 6 6 name sox 7 7 version 14.3.2 8 8 categories audio 9 platforms darwin 9 10 maintainers davidfavor.com:david 10 description SOund eXchange - universal sound sample translator 11 12 description the Swiss Army knife of audio manipulation 11 13 long_description \ 12 14 SoX (also known as Sound eXchange) translates sound samples between \ 13 15 different file formats, and optionally applies various sound \ 14 16 effects. SoX is intended as the Swiss Army knife of sound processing \ 15 17 tools. It doesn't do anything very well, but sooner or later it \ 16 18 comes in very handy. 19 17 20 homepage http://sox.sourceforge.net/ 18 21 master_sites sourceforge:project/sox/sox/${version} 19 platforms darwin20 use_bzip2 yes21 22 22 depends_lib port:libao \ 23 port:libsndfile \ 24 port:libid3tag \ 25 port:libsamplerate \ 26 port:libvorbis \ 27 path:lib/libavcodec.dylib:ffmpeg \ 28 port:libmad \ 29 port:flac \ 30 port:wavpack \ 31 port:file \ 32 port:libpng 33 34 checksums sha1 026636c90d7accba76225a2821aaa2ffa6fe41a3 \ 35 rmd160 1b06f5349e24c459357c7da2428c36f0f576fdf6 23 checksums sha1 ad462114ff47b094078f18148bc9e29e31b42b92 \ 24 rmd160 5b8e86bd64ade2d9534993317474c33b41090183 36 25 37 configure.args --mandir=\\\${prefix}/share/man \ 38 --disable-gomp --without-libltdl 26 depends_lib port:libsndfile \ 27 port:libid3tag \ 28 port:libvorbis \ 29 port:libogg \ 30 port:libmad \ 31 port:lame \ 32 port:flac \ 33 port:wavpack \ 34 port:opencore-amr \ 35 port:ffmpeg \ 36 port:file \ 37 port:libpng \ 38 port:libiconv \ 39 port:zlib 39 40 40 build.env ${configure.env} 41 configure.args \ 42 --enable-largefile \ 43 --enable-symlinks \ 44 --disable-gomp \ 45 --without-libltdl \ 46 --with-magic \ 47 --with-png \ 48 --without-ladspa \ 49 --with-gsm \ 50 --with-lpc10 \ 51 --with-mad \ 52 --with-mp3 \ 53 --with-id3tag \ 54 --with-lame \ 55 --with-oggvorbis \ 56 --with-flac \ 57 --with-amrwb \ 58 --with-amrnb \ 59 --with-wavpack \ 60 --with-sndfile \ 61 --with-ffmpeg \ 62 --with-coreaudio \ 63 --without-sndio \ 64 --without-alsa \ 65 --without-ao \ 66 --without-pulseaudio \ 67 --without-waveaudio \ 68 --without-oss \ 69 --without-sunaudio 41 70 42 destroot.destdir prefix=${destroot}${prefix}