Ticket #33004: Portfile.diff

File Portfile.diff, 2.5 KB (added by janstary (Jan Starý), 12 years ago)
  • Portfile

    old new  
    66name             sox
    77version          14.3.2
    88categories       audio
     9platforms        darwin
    910maintainers      davidfavor.com:david
    10 description      SOund eXchange - universal sound sample translator
     11
     12description      the Swiss Army knife of audio manipulation
    1113long_description \
    1214        SoX (also known as Sound eXchange) translates sound samples between \
    1315        different file formats, and optionally applies various sound \
    1416        effects. SoX is intended as the Swiss Army knife of sound processing \
    1517        tools. It doesn't do anything very well, but sooner or later it \
    1618        comes in very handy.
     19
    1720homepage         http://sox.sourceforge.net/
    1821master_sites     sourceforge:project/sox/sox/${version}
    19 platforms        darwin
    20 use_bzip2        yes
    2122
    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
     23checksums       sha1    ad462114ff47b094078f18148bc9e29e31b42b92 \
     24                rmd160  5b8e86bd64ade2d9534993317474c33b41090183
    3625
    37 configure.args   --mandir=\\\${prefix}/share/man \
    38                  --disable-gomp --without-libltdl
     26depends_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
    3940
    40 build.env        ${configure.env}
     41configure.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
    4170
    42 destroot.destdir prefix=${destroot}${prefix}