# -*- 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 # $Id$ PortSystem 1.0 name celt version 0.11.1 categories audio maintainers maeth.com:wiking description CELT - ultra-low delay audio codec long_description \ The CELT codec is a compression algorithm for audio. \ Like MP3, Vorbis, and AAC it is suitable for transmitting \ music with high quality. Unlike these formats CELT imposes \ very little delay on the signal, even less than is typical \ for speech centric formats like Speex, GSM, or G.729. homepage http://www.celt-codec.org/ platforms darwin license BSD depends_lib port:libogg master_sites http://downloads.xiph.org/releases/celt checksums rmd160 d159b87520c525ed3f54a8965a0f5bf5355f452b \ sha256 01c2579fba8b283c9068cb704a70a6e654aa74ced064c091cafffbe6fb1d4cbf configure.args --mandir=${prefix}/share/man build.env ${configure.env} destroot.destdir prefix=${destroot}${prefix} livecheck.type regex livecheck.url http://www.celt-codec.org/downloads/ livecheck.regex "${name}-\(\[0-9.\]*\)${extract.suffix}"