celt051: remove long_desc.
This commit is contained in:
parent
0dcba78c42
commit
9cd7c27ab5
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'celt051'
|
||||
pkgname=celt051
|
||||
version=0.5.1.3
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc=celt-${version}
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -12,23 +12,14 @@ license="BSD"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://downloads.us.xiph.org/releases/celt/celt-${version}.tar.gz"
|
||||
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."
|
||||
|
||||
celt051-devel_package() {
|
||||
depends="libogg-devel celt051>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
depends="libogg-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue