diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-03 19:12:55 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-05 09:16:24 -0800 |
commit | 7ac4668df3a155fc475b9b43584d1019ff43e404 (patch) | |
tree | d9a71670f2b70ab44d80f2f7bcdaaaeb53d8e29a /meta-oe/recipes-multimedia | |
parent | bfd2ea6cdc011996435749dd5068c486d224dd5e (diff) | |
download | meta-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')
-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 6befd31b8..c052239cb 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" | |||
8 | DEPENDS = "fontconfig freetype fribidi harfbuzz" | 8 | DEPENDS = "fontconfig freetype fribidi harfbuzz" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master" |
11 | SRCREV = "1af6240c5d1e499326146e0b88c987e626b13c23" | 11 | SRCREV = "bef4b43ef1882b77f789f611d9cd24271ccdd65b" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |