New package: opusfile-0.2.
This commit is contained in:
parent
996f6cc136
commit
134934603e
4 changed files with 32 additions and 0 deletions
|
@ -1170,3 +1170,4 @@ libcprops.so.15 libcprops-0.1.12_1
|
||||||
libopus.so.0 opus-1.0.2_1
|
libopus.so.0 opus-1.0.2_1
|
||||||
libconfig++.so.9 libconfig++-1.4.8_1
|
libconfig++.so.9 libconfig++-1.4.8_1
|
||||||
libconfig.so.9 libconfig-1.4.8_1
|
libconfig.so.9 libconfig-1.4.8_1
|
||||||
|
libopusfile.so.0 opusfile-0.2_1
|
||||||
|
|
1
srcpkgs/opusfile-devel
Symbolic link
1
srcpkgs/opusfile-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
opusfile
|
10
srcpkgs/opusfile/opusfile-devel.template
Normal file
10
srcpkgs/opusfile/opusfile-devel.template
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Template file for 'opusfile-devel'.
|
||||||
|
#
|
||||||
|
noarch=yes
|
||||||
|
depends="libogg-devel openssl-devel opus-devel ${sourcepkg}>=${version}"
|
||||||
|
short_desc="${short_desc} -- development files"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
}
|
20
srcpkgs/opusfile/template
Normal file
20
srcpkgs/opusfile/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'opusfile'
|
||||||
|
pkgname=opusfile
|
||||||
|
version=0.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
short_desc="Library for opening, seeking, and decoding .opus files"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.opus-codec.org/"
|
||||||
|
license="BSD"
|
||||||
|
distfiles="http://downloads.xiph.org/releases/opus/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=b4a678b3b6c4adfb6aff1f67ef658becfe146ea7c7ff228e99543762171557f9
|
||||||
|
|
||||||
|
subpackages="${pkgname}-devel"
|
||||||
|
makedepends="pkg-config libogg-devel opus-devel openssl-devel"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
vinstall COPYING 644 usr/share/licenses/opus
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue