mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
flaac: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e55e569c01
commit
de555a83cb
@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -3,4 +3,4 @@
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libfaac/.libs/*.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/libfaac/.libs/*.so* $INSTALL/usr/lib
|
||||
|
14
packages/audio/faac/meta
Normal file
14
packages/audio/faac/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="faac"
|
||||
PKG_VERSION="1.28"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="http://www.audiocoding.com/"
|
||||
PKG_URL="http://heanet.dl.sourceforge.net/sourceforge/faac/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="audio"
|
||||
PKG_SHORTDESC="faac: An MPEG-4 AAC encoder"
|
||||
PKG_LONGDESC="The FAAC project includes the AAC encoder supporting several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats (ADTS AAC, raw AAC, MP4), multichannel and gapless encoding 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"
|
@ -1 +0,0 @@
|
||||
http://heanet.dl.sourceforge.net/sourceforge/faac/faac-1.28.tar.gz
|
Loading…
x
Reference in New Issue
Block a user