Ticket #24450: sox-14.3.1.portfile.diff
File sox-14.3.1.portfile.diff, 1.4 KB (added by davidfavor (David Favor), 15 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 66057 2010-04-05 13:33:04Z rmsfisher@macports.org $2 # $Id: Portfile 52106 2009-06-10 04:34:47Z snc@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 6 6 name sox 7 version 14.2.0 8 revision 2 7 version 14.3.1 9 8 categories audio 10 maintainers davidfavor.com:david9 maintainers poure.com:jm 11 10 description SOund eXchange - universal sound sample translator 12 11 long_description \ 13 12 SoX (also known as Sound eXchange) translates sound samples between \ … … 31 30 port:libpng 32 31 33 32 master_sites sourceforge 34 checksums md5 7afc0e85d14be014f08e7d3b7ee8c24e\35 sha1 1b60e5af43f44a51247fb978f2423f0de7e27363\36 rmd160 7c76a2db5c5838fc3d9f8b5402e47d548fd094d533 checksums md5 b99871c7bbae84feac9d0d1f010331ba \ 34 sha1 ef1773e08322ad9d9deb0a9f8e37a7ba4b9ca384 \ 35 rmd160 d5c44ccb3acbe686af4bd434ce8cb9a7bf3e2dc7 37 36 38 37 configure.args --mandir=\\\${prefix}/share/man \ 39 --without-amr-wb \ 40 --without-amr-nb 38 --disable-gomp 41 39 42 40 build.env ${configure.env} 43 41