1 | # $Id: Portfile,v 1.3 2005/01/03 21:47:22 toby Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name speex |
---|
5 | version 1.1.11.1 |
---|
6 | categories audio |
---|
7 | maintainers toby@opendarwin.org |
---|
8 | description audio codec designed for speech |
---|
9 | long_description \ |
---|
10 | Speex is an Open Source/Free Software patent-free audio \ |
---|
11 | compression format designed for speech. The Speex Project \ |
---|
12 | aims to lower the barrier of entry for voice applications \ |
---|
13 | by providing a free alternative to expensive proprietary \ |
---|
14 | speech codecs. Moreover, Speex is well-adapted to \ |
---|
15 | Internet applications and provides useful features that \ |
---|
16 | are not present in most other codecs. |
---|
17 | homepage http://www.speex.org/ |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | depends_lib lib:libogg:libogg |
---|
21 | |
---|
22 | master_sites http://downloads.xiph.org/releases/speex/ |
---|
23 | checksums md5 5282d23ea605232be05b537cca7af242 |
---|
24 | |
---|
25 | configure.env LDFLAGS="-L${prefix}/lib" \ |
---|
26 | CPPFLAGS="-I${prefix}/include" |
---|
27 | |
---|