faad2: update to 2.8.0.
This commit is contained in:
parent
4d0a3c8bf2
commit
5df055f987
2 changed files with 9 additions and 9 deletions
|
@ -367,6 +367,7 @@ libavahi-ui-gtk3.so.0 avahi-ui-libs-gtk3-0.6.25_1
|
|||
libmp4v2.so.2 libmp4v2-2.0.0_1
|
||||
libfaac.so.0 faac-1.28_1
|
||||
libfaad.so.2 faad2-2.7_1
|
||||
libfaad_drm.so.2 faad2-2.8.0_1
|
||||
libid3tag.so.0 libid3tag-0.15.1b_1
|
||||
libgif.so.7 giflib-5.1.0_1
|
||||
libImlib2.so.1 imlib2-1.4.2_1
|
||||
|
|
|
@ -1,26 +1,25 @@
|
|||
# Template file for 'faad2'
|
||||
pkgname=faad2
|
||||
version=2.7
|
||||
revision=8
|
||||
version=2.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_install_args="manmdir=/usr/share/man/man1"
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="AAC decoding library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.audiocoding.com/"
|
||||
license="Freeware, GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.bz2"
|
||||
checksum=14561b5d6bc457e825bfd3921ae50a6648f377a9396eaf16d4b057b39a3f63b5
|
||||
|
||||
CFLAGS="-fPIC"
|
||||
checksum=4167727d69f7c8d8e4e87ceec3c9eb0a4e5e1a5187e96ab66b2b7250b871cd9e
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap
|
||||
}
|
||||
post_install() {
|
||||
vinstall common/mp4ff/mp4ff_int_types.h 644 usr/include
|
||||
mv ${DESTDIR}/usr/share/man/man1/faad.man \
|
||||
${DESTDIR}/usr/share/man/man1/faad.1
|
||||
}
|
||||
|
||||
faad2-devel_package() {
|
||||
depends="faad2>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue