flaad2: add metafile support, cleanups, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 13:50:21 +01:00
parent de555a83cb
commit 9e00574fbb
6 changed files with 15 additions and 11 deletions

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
cd $PKG_BUILD
$AUTORECONF

View File

@ -3,4 +3,4 @@
. config/options $1
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/libfaad/.libs/*.so* $INSTALL/usr/lib
cp -P $PKG_BUILD/libfaad/.libs/*.so* $INSTALL/usr/lib

14
packages/audio/faad2/meta Normal file
View File

@ -0,0 +1,14 @@
PKG_NAME="faad2"
PKG_VERSION="2.7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.audiocoding.com/"
PKG_URL="http://sunet.dl.sourceforge.net/project/faac/faad2-src/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="audio"
PKG_SHORTDESC="faad: An MPEG-4 AAC decoder"
PKG_LONGDESC="The FAAD project includes the AAC decoder FAAD2. It supports several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats (ADTS AAC, raw AAC, MP4), multichannel and gapless decoding as well as MP4 metadata tags. The codecs are compatible with standard-compliant audio applications using one or more of these profiles."
PKG_IS_ADDON="no"

View File

@ -1,7 +0,0 @@
#!/bin/sh
. config/options $1
cp $BUILD/configtools/config.guess $BUILD/$1*
cp $BUILD/configtools/config.sub $BUILD/$1*
chmod a+x $BUILD/$1*/configure

View File

@ -1 +0,0 @@
http://sunet.dl.sourceforge.net/project/faac/faad2-src/faad2-2.7/faad2-2.7.tar.gz