Skip to content
Snippets Groups Projects
Commit 7ee72351 authored by Natanael Copa's avatar Natanael Copa
Browse files

extra/faad2: new aport

ISO AAC audio decoder
http://www.audiocoding.com/
parent ffa07b03
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=faad2
pkgver=2.7
pkgrel=0
pkgdesc="ISO AAC audio decoder"
url="http://www.audiocoding.com/"
license="custom:GPL"
subpackages="$pkgname-dev $pkgname-doc"
depends=
makedepends="autoconf automake libtool"
source="http://downloads.sourceforge.net/sourceforge/faac/$pkgname-$pkgver.tar.bz2"
build ()
{
cd "$srcdir"/$pkgname-$pkgver
# manfile has bad name
mv frontend/faad.man frontend/faad.1 && \
sed -i -e 's:faad\.man:faad.1:' frontend/Makefile.am \
|| return 1
sh bootstrap
./configure --prefix=/usr || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
install -m644 common/mp4ff/mp4ff_int_types.h "$pkgdir"/usr/include/mp4ff_int_types.h || return 1
}
md5sums="4c332fa23febc0e4648064685a3d4332 faad2-2.7.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment