opusfile: update to 0.10.

This commit is contained in:
maxice8 2017-11-15 01:44:40 -02:00 committed by Enno Boland
parent 147420796c
commit 4aae6c4504
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'opusfile' # Template file for 'opusfile'
pkgname=opusfile pkgname=opusfile
version=0.9 version=0.10
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
@ -10,11 +10,14 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.opus-codec.org/" homepage="http://www.opus-codec.org/"
license="BSD" license="BSD"
distfiles="http://downloads.xiph.org/releases/opus/${pkgname}-${version}.tar.gz" distfiles="http://downloads.xiph.org/releases/opus/${pkgname}-${version}.tar.gz"
checksum=f75fb500e40b122775ac1a71ad80c4477698842a8fe9da4a1b4a1a9f16e4e979 checksum=48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}
post_install() { post_install() {
rm -rf ${DESTDIR}/usr/share rm -rf ${DESTDIR}/usr/share
vlicense COPYING vlicense COPYING