Files
bpfire/config/rootfiles/common/harfbuzz
Adolf Belka d17852b25e harfbuzz: Update to version 7.0.1
- 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>
2023-03-05 15:12:22 +00:00

233 lines
11 KiB
Plaintext

#usr/bin/hb-info
#usr/bin/hb-ot-shape-closure
#usr/bin/hb-shape
#usr/bin/hb-subset
#usr/bin/hb-view
#usr/include/harfbuzz
#usr/include/harfbuzz/hb-aat-layout.h
#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
#usr/include/harfbuzz/hb-draw.h
#usr/include/harfbuzz/hb-face.h
#usr/include/harfbuzz/hb-font.h
#usr/include/harfbuzz/hb-ft.h
#usr/include/harfbuzz/hb-glib.h
#usr/include/harfbuzz/hb-map.h
#usr/include/harfbuzz/hb-ot-color.h
#usr/include/harfbuzz/hb-ot-deprecated.h
#usr/include/harfbuzz/hb-ot-font.h
#usr/include/harfbuzz/hb-ot-layout.h
#usr/include/harfbuzz/hb-ot-math.h
#usr/include/harfbuzz/hb-ot-meta.h
#usr/include/harfbuzz/hb-ot-metrics.h
#usr/include/harfbuzz/hb-ot-name.h
#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
#usr/include/harfbuzz/hb-style.h
#usr/include/harfbuzz/hb-subset-repacker.h
#usr/include/harfbuzz/hb-subset.h
#usr/include/harfbuzz/hb-unicode.h
#usr/include/harfbuzz/hb-version.h
#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.60701.0
#usr/lib/libharfbuzz.la
#usr/lib/libharfbuzz.so
usr/lib/libharfbuzz.so.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
#usr/share/gtk-doc/html/harfbuzz/HarfBuzz.png
#usr/share/gtk-doc/html/harfbuzz/HarfBuzz.svg
#usr/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html
#usr/share/gtk-doc/html/harfbuzz/a-simple-shaping-example.html
#usr/share/gtk-doc/html/harfbuzz/aat-shaping.html
#usr/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
#usr/share/gtk-doc/html/harfbuzz/annotation-glossary.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-6-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-21.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-26.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-33.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html
#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-4-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-7-2.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-7-7.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-8-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-8-1.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-8-5.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-8-6.html
#usr/share/gtk-doc/html/harfbuzz/api-index-1-9-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-0-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-1-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-2-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-3-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-4-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-5-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-6-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-6-3.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-6-5.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-6-8.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-7-3.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-8-2.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-9-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-2-9-1.html
#usr/share/gtk-doc/html/harfbuzz/api-index-3-0-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-3-1-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-3-3-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-3-4-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-4-0-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-4-1-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-4-2-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-4-3-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-4-4-0.html
#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
#usr/share/gtk-doc/html/harfbuzz/building.html
#usr/share/gtk-doc/html/harfbuzz/clusters.html
#usr/share/gtk-doc/html/harfbuzz/core-api.html
#usr/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html
#usr/share/gtk-doc/html/harfbuzz/deprecated-api-index.html
#usr/share/gtk-doc/html/harfbuzz/fonts-and-faces-custom-functions.html
#usr/share/gtk-doc/html/harfbuzz/fonts-and-faces-native-opentype.html
#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
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-map.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-color.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-meta.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-metrics.html
#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
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-style.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-subset.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html
#usr/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2
#usr/share/gtk-doc/html/harfbuzz/home.png
#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
#usr/share/gtk-doc/html/harfbuzz/integration-python.html
#usr/share/gtk-doc/html/harfbuzz/integration-uniscribe.html
#usr/share/gtk-doc/html/harfbuzz/integration.html
#usr/share/gtk-doc/html/harfbuzz/left-insensitive.png
#usr/share/gtk-doc/html/harfbuzz/left.png
#usr/share/gtk-doc/html/harfbuzz/level-2.html
#usr/share/gtk-doc/html/harfbuzz/object-model-blobs.html
#usr/share/gtk-doc/html/harfbuzz/object-model-lifecycle.html
#usr/share/gtk-doc/html/harfbuzz/object-model-object-types.html
#usr/share/gtk-doc/html/harfbuzz/object-model-user-data.html
#usr/share/gtk-doc/html/harfbuzz/object-model.html
#usr/share/gtk-doc/html/harfbuzz/opentype-api.html
#usr/share/gtk-doc/html/harfbuzz/opentype-shaping-models.html
#usr/share/gtk-doc/html/harfbuzz/reference-manual.html
#usr/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html
#usr/share/gtk-doc/html/harfbuzz/right-insensitive.png
#usr/share/gtk-doc/html/harfbuzz/right.png
#usr/share/gtk-doc/html/harfbuzz/script-specific-shaping.html
#usr/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html
#usr/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html
#usr/share/gtk-doc/html/harfbuzz/shaping-concepts.html
#usr/share/gtk-doc/html/harfbuzz/shaping-opentype-features.html
#usr/share/gtk-doc/html/harfbuzz/shaping-operations.html
#usr/share/gtk-doc/html/harfbuzz/shaping-plans-and-caching.html
#usr/share/gtk-doc/html/harfbuzz/shaping-shaper-selection.html
#usr/share/gtk-doc/html/harfbuzz/style-api.html
#usr/share/gtk-doc/html/harfbuzz/style.css
#usr/share/gtk-doc/html/harfbuzz/subset-api.html
#usr/share/gtk-doc/html/harfbuzz/terminology.html
#usr/share/gtk-doc/html/harfbuzz/text-runs.html
#usr/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html
#usr/share/gtk-doc/html/harfbuzz/unicode-character-categories.html
#usr/share/gtk-doc/html/harfbuzz/up-insensitive.png
#usr/share/gtk-doc/html/harfbuzz/up.png
#usr/share/gtk-doc/html/harfbuzz/user-manual.html
#usr/share/gtk-doc/html/harfbuzz/utilities-common-types-apis.html
#usr/share/gtk-doc/html/harfbuzz/utilities.html
#usr/share/gtk-doc/html/harfbuzz/what-does-harfbuzz-do.html
#usr/share/gtk-doc/html/harfbuzz/what-harfbuzz-doesnt-do.html
#usr/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html
#usr/share/gtk-doc/html/harfbuzz/why-do-i-need-a-shaping-engine.html
#usr/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html
#usr/share/gtk-doc/html/harfbuzz/working-with-harfbuzz-clusters.html