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
1 changed files with 6 additions and 5 deletions

View File

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