fdkaac: update to 1.0.0. (#2353)

This commit is contained in:
maxice8 2018-09-05 05:21:36 -03:00 committed by cr6git
parent 62edfd027b
commit 3f5ef7c962

View file

@ -1,20 +1,21 @@
# Template file for 'fdkaac'
pkgname=fdkaac
version=0.6.3
version=1.0.0
revision=1
build_style=gnu-configure
hostmakedepends="automake"
makedepends="fdk-aac-devel"
short_desc="Command line encoder frontend for libfdk-aac"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT, BSD, zlib"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT, BSD-4-Clause, Zlib"
homepage="https://github.com/nu774/fdkaac"
distfiles="https://github.com/nu774/${pkgname}/archive/v${version}.tar.gz"
checksum=16ad555403743b0d288fd113b6d8451a4e787112d4edbfd2da36280a062290c6
distfiles="https://github.com/nu774/${pkgname}/archive/${version}.tar.gz"
checksum=1cb1a245d3b230d9c772e69aea091e6195073cbd8cc7d63e684af7d69b495365
pre_configure() {
autoreconf -fi
}
post_configure() {
vlicense COPYING
}