New package: opus-1.0.2.
This commit is contained in:
parent
530e604562
commit
bd3aa7781e
|
@ -1168,3 +1168,4 @@ libelementary.so.1 elementary-1.7.4_1
|
|||
libjansson.so.4 jansson-2.4_1
|
||||
libleveldb.so.1 leveldb-1.8.0_1
|
||||
libcprops.so.15 libcprops-0.1.12_1
|
||||
libopus.so.0 opus-1.0.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
opus
|
|
@ -0,0 +1,11 @@
|
|||
# Template file for 'giflib-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="opus-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/aclocal usr/share
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'opus'
|
||||
pkgname=opus
|
||||
version=1.0.2
|
||||
revision=1
|
||||
subpackages="opus-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-float-approx"
|
||||
short_desc="Codec designed for interactive speech and audio transmission over the Internet"
|
||||
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
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/opus
|
||||
}
|
Loading…
Reference in New Issue