aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libass
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-03 19:12:55 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-05 09:16:24 -0800
commit7ac4668df3a155fc475b9b43584d1019ff43e404 (patch)
treed9a71670f2b70ab44d80f2f7bcdaaaeb53d8e29a /meta-oe/recipes-multimedia/libass
parentbfd2ea6cdc011996435749dd5068c486d224dd5e (diff)
downloadmeta-openembedded-7ac4668df3a155fc475b9b43584d1019ff43e404.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/libass')
-rw-r--r--meta-oe/recipes-multimedia/libass/libass_0.17.0.bb (renamed from meta-oe/recipes-multimedia/libass/libass_0.16.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.16.0.bb b/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