opusfile: update to 0.11.

This commit is contained in:
maxice8 2018-09-18 23:50:13 -03:00
parent 6f3f05f693
commit 1ae16d080b
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,20 +1,17 @@
# Template file for 'opusfile' # Template file for 'opusfile'
pkgname=opusfile pkgname=opusfile
version=0.10 version=0.11
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config" hostmakedepends="pkg-config"
makedepends="libogg-devel opus-devel libressl-devel" makedepends="libogg-devel opus-devel libressl-devel"
short_desc="Library for opening, seeking, and decoding .opus files" short_desc="Library for opening, seeking, and decoding .opus files"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD-3-Clause"
homepage="http://www.opus-codec.org/" homepage="http://www.opus-codec.org/"
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=48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f checksum=74ce9b6cf4da103133e7b5c95df810ceb7195471e1162ed57af415fabf5603bf
pre_configure() {
autoreconf -fi
}
post_install() { post_install() {
rm -rf ${DESTDIR}/usr/share rm -rf ${DESTDIR}/usr/share
vlicense COPYING vlicense COPYING