diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-15 17:02:01 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-15 16:36:11 -0700 |
| commit | 6b40ee577d0be6cb675153ba43d752e541a8b9c9 (patch) | |
| tree | 0b0f91b2562b628a91742caec90ff9c868031478 | |
| parent | 3d02fd0ef2906964bd16343ac97f1d2fdaab9bec (diff) | |
| download | meta-openembedded-6b40ee577d0be6cb675153ba43d752e541a8b9c9.tar.gz | |
libass: upgrade 0.17.2 -> 0.17.3
Changelog:
============
* Fix 0.17.2 regression in the fontconfig fontprovider
leading to undesirable widths being chosen from large typographic families
* Fix configure generated with slibtool-provided autoconf macros
* Fix "make check" for shared-only builds
* Constify some API parameters in a backwards-compatible manner
* Add new ass_malloc and ass_free API functions
* Tweak default optimization flags
* Speed up parsing of events with very long override blocks
* Improve handling of HarfBuzz-related failures
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-multimedia/libass/libass_0.17.3.bb (renamed from meta-oe/recipes-multimedia/libass/libass_0.17.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.17.2.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.3.bb index e239d028eb..3dd678f055 100644 --- a/meta-oe/recipes-multimedia/libass/libass_0.17.2.bb +++ b/meta-oe/recipes-multimedia/libass/libass_0.17.3.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 = "cbb48cc4f2f076300004b8b06a86bec55281d0c2" | 11 | SRCREV = "e46aedea0a0d17da4c4ef49d84b94a7994664ab5" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
