20 lines
790 B
Text
20 lines
790 B
Text
# Template file for 'speex'.
|
|
pkgname=speex
|
|
version=1.2rc1
|
|
revision=3
|
|
distfiles="http://downloads.xiph.org/releases/speex/speex-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
short_desc="A free codec for free speech"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6
|
|
long_desc="
|
|
Speex is an audio codec especially designed for compressing voice at low
|
|
bit-rates for applications such as voice over IP (VoIP). In some senses, it
|
|
is meant to be complementary to the Vorbis codec which places a greater
|
|
emphasis on high-quality music reproduction.
|
|
|
|
This package contains the encoder and decoder command-line applications."
|
|
|
|
subpackages="libspeex $pkgname-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build libogg-devel
|