[46163] trunk/dports/audio/sox/Portfile

devans at macports.org devans at macports.org
Fri Jan 30 11:17:43 PST 2009


Revision: 46163
          http://trac.macports.org/changeset/46163
Author:   devans at macports.org
Date:     2009-01-30 11:17:42 -0800 (Fri, 30 Jan 2009)
Log Message:
-----------
sox: maintainer update to version 14.2.0, add new maintainer jmpoure, enable full functionality (its the Swiss Army Knife of the audio world, after all) and remove unnecessary variants. Closes #18285.

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

Modified: trunk/dports/audio/sox/Portfile
===================================================================
--- trunk/dports/audio/sox/Portfile	2009-01-30 18:54:41 UTC (rev 46162)
+++ trunk/dports/audio/sox/Portfile	2009-01-30 19:17:42 UTC (rev 46163)
@@ -4,9 +4,9 @@
 PortSystem 1.0
 
 name             sox
-version          14.0.1
+version          14.2.0
 categories       audio
-maintainers      nomaintainer
+maintainers      jmpoure
 description      SOund eXchange - universal sound sample translator
 long_description \
 	SoX (also known as Sound eXchange) translates sound samples between \
@@ -17,46 +17,27 @@
 homepage         http://sox.sourceforge.net/
 platforms        darwin
 
-depends_lib      port:libao port:libsndfile port:libid3tag port:libsamplerate
+depends_lib      port:libao \
+                 port:libsndfile \
+                 port:libid3tag \
+                 port:libsamplerate \
+                 port:libvorbis \
+                 port:ffmpeg \
+                 port:libmad \
+                 port:flac \
+                 port:wavpack \
+                 port:file \
+                 port:libpng
 
 master_sites     sourceforge
-checksums        md5 6c95af60b20b9655531bf3162c0be937 \
-                 sha1 b4b07e9905728209d3c97b9fb0fc65e75b4c45a1
+checksums        md5     7afc0e85d14be014f08e7d3b7ee8c24e \
+                 sha1    1b60e5af43f44a51247fb978f2423f0de7e27363 \
+                 rmd160  7c76a2db5c5838fc3d9f8b5402e47d548fd094d5
 
 configure.args   --mandir=\\\${prefix}/share/man \
-                 --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 audio support} {
-	configure.args-delete --without-ogg
-	depends_lib-append    port:libvorbis
-}
-
-variant mad description {Enable MAD (MPEG audio decoder) support} {
-	configure.args-delete --without-mad
-	depends_lib-append    port:libmad
-}
-
-variant lame description {Enable LAME MP3 encoder support} {
-	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/20090130/fc9e7529/attachment.html>


More information about the macports-changes mailing list