harfbuzz: upgrade 4.3.0 -> 4.4.0

Message ID 1656562773-11393-5-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit bfe0f5b8fe449d2f7a4ac9d3629220a4190f70c5
Headers show
Series harfbuzz: upgrade 4.3.0 -> 4.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) June 30, 2022, 4:19 a.m. UTC
Changelog:
==========
- Caching of variable fonts shaping, in particular when using HarfBuzz’s own
  font loading functions (ot). Bringing performance of variable shaping in par
  with non-variable fonts shaping.
- Caching of format 2 “Contextual Substitution” and “Chained Contexts
  Substitution” lookups. Resulting in up to 20% speedup of lookup-heavy fonts
  like Gulzar or Noto Nastaliq Urdu.
- Improved ANSI output from hb-view.
- Support for shaping legacy, pre-OpenType, Windows 3.1-era, Arabic fonts
  that relied on a fixed PUA encoding.
- Sinhala script is now shaped by the USE shaper instead of “indic” one.
- Thai shaper improvements.
- hb-ot-name API supports approximate BCP-47 language matching, for example
  asking for “en_US” in a font that has only “en” names will return them.
- Optimized TrueType glyph shape loading.
- Fix subsetting of HarfBuzz faces created via hb_face_create_for_tables().
- Add 32 bit var store support to the subsetter.
- New API
 +HB_BUFFER_FLAG_DEFINED
 +HB_BUFFER_SERIALIZE_FLAG_DEFINED
 +hb_font_changed()
 +hb_font_get_serial()
 +hb_ft_hb_font_changed()
 +hb_set_hash()
 +hb_map_copy()
 +hb_map_hash()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../harfbuzz/{harfbuzz_4.3.0.bb => harfbuzz_4.4.0.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_4.3.0.bb => harfbuzz_4.4.0.bb} (95%)

Patch

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_4.3.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_4.4.0.bb
similarity index 95%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_4.3.0.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_4.4.0.bb
index 909b8c57d9..007e278464 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_4.3.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_4.4.0.bb
@@ -12,7 +12,7 @@  UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
 UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar"
 
 SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "a49628f4c4c8e6d8df95ef44935a93446cf2e46366915b0e3ca30df21fffb530"
+SRC_URI[sha256sum] = "02035eddb9d84112834abd1654ce0e177d14f41fd8ce0c29d5b4376888890790"
 
 inherit meson pkgconfig lib_package gtk-doc gobject-introspection