mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
faac: update to 1.30.
This commit is contained in:
parent
ab6c479c15
commit
5b10c99ad8
2 changed files with 10 additions and 5 deletions
|
@ -1,16 +1,21 @@
|
||||||
# Template file for 'faac'
|
# Template file for 'faac'
|
||||||
pkgname=faac
|
pkgname=faac
|
||||||
version=1.29.9.2
|
version=1.30
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="faac-${version//./_}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="AAC audio encoder library"
|
short_desc="AAC audio encoder library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="LGPL-2.0-only"
|
||||||
homepage="http://www.audiocoding.com/"
|
homepage="http://www.audiocoding.com/"
|
||||||
license="LGPL-2"
|
distfiles="https://github.com/knik0/faac/archive/${version//./_}.tar.gz"
|
||||||
distfiles="${SOURCEFORGE_SITE}/faac/faac-${version}.tar.gz"
|
checksum=adc387ce588cca16d98c03b6ec1e58f0ffd9fc6eadb00e254157d6b16203b2d2
|
||||||
checksum=d45f209d837c49dae6deebcdd87b8cc3b04ea290880358faecf5e7737740c771
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -vfi
|
||||||
|
}
|
||||||
|
|
||||||
faac-devel_package() {
|
faac-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ignore="*2001"
|
pattern='/archive/(v?|\Q${pkgname}\E-)?\K[\d\._]+(?=\.tar\.gz")'
|
||||||
|
|
Loading…
Add table
Reference in a new issue