Ticket #33481: Portfile.diff

File Portfile.diff, 2.2 KB (added by janstary (Jan Starý), 12 years ago)
Line 
12c2
2< # $Id: Portfile 89461 2012-01-30 15:07:51Z ryandesign@macports.org $
3---
4> # $Id: Portfile 84602 2011-09-28 20:02:08Z ryandesign@macports.org $
57c7
6< version          14.3.2
7---
8> version          14.4.0
98a9
10> platforms        darwin
1110c11,12
12< description      SOund eXchange - universal sound sample translator
13---
14>
15> description      the Swiss Army knife of audio manipulation
1616a19
17>
1819,35d21
19< platforms        darwin
20< use_bzip2        yes
21<
22< depends_lib      port:libao \
23<                  port:libsndfile \
24<                  port:libid3tag \
25<                  port:libsamplerate \
26<                  port:libvorbis \
27<                  port:ffmpeg \
28<                  port:libmad \
29<                  port:flac \
30<                  port:wavpack \
31<                  port:file \
32<                  port:libpng
33<
34< checksums        sha1    026636c90d7accba76225a2821aaa2ffa6fe41a3 \
35<                  rmd160  1b06f5349e24c459357c7da2428c36f0f576fdf6
3637,38c23,24
37< configure.args   --mandir=\\\${prefix}/share/man \
38<                  --disable-gomp --without-libltdl
39---
40> checksums     sha1    d809cab382c7a9d015491c69051a9d1c1a1a44f1 \
41>               rmd160  af1b6c02d29c988f9b0dfec9ca9ebb30949b0663
4240c26,70
43< build.env        ${configure.env}
44---
45> depends_lib   port:libsndfile         \
46>               port:libid3tag          \
47>               port:libvorbis          \
48>               port:libogg             \
49>               port:libmad             \
50>               port:lame               \
51>               port:flac               \
52>               port:wavpack            \
53>               port:opencore-amr       \
54>               port:twolame            \
55>               port:file               \
56>               port:libpng             \
57>               port:libiconv           \
58>               port:zlib
59>
60> configure.args                \
61>       --enable-largefile      \
62>       --enable-symlinks       \
63>       --disable-gomp          \
64>       --without-libltdl       \
65>       --with-magic            \
66>       --with-png              \
67>       --without-ladspa        \
68>       --with-gsm              \
69>       --with-lpc10            \
70>       --with-mad              \
71>       --with-mp3              \
72>       --with-id3tag           \
73>       --with-lame             \
74>       --with-twolame          \
75>       --with-oggvorbis        \
76>       --with-flac             \
77>       --with-amrwb            \
78>       --with-amrnb            \
79>       --with-wavpack          \
80>       --with-sndfile          \
81>       --without-ffmpeg        \
82>       --with-coreaudio        \
83>       --without-sndio         \
84>       --without-alsa          \
85>       --without-ao            \
86>       --without-pulseaudio    \
87>       --without-waveaudio     \
88>       --without-oss           \
89>       --without-sunaudio
9042d71
91< destroot.destdir prefix=${destroot}${prefix}