harfbuzz: Update to version 14.5.0
Commit Message
- Update from version 14.4.0 to 14.5.0
- Update of rootfile
- Changelog
14.5.0
- Update Unicode 18.0 data and script support, including script values for
Jurchen, Proto-Cuneiform, and Seal, and the corresponding shaping support.
- Add support for VARC table subsetting, including pruning auxiliary data,
remapping glyph IDs, and guarding the feature in lean builds.
- Add rendering work budgets to the draw and paint APIs and share them across
the raster, vector, GPU, and Cairo renderers so nested outline work remains
bounded.
- Improve performance in set iteration, lookup traversal, and the repacker, and
add coverage for new benchmarks and fuzzing seeds.
- Fix various correctness and robustness issues across the CFF, Graphite,
DirectWrite, and repacker code paths, including memory leaks, overflow checks,
bounds issues, and malformed-font handling.
- Various build, portability, and CI fixes.
- New API:
* Common:
+HB_BUDGET_DEFAULT
+HB_BUDGET_UNLIMITED
+HB_SCRIPT_JURCHEN
+HB_SCRIPT_PROTO_CUNEIFORM
+HB_SCRIPT_SEAL
* Draw:
+hb_draw_set_budget_func_t
+hb_draw_get_budget_func_t
+hb_draw_get_budget_remaining_func_t
+hb_draw_funcs_set_set_budget_func()
+hb_draw_funcs_set_get_budget_func()
+hb_draw_funcs_set_get_budget_remaining_func()
+hb_draw_set_budget()
+hb_draw_get_budget()
+hb_draw_get_budget_remaining()
* Paint:
+hb_paint_set_budget_func_t
+hb_paint_get_budget_func_t
+hb_paint_get_budget_remaining_func_t
+hb_paint_funcs_set_set_budget_func()
+hb_paint_funcs_set_get_budget_func()
+hb_paint_funcs_set_get_budget_remaining_func()
+hb_paint_set_budget()
+hb_paint_get_budget()
+hb_paint_get_budget_remaining()
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/harfbuzz | 14 +++++++-------
lfs/harfbuzz | 4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)
@@ -54,25 +54,25 @@ usr/include/harfbuzz/hb-script-list.h
#usr/lib/cmake/harfbuzz/harfbuzz-config.cmake
#usr/lib/libharfbuzz-cairo.so
usr/lib/libharfbuzz-cairo.so.0
-usr/lib/libharfbuzz-cairo.so.0.61440.0
+usr/lib/libharfbuzz-cairo.so.0.61450.0
#usr/lib/libharfbuzz-gobject.so
usr/lib/libharfbuzz-gobject.so.0
-usr/lib/libharfbuzz-gobject.so.0.61440.0
+usr/lib/libharfbuzz-gobject.so.0.61450.0
#usr/lib/libharfbuzz-gpu.so
usr/lib/libharfbuzz-gpu.so.0
-usr/lib/libharfbuzz-gpu.so.0.61440.0
+usr/lib/libharfbuzz-gpu.so.0.61450.0
#usr/lib/libharfbuzz-raster.so
usr/lib/libharfbuzz-raster.so.0
-usr/lib/libharfbuzz-raster.so.0.61440.0
+usr/lib/libharfbuzz-raster.so.0.61450.0
#usr/lib/libharfbuzz-subset.so
usr/lib/libharfbuzz-subset.so.0
-usr/lib/libharfbuzz-subset.so.0.61440.0
+usr/lib/libharfbuzz-subset.so.0.61450.0
#usr/lib/libharfbuzz-vector.so
usr/lib/libharfbuzz-vector.so.0
-usr/lib/libharfbuzz-vector.so.0.61440.0
+usr/lib/libharfbuzz-vector.so.0.61450.0
#usr/lib/libharfbuzz.so
usr/lib/libharfbuzz.so.0
-usr/lib/libharfbuzz.so.0.61440.0
+usr/lib/libharfbuzz.so.0.61450.0
#usr/lib/pkgconfig/harfbuzz-cairo.pc
#usr/lib/pkgconfig/harfbuzz-gobject.pc
#usr/lib/pkgconfig/harfbuzz-gpu.pc
@@ -24,7 +24,7 @@
include Config
-VER = 14.4.0
+VER = 14.5.0
THISAPP = harfbuzz-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = bca47aa5bc12e865529c031d34559978bc4d098f9e09a586e21c6631535a49f7b6c0c217bb03952e141df3a083465d2a811c27a9d136d0ae23e150d9a75ae9bb
+$(DL_FILE)_BLAKE2 = cde386fc963c56c3e2d352cb66419094bad64348752072a94856e3229d0910d127c5922bbc980b8a663ce138529e7c2ac2a6715c5fa468057148c126e40e4164
install : $(TARGET)