2011-02-17 15:16:35 +00:00
|
|
|
# Template file for 'celt051'
|
|
|
|
pkgname=celt051
|
|
|
|
version=0.5.1.3
|
2013-03-31 07:31:24 +00:00
|
|
|
revision=4
|
2011-02-17 15:16:35 +00:00
|
|
|
wrksrc=celt-${version}
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-12 06:55:23 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libogg-devel"
|
2011-02-17 15:16:35 +00:00
|
|
|
short_desc="An audio codec for use in low-delay speech and audio communication"
|
2013-03-31 07:31:24 +00:00
|
|
|
homepage="http://www.celt-codec.org/"
|
|
|
|
license="BSD"
|
2011-02-17 15:16:35 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-12 06:55:23 +00:00
|
|
|
distfiles="http://downloads.us.xiph.org/releases/celt/celt-${version}.tar.gz"
|
2011-02-17 15:16:35 +00:00
|
|
|
checksum=fc2e5b68382eb436a38c3104684a6c494df9bde133c139fbba3ddb5d7eaa6a2e
|
|
|
|
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).
|
|
|
|
|
|
|
|
The CELT bitstream format is not yet stable, this package is a special
|
|
|
|
version of 0.5.1 that has the same bitstream format, but symbols and files
|
|
|
|
renamed from 'celt*' to 'celt051*' so that it is parallel installable with
|
|
|
|
the normal celt for packages requiring this particular bitstream format."
|
|
|
|
|
2013-04-12 06:55:23 +00:00
|
|
|
celt051-devel_package() {
|
|
|
|
depends="libogg-devel celt051>=${version}"
|
|
|
|
short_desc="${short_desc} - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
celt051_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|