libass: update to 0.17.0

release notes:
- https://github.com/libass/libass/releases/tag/0.17.0
This commit is contained in:
Rudi Heitbaum 2022-12-01 08:43:53 +00:00
parent 8b729e2670
commit b55e41b113

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libass" PKG_NAME="libass"
PKG_VERSION="0.16.0" PKG_VERSION="0.17.0"
PKG_SHA256="5dbde9e22339119cf8eed59eea6c623a0746ef5a90b689e68a090109078e3c08" PKG_SHA256="971e2e1db59d440f88516dcd1187108419a370e64863f70687da599fdf66cc1a"
PKG_LICENSE="BSD" PKG_LICENSE="BSD"
PKG_SITE="https://github.com/libass/libass" PKG_SITE="https://github.com/libass/libass"
PKG_URL="https://github.com/libass/libass/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="https://github.com/libass/libass/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
@ -13,6 +13,7 @@ PKG_LONGDESC="A portable subtitle renderer for the ASS/SSA (Advanced Substation
PKG_CONFIGURE_OPTS_TARGET="--disable-test \ PKG_CONFIGURE_OPTS_TARGET="--disable-test \
--enable-fontconfig \ --enable-fontconfig \
--disable-libunibreak \
--disable-silent-rules \ --disable-silent-rules \
--with-gnu-ld" --with-gnu-ld"