From: Wang Mingyu Date: Tue, 26 Mar 2024 00:34:27 +0000 (+0800) Subject: harfbuzz: upgrade 8.3.0 -> 8.3.1 X-Git-Tag: uninative-4.5~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9716f902695337077b533e22b9298d610c038ee;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git harfbuzz: upgrade 8.3.0 -> 8.3.1 Changelog: ========== - hb_blob_create_from_file_or_fail() on Windows will now try to interpret the file name as UTF-8 first, and as system code page if it is not valid UTF-8. - Fix hb_style_get_value() in fonts with "STAT" table. - Properly handle negative offsets in CFF table. - Update IANA Language Subtag Registry to 2024-03-07. - Subsetter now supports subsetting "BASE" table. - Subsetter will update "hhea" font metrics in sync with "OS/2" ones. - "--variations" option of "hb-subset" now supports leaving out values that should be unchanged, e.g. "wght=:500:" will change the default and keep max and min unchanged. It also supports "*=drop" to to pin all axes to default location. - Fix hb_ot_math_get_glyph_kerning() to match updated "MATH" table spec. - Support legacy MacRoman encoding in "cmap" table. - Various build fixes. - Various subsetting and instancing fixes. - New API: hb_subset_input_pin_all_axes_to_default() Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.1.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_8.3.1.bb index d733342682b..fd4dcc23380 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.1.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] = "109501eaeb8bde3eadb25fab4164e993fbace29c3d775bcaa1c1e58e2f15f847" +SRC_URI[sha256sum] = "f73e1eacd7e2ffae687bc3f056bb0c705b7a05aee86337686e09da8fc1c2030c" DEPENDS += "glib-2.0-native"