mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libass: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
40da962400
commit
f6b5a7fa05
@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build freetype
|
|
||||||
$SCRIPTS/build fontconfig
|
|
||||||
$SCRIPTS/build enca
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install freetype
|
|
||||||
$SCRIPTS/install fontconfig
|
|
||||||
$SCRIPTS/install enca
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/libass/.libs/*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/libass/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
|
||||||
|
14
packages/multimedia/libass/meta
Normal file
14
packages/multimedia/libass/meta
Normal 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"
|
@ -1 +0,0 @@
|
|||||||
http://libass.googlecode.com/files/libass-0.9.11.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user