harfbuzz: Update to version 7.0.1

Message ID 20230302101419.3443689-6-adolf.belka@ipfire.org
State Accepted
Commit d17852b25ed5c4379141ef808fb33db318525586
Headers
Series harfbuzz: Update to version 7.0.1 |

Commit Message

Adolf Belka March 2, 2023, 10:14 a.m. UTC
  - Update from version 6.0.0 to 7.0.1
- Update of rootfile
- Changelog
Overview of changes leading to 7.0.1
- Various build and bug fixes.
Overview of changes leading to 7.0.0
- New hb-paint API that is designed mainly to paint “COLRv1” glyphs, but can be
  also used as a unified API to paint any of the glyph representations
  supported by HarfBuzz (B/W outlines, color layers, or color bitmaps).
  (Behdad Esfahbod, Matthias Clasen)
- New hb-cairo API for integrating with cairo graphics library. This is provided
  as a separate harfbuzz-cairo library. (Behdad Esfahbod, Matthias Clasen)
- Support for instancing “CFF2” table. (Behdad Esfahbod)
- Support font emboldening. (Behdad Esfahbod)
- Support feature ranges with AAT shaping. (Behdad Esfahbod)
- Experimental support to cubic curves in “glyf” table, see
  https://github.com/harfbuzz/boring-expansion-spec/blob/main/glyf1-cubicOutlines.md
  for spec. (Behdad Esfahbod)
- Various subsetter improvements. (Garret Rieger, Qunxin Liu, Behdad Esfahbod)
- Various documentation improvements.
  (Behdad Esfahbod, Matthias Clasen, Khaled Hosny)
- Significantly reduced memory use during shaping. (Behdad Esfahbod)
- Greatly reduced memory use during subsetting “CFF” table. (Behdad Esfahbod)
- New command line utility, hb-info, for querying various font information.
  (Behdad Esfahbod, Matthias Clasen)
- New hb-shape/hb-view options: --glyphs, --color-palette, --font-bold,
  --font-grade, and --named-instance. (Behdad Esfahbod)
- Miscellaneous fixes and improvements.
  (Amir Masoud Abdol, Andres Salomon, Behdad Esfahbod, Chun-wei Fan,
  Garret Rieger, Jens Kutilek, Khaled Hosny, Konstantin Käfer, Matthias Clasen,
  Nirbheek Chauhan, Pedro J. Estébanez, Qunxin Liu, Sergei Trofimovich)
