diff --git a/packages/audio/faad2/build b/packages/audio/faad2/build index d152dd9fcf..67a881f170 100755 --- a/packages/audio/faad2/build +++ b/packages/audio/faad2/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $PKG_BUILD $AUTORECONF diff --git a/packages/audio/faad2/install b/packages/audio/faad2/install index bfa9f18c1a..e43a8c5563 100755 --- a/packages/audio/faad2/install +++ b/packages/audio/faad2/install @@ -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 diff --git a/packages/audio/faad2/meta b/packages/audio/faad2/meta new file mode 100644 index 0000000000..42d2727d00 --- /dev/null +++ b/packages/audio/faad2/meta @@ -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" diff --git a/packages/audio/faad2/patches/11_faad-stdio.diff b/packages/audio/faad2/patches/faad2-2.7-stdio.patch similarity index 100% rename from packages/audio/faad2/patches/11_faad-stdio.diff rename to packages/audio/faad2/patches/faad2-2.7-stdio.patch diff --git a/packages/audio/faad2/unpack b/packages/audio/faad2/unpack deleted file mode 100755 index a9a42e2fa7..0000000000 --- a/packages/audio/faad2/unpack +++ /dev/null @@ -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 diff --git a/packages/audio/faad2/url b/packages/audio/faad2/url deleted file mode 100644 index f5dd619b5a..0000000000 --- a/packages/audio/faad2/url +++ /dev/null @@ -1 +0,0 @@ -http://sunet.dl.sourceforge.net/project/faac/faad2-src/faad2-2.7/faad2-2.7.tar.gz