opus: update to 1.1.
This commit is contained in:
parent
ef6b013854
commit
d8aaa4d814
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'opus'
|
# Template file for 'opus'
|
||||||
pkgname=opus
|
pkgname=opus
|
||||||
version=1.0.3
|
version=1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-float-approx"
|
configure_args="--enable-float-approx"
|
||||||
|
@ -9,14 +9,14 @@ 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=191a089c92dbc403de6980463dd3604b65beb12d283c607e246c8076363cb49c
|
checksum=b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/opus
|
vinstall COPYING 644 usr/share/licenses/opus
|
||||||
}
|
}
|
||||||
|
|
||||||
opus-devel_package() {
|
opus-devel_package() {
|
||||||
depends="opus-${version}_${revision}"
|
depends="opus>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
@ -29,6 +29,6 @@ opus-devel_package() {
|
||||||
|
|
||||||
opus_package() {
|
opus_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue