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