From 6435c59dcae1cda7d95b77a9bc8d9b53c785987b Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 20 May 2024 07:23:53 +0000 Subject: [PATCH] libass: update to 0.17.2 hard set PKG_TOOLCHAIN as per recommendation - https://github.com/libass/libass/releases/tag/0.17.2 Furthermore, Meson/muon is added as a secondary build system restoring first-party support for MSVC builds. Note however, this build setup is not at feature parity with autotools and in particular not considered suitable for packaging purposes on non-Windows platforms. For more details see our README. - https://github.com/libass/libass/blob/0.17.2/README.md#building --- packages/multimedia/libass/package.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/multimedia/libass/package.mk b/packages/multimedia/libass/package.mk index 37845447dd..029d37d424 100644 --- a/packages/multimedia/libass/package.mk +++ b/packages/multimedia/libass/package.mk @@ -3,13 +3,14 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libass" -PKG_VERSION="0.17.1" -PKG_SHA256="f0da0bbfba476c16ae3e1cfd862256d30915911f7abaa1b16ce62ee653192784" +PKG_VERSION="0.17.2" +PKG_SHA256="e8261b51d66ba933fe99248c6fdd8767ed96c5a7e5363c83992c735a2c2fbf74" PKG_LICENSE="BSD" 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_DEPENDS_TARGET="toolchain freetype fontconfig fribidi harfbuzz" PKG_LONGDESC="A portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format." +PKG_TOOLCHAIN="configure" PKG_CONFIGURE_OPTS_TARGET="--disable-test \ --enable-fontconfig \