opusfile: update to 0.11.
This commit is contained in:
parent
6f3f05f693
commit
1ae16d080b
1 changed files with 5 additions and 8 deletions
|
@ -1,20 +1,17 @@
|
|||
# Template file for 'opusfile'
|
||||
pkgname=opusfile
|
||||
version=0.10
|
||||
revision=3
|
||||
version=0.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libogg-devel opus-devel libressl-devel"
|
||||
short_desc="Library for opening, seeking, and decoding .opus files"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.opus-codec.org/"
|
||||
license="BSD"
|
||||
distfiles="http://downloads.xiph.org/releases/opus/${pkgname}-${version}.tar.gz"
|
||||
checksum=48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f
|
||||
checksum=74ce9b6cf4da103133e7b5c95df810ceb7195471e1162ed57af415fabf5603bf
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue