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 75159 2011-01-17 02:00:53Z rmstonecipher@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name celt |
---|
7 | version 0.11.1 |
---|
8 | categories audio |
---|
9 | maintainers maeth.com:wiking |
---|
10 | description CELT - ultra-low delay audio codec |
---|
11 | long_description \ |
---|
12 | The CELT codec is a compression algorithm for audio.\ |
---|
13 | Like MP3, Vorbis, and AAC it is suitable for transmitting \ |
---|
14 | music with high quality. Unlike these formats CELT imposes \ |
---|
15 | very little delay on the signal, even less than is typical\ |
---|
16 | for speech centric formats like Speex, GSM, or G.729. |
---|
17 | homepage http://www.celt-codec.org/ |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | depends_lib port:libogg |
---|
21 | |
---|
22 | master_sites http://downloads.xiph.org/releases/celt |
---|
23 | checksums md5 94fe4acd241da8702c295bcd13a555e6 \ |
---|
24 | sha1 620b416bbc5b25a7d19fe3b794e04d1da063c02c \ |
---|
25 | rmd160 d159b87520c525ed3f54a8965a0f5bf5355f452b |
---|
26 | |
---|
27 | configure.args --mandir=\\\${prefix}/share/man |
---|
28 | |
---|
29 | build.env ${configure.env} |
---|
30 | |
---|
31 | destroot.destdir prefix=${destroot}${prefix} |
---|