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

g5pw at macports.org g5pw at macports.org
Sat Dec 12 04:59:09 PST 2015


Revision: 142255
          https://trac.macports.org/changeset/142255
Author:   g5pw at macports.org
Date:     2015-11-08 10:40:56 -0800 (Sun, 08 Nov 2015)
Log Message:
-----------
audio/sox:
  apply second part of the patch in #46947

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

Modified: trunk/dports/audio/sox/Portfile
===================================================================
--- trunk/dports/audio/sox/Portfile	2015-11-08 18:01:04 UTC (rev 142254)
+++ trunk/dports/audio/sox/Portfile	2015-11-08 18:40:56 UTC (rev 142255)
@@ -5,12 +5,13 @@
 
 name             sox
 conflicts        play
-version          14.4.1
-revision         2
+version          14.4.2
 categories       audio
 platforms        darwin
 maintainers      stare.cz:hans
 license          GPL-2+ LGPL-2.1+
+# SoX itself is GPLv2+, but opencore-amr is Apache,
+# so use GPLv3 to avoid license conflict
 
 description      the Swiss Army knife of audio manipulation
 long_description \
@@ -23,8 +24,8 @@
 homepage         http://sox.sourceforge.net/
 master_sites     sourceforge:project/sox/sox/${version}
 use_bzip2        yes
-checksums        sha1    4775f9e9eebb5a2fe79df548908a7a24088118d9 \
-                 rmd160  3ced9a5b4c9275961660bc1913b0d941cbdd0460
+checksums        sha1    dc9668256b9d81ef25d672f14f12ec026b0b4087 \
+                 rmd160  738ac41a07f74f66e27cd642f786cc5815ca87ff
 
 # replaces wget(1) with ftp(1)
 patchfiles	patch-src-formats.c.diff
@@ -37,19 +38,23 @@
 		port:libmad		\
 		port:libmagic		\
 		port:libogg		\
+		port:libopus		\
 		port:libpng		\
 		port:libsndfile		\
 		port:libvorbis		\
 		port:opencore-amr	\
+		port:opusfile		\
 		port:twolame		\
 		port:wavpack		\
 		port:zlib
 
 configure.args	\
 		--enable-largefile	\
-		--disable-gomp	\
+		--disable-silent-libtool\
+		--disable-openmp	\
 		--enable-symlinks	\
 		--without-libltdl	\
+		--with-distro=macosx	\
 
 # additional formats
 configure.args-append \
@@ -61,6 +66,7 @@
 		--with-lame		\
 		--with-twolame		\
 		--with-oggvorbis	\
+		--with-opus		\
 		--with-flac		\
 		--with-amrwb		\
 		--with-amrnb		\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/c1ebed8a/attachment.html>


More information about the macports-changes mailing list