Skip to content

Commit

Permalink
faac: update to 1.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocimier authored and Piraty committed May 14, 2020
1 parent ab6c479 commit 5b10c99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions srcpkgs/faac/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Template file for 'faac'
pkgname=faac
version=1.29.9.2
version=1.30
revision=1
wrksrc="faac-${version//./_}"
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool"
short_desc="AAC audio encoder library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-only"
homepage="http://www.audiocoding.com/"
license="LGPL-2"
distfiles="${SOURCEFORGE_SITE}/faac/faac-${version}.tar.gz"
checksum=d45f209d837c49dae6deebcdd87b8cc3b04ea290880358faecf5e7737740c771
distfiles="https://github.com/knik0/faac/archive/${version//./_}.tar.gz"
checksum=adc387ce588cca16d98c03b6ec1e58f0ffd9fc6eadb00e254157d6b16203b2d2

pre_configure() {
autoreconf -vfi
}

faac-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/faac/update
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ignore="*2001"
pattern='/archive/(v?|\Q${pkgname}\E-)?\K[\d\._]+(?=\.tar\.gz")'

0 comments on commit 5b10c99

Please sign in to comment.