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 52106 2009-06-10 04:34:47Z snc@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name sox |
---|
7 | version 14.3.1 |
---|
8 | revision 1 |
---|
9 | categories audio |
---|
10 | maintainers poure.com:jm |
---|
11 | description SOund eXchange - universal sound sample translator |
---|
12 | long_description \ |
---|
13 | SoX (also known as Sound eXchange) translates sound samples between \ |
---|
14 | different file formats, and optionally applies various sound \ |
---|
15 | effects. SoX is intended as the Swiss Army knife of sound processing \ |
---|
16 | tools. It doesn't do anything very well, but sooner or later it \ |
---|
17 | comes in very handy. |
---|
18 | homepage http://sox.sourceforge.net/ |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | depends_lib port:libao \ |
---|
22 | port:libsndfile \ |
---|
23 | port:libid3tag \ |
---|
24 | port:libsamplerate \ |
---|
25 | port:libvorbis \ |
---|
26 | path:lib/libavcodec.dylib:ffmpeg \ |
---|
27 | port:libmad \ |
---|
28 | port:flac \ |
---|
29 | port:wavpack \ |
---|
30 | port:file \ |
---|
31 | port:libpng |
---|
32 | |
---|
33 | master_sites sourceforge |
---|
34 | checksums md5 b99871c7bbae84feac9d0d1f010331ba \ |
---|
35 | sha1 ef1773e08322ad9d9deb0a9f8e37a7ba4b9ca384 \ |
---|
36 | rmd160 d5c44ccb3acbe686af4bd434ce8cb9a7bf3e2dc7 |
---|
37 | |
---|
38 | configure.args --mandir=\\\${prefix}/share/man \ |
---|
39 | --disable-gomp |
---|
40 | |
---|
41 | build.env ${configure.env} |
---|
42 | |
---|
43 | destroot.destdir prefix=${destroot}${prefix} |
---|