mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
libass: update to libass-0.11.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bba617498f
commit
f37e08a901
@ -17,12 +17,12 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="libass"
|
PKG_NAME="libass"
|
||||||
PKG_VERSION="0.10.2"
|
PKG_VERSION="0.11.1"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
PKG_SITE="http://code.google.com/p/libass/"
|
PKG_SITE="http://code.google.com/p/libass/"
|
||||||
PKG_URL="http://libass.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/libass/libass/releases/download/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain freetype fontconfig enca fribidi"
|
PKG_DEPENDS_TARGET="toolchain freetype fontconfig enca fribidi"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="multimedia"
|
PKG_SECTION="multimedia"
|
||||||
@ -38,3 +38,9 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-test \
|
|||||||
--disable-harfbuzz \
|
--disable-harfbuzz \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--with-gnu-ld"
|
--with-gnu-ld"
|
||||||
|
|
||||||
|
if [ $TARGET_ARCH = "i386" -o $TARGET_ARCH = "x86_64" ]; then
|
||||||
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET yasm:host"
|
||||||
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-asm"
|
||||||
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user