[142250] trunk/dports/audio/sox/Portfile
g5pw at macports.org
g5pw at macports.org
Sat Dec 12 04:57:53 PST 2015
Revision: 142250
https://trac.macports.org/changeset/142250
Author: g5pw at macports.org
Date: 2015-11-08 09:25:58 -0800 (Sun, 08 Nov 2015)
Log Message:
-----------
audio/sox:
Applied only whitespace-changes from portfile patch in #46947
Modified Paths:
--------------
trunk/dports/audio/sox/Portfile
Modified: trunk/dports/audio/sox/Portfile
===================================================================
--- trunk/dports/audio/sox/Portfile 2015-11-08 17:19:59 UTC (rev 142249)
+++ trunk/dports/audio/sox/Portfile 2015-11-08 17:25:58 UTC (rev 142250)
@@ -29,48 +29,54 @@
# replaces wget(1) with ftp(1)
patchfiles patch-src-formats.c.diff
-depends_lib port:libsndfile \
+depends_lib \
+ port:flac \
+ port:lame \
+ port:libiconv \
port:libid3tag \
+ port:libmad \
+ port:libmagic \
+ port:libogg \
+ port:libpng \
+ port:libsndfile \
port:libvorbis \
- port:libogg \
- port:libmad \
- port:lame \
- port:flac \
- port:wavpack \
port:opencore-amr \
port:twolame \
- port:libmagic \
- port:libpng \
- port:libiconv \
+ port:wavpack \
port:zlib
-configure.args \
- --enable-largefile \
- --enable-symlinks \
- --disable-gomp \
- --without-libltdl \
- --with-magic \
- --with-png \
- --without-ladspa \
- --with-gsm \
- --with-lpc10 \
- --with-mad \
- --with-mp3 \
- --with-id3tag \
- --with-lame \
- --with-twolame \
- --with-oggvorbis \
- --with-flac \
- --with-amrwb \
- --with-amrnb \
- --with-wavpack \
- --with-sndfile \
- --without-ffmpeg \
- --with-coreaudio \
- --without-sndio \
- --without-alsa \
- --without-ao \
- --without-pulseaudio \
- --without-waveaudio \
- --without-oss \
- --without-sunaudio
+configure.args \
+ --enable-largefile \
+ --disable-gomp \
+ --enable-symlinks \
+ --without-libltdl \
+
+# additional formats
+configure.args-append \
+ --with-magic \
+ --with-png \
+ --without-ladspa \
+ --with-mad \
+ --with-id3tag \
+ --with-lame \
+ --with-twolame \
+ --with-oggvorbis \
+ --with-flac \
+ --with-amrwb \
+ --with-amrnb \
+ --with-wavpack \
+ --with-sndfile \
+ --with-mp3 \
+ --with-gsm \
+ --with-lpc10
+
+# output drivers
+configure.args-append \
+ --with-coreaudio \
+ --without-sndio \
+ --without-alsa \
+ --without-ao \
+ --without-pulseaudio \
+ --without-waveaudio \
+ --without-oss \
+ --without-sunaudio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2fd5fa63/attachment.html>
More information about the macports-changes
mailing list