opusfile: update to 0.6.
This commit is contained in:
parent
fe06b9b1c5
commit
6a2974bd3c
|
@ -1156,6 +1156,7 @@ libopus.so.0 opus-1.0.2_1
|
|||
libconfig++.so.9 libconfig++-1.4.8_1
|
||||
libconfig.so.9 libconfig-1.4.8_1
|
||||
libopusfile.so.0 opusfile-0.2_1
|
||||
libopusurl.so.0 opusfile-0.6_1
|
||||
libgtkaml.so.0 libgtkaml-0.5.94_1
|
||||
libgtk-vnc-1.0.so.0 gtk2-vnc-0.4.4_2
|
||||
libgranite.so.2 granite-0.3.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'opusfile'
|
||||
pkgname=opusfile
|
||||
version=0.5
|
||||
version=0.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,15 +10,15 @@ 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=2ce52d006aeeec9f10260dbe3073c4636954a1ab19c82b8baafefe0180aa4a39
|
||||
checksum=2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share
|
||||
vinstall COPYING 644 usr/share/licenses/opus
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
opusfile-devel_package() {
|
||||
depends="libogg-devel openssl-devel opus-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue
Block a user