opus: cross build and dbg support.
This commit is contained in:
parent
0cb240eb4e
commit
f8d6ccca59
2 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'giflib-devel'.
|
# Template file for 'giflib-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
|
||||||
depends="opus-${version}_${revision}"
|
depends="opus-${version}_${revision}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
vmove "usr/lib/*.a" usr/lib
|
||||||
vmove usr/share/aclocal usr/share
|
vmove usr/share/aclocal usr/share
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'opus'
|
# Template file for 'opus'
|
||||||
pkgname=opus
|
pkgname=opus
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=1
|
revision=2
|
||||||
subpackages="opus-devel"
|
subpackages="opus-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --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"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.opus-codec.org/"
|
homepage="http://www.opus-codec.org/"
|
||||||
|
|
Loading…
Reference in a new issue