21 lines
895 B
Text
21 lines
895 B
Text
# Template file for 'celt'
|
|
pkgname=celt
|
|
version=0.11.1
|
|
distfiles="http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-float-approx --enable-custom-modes --disable-oggtest"
|
|
homepage="http://www.celt-codec.org/"
|
|
license="BSD"
|
|
revision=1
|
|
short_desc="An audio codec for use in low-delay speech and audio communication"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=01c2579fba8b283c9068cb704a70a6e654aa74ced064c091cafffbe6fb1d4cbf
|
|
long_desc="
|
|
CELT (Constrained Energy Lapped Transform) is an ultra-low delay audio
|
|
codec designed for realtime transmission of high quality speech and audio.
|
|
This is meant to close the gap between traditional speech codecs
|
|
(such as Speex) and traditional audio codecs (such as Vorbis)."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build libogg-devel
|