- New API:
+HB_FONT_NO_VAR_NAMED_INSTANCE
+HB_PAINT_IMAGE_FORMAT_BGRA
+HB_PAINT_IMAGE_FORMAT_PNG
+HB_PAINT_IMAGE_FORMAT_SVG
+hb_cairo_font_face_create_for_face
+hb_cairo_font_face_create_for_font
+hb_cairo_font_face_get_face
+hb_cairo_font_face_get_font
+hb_cairo_font_face_get_scale_factor
+hb_cairo_font_face_set_font_init_func
+hb_cairo_font_face_set_scale_factor
+hb_cairo_font_init_func_t
+hb_cairo_glyphs_from_buffer
+hb_cairo_scaled_font_get_font
+hb_color_line_get_color_stops
+hb_color_line_get_color_stops_func_t
+hb_color_line_get_extend
+hb_color_line_get_extend_func_t
+hb_color_line_t
+hb_color_stop_t
+hb_draw_funcs_get_empty
+hb_draw_funcs_get_user_data
+hb_draw_funcs_set_user_data
+hb_face_collect_nominal_glyph_mapping
+hb_font_draw_glyph
+hb_font_draw_glyph_func_t
+hb_font_funcs_set_draw_glyph_func
+hb_font_funcs_set_paint_glyph_func
+hb_font_get_synthetic_bold
+hb_font_get_var_named_instance
+hb_font_paint_glyph
+hb_font_paint_glyph_func_t
+hb_font_set_synthetic_bold
+hb_map_keys
+hb_map_next
+hb_map_update
+hb_map_values
+hb_ot_color_glyph_has_paint
+hb_ot_color_has_paint
+hb_ot_layout_script_select_language2
+hb_ot_name_id_predefined_t
+hb_paint_color
+hb_paint_color_func_t
+hb_paint_composite_mode_t
+hb_paint_custom_palette_color
+hb_paint_custom_palette_color_func_t
+hb_paint_extend_t
+hb_paint_funcs_create
+hb_paint_funcs_destroy
+hb_paint_funcs_get_empty
+hb_paint_funcs_get_user_data
+hb_paint_funcs_is_immutable
+hb_paint_funcs_make_immutable
+hb_paint_funcs_reference
+hb_paint_funcs_set_color_func
+hb_paint_funcs_set_custom_palette_color_func
+hb_paint_funcs_set_image_func
+hb_paint_funcs_set_linear_gradient_func
+hb_paint_funcs_set_pop_clip_func
+hb_paint_funcs_set_pop_group_func
+hb_paint_funcs_set_pop_transform_func
+hb_paint_funcs_set_push_clip_glyph_func
+hb_paint_funcs_set_push_clip_rectangle_func
+hb_paint_funcs_set_push_group_func
+hb_paint_funcs_set_push_transform_func
+hb_paint_funcs_set_radial_gradient_func
+hb_paint_funcs_set_sweep_gradient_func
+hb_paint_funcs_set_user_data
+hb_paint_funcs_t
+hb_paint_image
+hb_paint_image_func_t
+hb_paint_linear_gradient
+hb_paint_linear_gradient_func_t
+hb_paint_pop_clip
+hb_paint_pop_clip_func_t
+hb_paint_pop_group
+hb_paint_pop_group_func_t
+hb_paint_pop_transform
+hb_paint_pop_transform_func_t
+hb_paint_push_clip_glyph
+hb_paint_push_clip_glyph_func_t
+hb_paint_push_clip_rectangle
+hb_paint_push_clip_rectangle_func_t
+hb_paint_push_group
+hb_paint_push_group_func_t
+hb_paint_push_transform
+hb_paint_push_transform_func_t
+hb_paint_radial_gradient
+hb_paint_radial_gradient_func_t
+hb_paint_sweep_gradient
+hb_paint_sweep_gradient_func_t
+hb_set_is_inverted
+hb_subset_input_keep_everything
- Deprecated API:
+hb_font_funcs_set_glyph_shape_func
+hb_font_get_glyph_shape_func_t
+hb_font_get_glyph_shape

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/harfbuzz | 18 ++++++++++++++++--
 lfs/harfbuzz                     |  6 +++---
 2 files changed, 19 insertions(+), 5 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/harfbuzz b/config/rootfiles/common/harfbuzz
index 7da247be0..b18e30a18 100644
--- a/config/rootfiles/common/harfbuzz
+++ b/config/rootfiles/common/harfbuzz
@@ -1,3 +1,4 @@ 
+#usr/bin/hb-info
 #usr/bin/hb-ot-shape-closure
 #usr/bin/hb-shape
 #usr/bin/hb-subset
@@ -7,6 +8,7 @@ 
 #usr/include/harfbuzz/hb-aat.h
 #usr/include/harfbuzz/hb-blob.h
 #usr/include/harfbuzz/hb-buffer.h
+#usr/include/harfbuzz/hb-cairo.h
 #usr/include/harfbuzz/hb-common.h
 #usr/include/harfbuzz/hb-cplusplus.hh
 #usr/include/harfbuzz/hb-deprecated.h
@@ -27,6 +29,7 @@ 
 #usr/include/harfbuzz/hb-ot-shape.h
 #usr/include/harfbuzz/hb-ot-var.h
 #usr/include/harfbuzz/hb-ot.h
+#usr/include/harfbuzz/hb-paint.h
 #usr/include/harfbuzz/hb-set.h
 #usr/include/harfbuzz/hb-shape-plan.h
 #usr/include/harfbuzz/hb-shape.h
