From 7ac4668df3a155fc475b9b43584d1019ff43e404 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 3 Dec 2022 19:12:55 +0800 Subject: [PATCH] libass: upgrade 0.16.0 -> 0.17.0 Detailed Changes: ================== - Fix various parts relating to automatic linebreaking - Fix rendering when hinting was enabled and fontsizes or scales are zero - Switch build to a non-recursive setup for improved parallelism - Improve quality of SSA Effects movement - Further documentation improvements - Completely invalid Events are now discarded during parsing - Introduction of LayoutRes{X,Y} script headers - New AlphaLevel style override to set all alpha values while keeping the color - Add ASS_FEATURE_WRAP_UNICODE to allow automatic linebreaks in accordance with the Unicode line breaking algorithm instead of ASS' much stricter breaking rules. For the feature to be available at runtime, libass must be linked against the new optional dependency libunibreak. - Improve VSFilter compatibility: Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libass/{libass_0.16.0.bb => libass_0.17.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-multimedia/libass/{libass_0.16.0.bb => libass_0.17.0.bb} (94%) diff --git a/meta-oe/recipes-multimedia/libass/libass_0.16.0.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.0.bb similarity index 94% rename from meta-oe/recipes-multimedia/libass/libass_0.16.0.bb rename to meta-oe/recipes-multimedia/libass/libass_0.17.0.bb index 6befd31b88..c052239cbf 100644 --- a/meta-oe/recipes-multimedia/libass/libass_0.16.0.bb +++ b/meta-oe/recipes-multimedia/libass/libass_0.17.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75" DEPENDS = "fontconfig freetype fribidi harfbuzz" SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master" -SRCREV = "1af6240c5d1e499326146e0b88c987e626b13c23" +SRCREV = "bef4b43ef1882b77f789f611d9cd24271ccdd65b" S = "${WORKDIR}/git" inherit autotools pkgconfig