libass: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-15 13:36:51 +01:00
parent 40da962400
commit f6b5a7fa05
4 changed files with 14 additions and 10 deletions

View File

@ -2,11 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build freetype
$SCRIPTS/build fontconfig
$SCRIPTS/build enca
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -2,10 +2,6 @@
. config/options $1
$SCRIPTS/install freetype
$SCRIPTS/install fontconfig
$SCRIPTS/install enca
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/libass/.libs/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="libass"
PKG_VERSION="0.9.11"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="BSD"
PKG_SITE="http://code.google.com/p/libass/"
PKG_URL="http://libass.googlecode.com/files/release/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="freetype fontconfig enca"
PKG_BUILD_DEPENDS="toolchain freetype fontconfig enca"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="libass: a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format."
PKG_LONGDESC="libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter"
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://libass.googlecode.com/files/libass-0.9.11.tar.bz2