Ticket #24450: sox-14.3.1.stable

File sox-14.3.1.stable, 1.5 KB (added by davidfavor (David Favor), 14 years ago)
Line 
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
4PortSystem 1.0
5
6name             sox
7version          14.3.1
8revision         1
9categories       audio
10maintainers      poure.com:jm
11description      SOund eXchange - universal sound sample translator
12long_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.
18homepage         http://sox.sourceforge.net/
19platforms        darwin
20
21depends_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
33master_sites     sourceforge
34checksums        md5     b99871c7bbae84feac9d0d1f010331ba \
35                 sha1    ef1773e08322ad9d9deb0a9f8e37a7ba4b9ca384 \
36                 rmd160  d5c44ccb3acbe686af4bd434ce8cb9a7bf3e2dc7
37
38configure.args   --mandir=\\\${prefix}/share/man \
39                 --disable-gomp
40
41build.env        ${configure.env}
42
43destroot.destdir prefix=${destroot}${prefix}