[37545] trunk/dports/audio/sox

jmr at macports.org jmr at macports.org
Thu Jun 12 06:45:22 PDT 2008


Revision: 37545
          http://trac.macosforge.org/projects/macports/changeset/37545
Author:   jmr at macports.org
Date:     2008-06-12 06:45:21 -0700 (Thu, 12 Jun 2008)

Log Message:
-----------
sox: update to 14.0.1. Closes #15594.

Modified Paths:
--------------
    trunk/dports/audio/sox/Portfile

Removed Paths:
-------------
    trunk/dports/audio/sox/files/

Modified: trunk/dports/audio/sox/Portfile
===================================================================
--- trunk/dports/audio/sox/Portfile	2008-06-12 13:15:36 UTC (rev 37544)
+++ trunk/dports/audio/sox/Portfile	2008-06-12 13:45:21 UTC (rev 37545)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name             sox
-version          12.18.2
+version          14.0.1
 categories       audio
 maintainers      nomaintainer
 description      SOund eXchange - universal sound sample translator
@@ -16,31 +16,47 @@
 	comes in very handy.
 homepage         http://sox.sourceforge.net/
 platforms        darwin
+
+depends_lib      port:libao port:libsndfile port:libid3tag port:libsamplerate
+
 master_sites     sourceforge
-checksums        md5 ba25e512a6c824d6e56d76767a18af99
+checksums        md5 6c95af60b20b9655531bf3162c0be937 \
+                 sha1 b4b07e9905728209d3c97b9fb0fc65e75b4c45a1
 
-patchfiles       patch-Makefile.in.diff
-
 configure.args   --mandir=\\\${prefix}/share/man \
-                 --disable-ogg-vorbis \
-                 --disable-mad \
-                 --disable-lame
+                 --without-ogg \
+                 --without-mad \
+                 --without-lame \
+                 --without-flac \
+                 --without-ffmpeg \
+                 --without-amr-wb \
+                 --without-amr-nb
 
 build.env        ${configure.env}
 
 destroot.destdir prefix=${destroot}${prefix}
 
-variant vorbis description {Enable Ogg Vorbis support} {
-	configure.args-delete --disable-ogg-vorbis
+variant vorbis description {Enable Ogg Vorbis audio support} {
+	configure.args-delete --without-ogg
 	depends_lib-append    port:libvorbis
 }
 
 variant mad description {Enable MAD (MPEG audio decoder) support} {
-	configure.args-delete --disable-mad
+	configure.args-delete --without-mad
 	depends_lib-append    port:libmad
 }
 
 variant lame description {Enable LAME MP3 encoder support} {
-	configure.args-delete --disable-lame
+	configure.args-delete --without-lame
 	depends_lib-append    port:lame
 }
+
+variant flac description {Enable FLAC audio support} {
+    configure.args-delete --without-flac
+	depends_lib-append    port:flac
+}
+
+variant ffmpeg description {Enable ffmpeg support} {
+    configure.args-delete --without-ffmpeg
+	depends_lib-append    port:ffmpeg
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080612/4ca4766d/attachment.htm 


More information about the macports-changes mailing list