@@ -38,14 +41,19 @@ 
 #usr/include/harfbuzz/hb.h
 #usr/lib/cmake/harfbuzz
 #usr/lib/cmake/harfbuzz/harfbuzz-config.cmake
+#usr/lib/libharfbuzz-cairo.la
+#usr/lib/libharfbuzz-cairo.so
+usr/lib/libharfbuzz-cairo.so.0
+usr/lib/libharfbuzz-cairo.so.0.60701.0
 #usr/lib/libharfbuzz-subset.la
 #usr/lib/libharfbuzz-subset.so
 usr/lib/libharfbuzz-subset.so.0
-usr/lib/libharfbuzz-subset.so.0.60000.0
+usr/lib/libharfbuzz-subset.so.0.60701.0
 #usr/lib/libharfbuzz.la
 #usr/lib/libharfbuzz.so
 usr/lib/libharfbuzz.so.0
-usr/lib/libharfbuzz.so.0.60000.0
+usr/lib/libharfbuzz.so.0.60701.0
+#usr/lib/pkgconfig/harfbuzz-cairo.pc
 #usr/lib/pkgconfig/harfbuzz-subset.pc
 #usr/lib/pkgconfig/harfbuzz.pc
 #usr/share/gtk-doc/html/harfbuzz
@@ -118,6 +126,7 @@  usr/lib/libharfbuzz.so.0.60000.0
 #usr/share/gtk-doc/html/harfbuzz/api-index-5-0-0.html
 #usr/share/gtk-doc/html/harfbuzz/api-index-5-3-0.html
 #usr/share/gtk-doc/html/harfbuzz/api-index-6-0-0.html
+#usr/share/gtk-doc/html/harfbuzz/api-index-7-0-0.html
 #usr/share/gtk-doc/html/harfbuzz/api-index-full.html
 #usr/share/gtk-doc/html/harfbuzz/apple-advanced-typography-api.html
 #usr/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
@@ -131,16 +140,19 @@  usr/lib/libharfbuzz.so.0.60000.0
 #usr/share/gtk-doc/html/harfbuzz/fonts-and-faces-variable.html
 #usr/share/gtk-doc/html/harfbuzz/fonts-and-faces.html
 #usr/share/gtk-doc/html/harfbuzz/getting-started.html
+#usr/share/gtk-doc/html/harfbuzz/glyphs-and-rendering.html
 #usr/share/gtk-doc/html/harfbuzz/graphite-shaping.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-aat-layout.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html
+#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-cairo.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-directwrite.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-draw.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html
+#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-features.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gdi.html
@@ -157,6 +169,7 @@  usr/lib/libharfbuzz.so.0.60000.0
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-name.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-var.html
+#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-paint.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html
 #usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html
@@ -170,6 +183,7 @@  usr/lib/libharfbuzz.so.0.60000.0
 #usr/share/gtk-doc/html/harfbuzz/index.html
 #usr/share/gtk-doc/html/harfbuzz/install-harfbuzz.html
 #usr/share/gtk-doc/html/harfbuzz/integration-api.html
+#usr/share/gtk-doc/html/harfbuzz/integration-cairo.html
 #usr/share/gtk-doc/html/harfbuzz/integration-coretext.html
 #usr/share/gtk-doc/html/harfbuzz/integration-freetype.html
 #usr/share/gtk-doc/html/harfbuzz/integration-icu.html
diff --git a/lfs/harfbuzz b/lfs/harfbuzz
index c547b203c..17186b203 100644
--- a/lfs/harfbuzz
+++ b/lfs/harfbuzz
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 6.0.0
+VER        = 7.0.1
 
 THISAPP    = harfbuzz-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = bb08f90cf9540a076ec2fe5498658a0e5f963537ebd98fce271af9070d0fc7178346bf56c600720d433c9e3a403f67ec3ac898abeb1da12697ad22980ecf5204
+$(DL_FILE)_BLAKE2 = 4a8844093b627b8d5d2e6f7b735781334f2715fe5146bb135ba19fb5a38f2a38248028b447d985fbde4505cd66721766a727fa7fe1300efd31259c7cafb8b6f2
 
 install : $(TARGET)