mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
faad2: update to 2.8.1
This commit is contained in:
parent
26bd37e78e
commit
bf167e2baf
1 changed files with 3 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'faad2'
|
# Template file for 'faad2'
|
||||||
pkgname=faad2
|
pkgname=faad2
|
||||||
version=2.8.0
|
version=2.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="AAC decoding library"
|
short_desc="AAC decoding library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.audiocoding.com/"
|
homepage="http://www.audiocoding.com/"
|
||||||
license="Freeware, GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.bz2"
|
||||||
checksum=4167727d69f7c8d8e4e87ceec3c9eb0a4e5e1a5187e96ab66b2b7250b871cd9e
|
checksum=f4042496f6b0a60f5ded6acd11093230044ef8a2fd965360c1bbd5b58780933d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -17,9 +17,6 @@ pre_configure() {
|
||||||
esac
|
esac
|
||||||
./bootstrap
|
./bootstrap
|
||||||
}
|
}
|
||||||
post_install() {
|
|
||||||
vinstall common/mp4ff/mp4ff_int_types.h 644 usr/include
|
|
||||||
}
|
|
||||||
|
|
||||||
faad2-devel_package() {
|
faad2-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue