opus: update to 1.0.3.

This commit is contained in:
Juan RP 2013-07-13 06:54:47 +02:00
parent 77c8208023
commit 28d9a4e11a
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'opus'
pkgname=opus
version=1.0.2
revision=2
version=1.0.3
revision=1
build_style=gnu-configure
configure_args="--enable-float-approx"
short_desc="Codec designed for interactive speech and audio transmission over the Internet"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.opus-codec.org/"
license="BSD"
distfiles="http://downloads.xiph.org/releases/opus/opus-${version}.tar.gz"
checksum=da615edbee5d019c1833071d69a4782c19f178cf9ca1401375036ecef25cd78a
checksum=191a089c92dbc403de6980463dd3604b65beb12d283c607e246c8076363cb49c
post_install() {
vinstall COPYING 644 usr/share/licenses/opus
@ -17,11 +17,12 @@ post_install() {
opus-devel_package() {
depends="opus-${version}_${revision}"
short_desc="${short_desc} -- development files"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/aclocal
}
}