From: Wang Mingyu Date: Wed, 10 Jul 2024 09:43:35 +0000 (+0800) Subject: harfbuzz: upgrade 8.5.0 -> 9.0.0 X-Git-Tag: uninative-4.6~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa4238df038d5890dacfa1611c56e5bb399828bb;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git harfbuzz: upgrade 8.5.0 -> 9.0.0 Changelog: ============ - HarfBuzz now the supports the proposed new OpenType "VARC" table. This replaces the previously supported "Variable Composites" experimental feature. "VARC" support is still experimental and it is not enabled unless HarfBuzz is built with experimental APIs enabled: https://github.com/harfbuzz/boring-expansion-spec/blob/main/VARC.md - Autotools build system have been dropped. Meson is the only supported build system in HarfBuzz going forward. - Speed up "AAT" shaping for short words by up to 4%. - Ignore unknown "CFF" operators. - "hb_subset_input_keep_everything()" now keeps also non-unicode "name" table records. - Update the IANA and OpenType language tag registries. - Support composite glyphs with very large number of points in hb-draw API. - Various build fixes. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_9.0.0.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_9.0.0.bb index 6b0eb120461..01ea6ca86d7 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_9.0.0.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \ " SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "77e4f7f98f3d86bf8788b53e6832fb96279956e1c3961988ea3d4b7ca41ddc27" +SRC_URI[sha256sum] = "a41b272ceeb920c57263ec851604542d9ec85ee3030506d94662067c7b6ab89e" DEPENDS += "glib-2.0-native"