2021-01-01 09:58:00 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.46 2021/01/01 08:58:00 ryoon Exp $
|
2012-10-08 21:20:33 +02:00
|
|
|
bin/hb-ot-shape-closure
|
|
|
|
bin/hb-shape
|
2018-03-11 18:45:54 +01:00
|
|
|
bin/hb-subset
|
2018-12-03 12:43:25 +01:00
|
|
|
include/harfbuzz/hb-aat-layout.h
|
|
|
|
include/harfbuzz/hb-aat.h
|
2012-10-08 21:20:33 +02:00
|
|
|
include/harfbuzz/hb-blob.h
|
|
|
|
include/harfbuzz/hb-buffer.h
|
|
|
|
include/harfbuzz/hb-common.h
|
2014-05-27 16:23:58 +02:00
|
|
|
${PLIST.coretext}include/harfbuzz/hb-coretext.h
|
2013-09-01 00:20:24 +02:00
|
|
|
include/harfbuzz/hb-deprecated.h
|
2020-04-18 16:32:02 +02:00
|
|
|
include/harfbuzz/hb-draw.h
|
2013-09-01 00:20:24 +02:00
|
|
|
include/harfbuzz/hb-face.h
|
2012-10-08 21:20:33 +02:00
|
|
|
include/harfbuzz/hb-font.h
|
2019-02-15 23:44:48 +01:00
|
|
|
include/harfbuzz/hb-ft.h
|
2012-10-08 21:20:33 +02:00
|
|
|
include/harfbuzz/hb-glib.h
|
harfbuzz: Update to 2.7.0
Overview of changes leading to 2.7.0
Saturday, July 25, 2020
====================================
- Use an implementation for round that always rounds up, some minor fluctuations
are expected on var font specially when hb-ot callback is used.
- Fix an AAT's `kerx` issue on broken rendering of Devanagari Sangam MN.
- Remove AAT's `lcar` table support from _get_ligature_carets API, not even much
use on macOS installed fonts (only two files). GDEF support is the recommended
one and expected to work properly after issues fixed two releases ago.
- Minor memory fixes to handle OOM better specially in hb-ft.
- Minor .so files versioning scheme change and remove stable/unstable scheme
differences, was never used in practice (always default to stable scheme).
- We are now suggesting careful packaging of the library using meson,
https://github.com/harfbuzz/harfbuzz/wiki/Notes-on-migration-to-meson
for more information.
- Distribution package URL is changed, either use GitHub generated tarballs,
`https://github.com/harfbuzz/harfbuzz/archive/$pkgver.tar.gz`
or, even more preferably use commit hash of the release and git checkouts like,
`git+https://github.com/harfbuzz/harfbuzz#commit=$commit`
2020-08-08 21:11:13 +02:00
|
|
|
include/harfbuzz/hb-gobject-enums.h
|
|
|
|
include/harfbuzz/hb-gobject-structs.h
|
|
|
|
include/harfbuzz/hb-gobject.h
|
2020-08-15 11:49:44 +02:00
|
|
|
${PLIST.graphite2}include/harfbuzz/hb-graphite2.h
|
2018-06-17 10:24:41 +02:00
|
|
|
include/harfbuzz/hb-map.h
|
Update to 1.8.8
Changelog:
Overview of changes leading to 2.1.1
Monday, November 5, 2018
====================================
- AAT improvements:
o Implement 'mort' table.
o Implement 'kern' subtables Format 1 and Format 3.
Overview of changes leading to 2.1.0
Tuesday, October 30, 2018
====================================
- AAT shaping improvements:
o Allow user controlling AAT features, for whole buffer only currently.
o Several 'morx' fixes.
o Implement tuple-kerns in 'kerx'; Fixes kerning with Apple default
San Francisco fonts.
- Support for color fonts:
o COLR/CPAL API to fetch color layers.
o SVG table to fetch SVG documents.
o CBDT/sbix API to fetch PNG images.
- New 'name' table API.
- hb-ot-font now uses 'VORG' table to correctly position CFF glyphs
in vertical layout.
- Various fuzzer-found bug fixes.
Changed API:
A type and a macro added in 2.0.0 were renamed:
hb_name_id_t -> hb_ot_name_id_t
HB_NAME_ID_INVALID -> HB_OT_NAME_ID_INVALID
New API:
+hb_color_t
+HB_COLOR
+hb_color_get_alpha()
+hb_color_get_red()
+hb_color_get_green()
+hb_color_get_blue()
+hb_ot_color_has_palettes()
+hb_ot_color_palette_get_count()
+hb_ot_color_palette_get_name_id()
+hb_ot_color_palette_color_get_name_id()
+hb_ot_color_palette_flags_t
+hb_ot_color_palette_get_flags()
+hb_ot_color_palette_get_colors()
+hb_ot_color_has_layers()
+hb_ot_color_layer_t
+hb_ot_color_glyph_get_layers()
+hb_ot_color_has_svg()
+hb_ot_color_glyph_reference_svg()
+hb_ot_color_has_png()
+hb_ot_color_glyph_reference_png()
+hb_ot_name_id_t
+HB_OT_NAME_ID_INVALID
+HB_OT_NAME_ID_COPYRIGHT
+HB_OT_NAME_ID_FONT_FAMILY
+HB_OT_NAME_ID_FONT_SUBFAMILY
+HB_OT_NAME_ID_UNIQUE_ID
+HB_OT_NAME_ID_FULL_NAME
+HB_OT_NAME_ID_VERSION_STRING
+HB_OT_NAME_ID_POSTSCRIPT_NAME
+HB_OT_NAME_ID_TRADEMARK
+HB_OT_NAME_ID_MANUFACTURER
+HB_OT_NAME_ID_DESIGNER
+HB_OT_NAME_ID_DESCRIPTION
+HB_OT_NAME_ID_VENDOR_URL
+HB_OT_NAME_ID_DESIGNER_URL
+HB_OT_NAME_ID_LICENSE
+HB_OT_NAME_ID_LICENSE_URL
+HB_OT_NAME_ID_TYPOGRAPHIC_FAMILY
+HB_OT_NAME_ID_TYPOGRAPHIC_SUBFAMILY
+HB_OT_NAME_ID_MAC_FULL_NAME
+HB_OT_NAME_ID_SAMPLE_TEXT
+HB_OT_NAME_ID_CID_FINDFONT_NAME
+HB_OT_NAME_ID_WWS_FAMILY
+HB_OT_NAME_ID_WWS_SUBFAMILY
+HB_OT_NAME_ID_LIGHT_BACKGROUND
+HB_OT_NAME_ID_DARK_BACKGROUND
+HB_OT_NAME_ID_VARIATIONS_PS_PREFIX
+hb_ot_name_entry_t
+hb_ot_name_list_names()
+hb_ot_name_get_utf8()
+hb_ot_name_get_utf16()
+hb_ot_name_get_utf32()
Overview of changes leading to 2.0.2
Saturday, October 20, 2018
====================================
- Fix two minor memory access issues in AAT tables.
Overview of changes leading to 2.0.1
Friday, October 19, 2018
====================================
- Fix hb-version.h reported release version that went wrong (1.8.0)
with previous release.
- Fix extrapolation in 'trak' table.
- Fix hb-font infinite-recursion issue with some font funcs and
subclassed fonts.
- Implement variation-kerning format in kerx table, although without
variation.
- Fix return value of hb_map_is_empty().
Overview of changes leading to 2.0.0
Thursday, October 18, 2018
====================================
- Added AAT shaping support (morx/kerx/trak).
Automatically used if GSUB/GPOS are not available respectively.
Set HB_OPTIONS=aat env var to have morx/kerx preferred over
GSUB/GPOS.
- Apply TrueType kern table internally, instead of relying on
hb_font_t callbacks.
- Khmer shaper significantly rewritten to better match Uniscribe.
- Indic3 tags ('dev3', etc) are passed to USE shaper.
- .dfont Mac font containers implemented.
- Script- and language-mapping revamped to better use BCP 47.
- Misc USE and Indic fixes.
- Misc everything fixes.
- Too many things to list. Biggest release since 0.9.1, with
over 500 commits in just over 5 weeks! Didn't intend it to
be a big release. Just happened to become.
- hb-ft now locks underlying FT_Face during use.
API changes:
- Newly-created hb_font_t's now have our internal "hb-ot-font"
callbacks set on them, so they should work out of the box
without any callbacks set. If callbacks are set, everything
is back to what it was before, the fallback callbacks are
null. If you to get the internal implementation modified,
sub_font it.
- New hb_font_funcs_set_nominal_glyphs_func() allows speeding
up character to glyph mapping.
New API:
+HB_FEATURE_GLOBAL_START
+HB_FEATURE_GLOBAL_END
+hb_buffer_set_invisible_glyph()
+hb_buffer_get_invisible_glyph()
+hb_font_funcs_set_nominal_glyphs_func()
+hb_ot_layout_table_select_script()
+hb_ot_layout_script_select_language()
+hb_ot_layout_feature_get_name_ids()
+hb_ot_layout_feature_get_characters()
+hb_name_id_t
+HB_NAME_ID_INVALID
+HB_OT_MAX_TAGS_PER_SCRIPT
+hb_ot_tags_from_script_and_language()
+hb_ot_tags_to_script_and_language()
Deprecated API:
-hb_font_funcs_set_glyph_func()
-hb_unicode_eastasian_width_func_t
-hb_unicode_funcs_set_eastasian_width_func()
-hb_unicode_eastasian_width()
-hb_unicode_decompose_compatibility_func_t
-HB_UNICODE_MAX_DECOMPOSITION_LEN
-hb_unicode_funcs_set_decompose_compatibility_func()
-hb_unicode_decompose_compatibility()
-hb_font_funcs_set_glyph_h_kerning_func()
-hb_font_funcs_set_glyph_v_kerning_func()
-hb_font_get_glyph_h_kerning()
-hb_font_get_glyph_v_kerning()
-hb_font_get_glyph_kerning_for_direction()
-hb_ot_layout_table_choose_script()
-hb_ot_layout_script_find_language()
-hb_ot_tags_from_script()
-hb_ot_tag_from_language()
Overview of changes leading to 1.9.0
Monday, September 10, 2018
====================================
- Added 'cmap' API to hb_face_t.
- Face-builder API.
- hb-ot-font re-creation should be much leaner now, as the
font tables it uses are cached on hb_face_t now.
- Internal source header file name changes:
hb-*-private.hh is renamed to hb-*.hh.
New API:
+HB_UNICODE_MAX
+hb_face_collect_unicodes()
+hb_face_collect_variation_selectors()
+hb_face_collect_variation_unicodes()
+hb_face_builder_create()
+hb_face_builder_add_table()
2018-11-12 04:49:09 +01:00
|
|
|
include/harfbuzz/hb-ot-color.h
|
2019-01-29 19:54:03 +01:00
|
|
|
include/harfbuzz/hb-ot-deprecated.h
|
2014-05-04 18:58:45 +02:00
|
|
|
include/harfbuzz/hb-ot-font.h
|
2012-10-08 21:20:33 +02:00
|
|
|
include/harfbuzz/hb-ot-layout.h
|
2016-10-31 17:15:27 +01:00
|
|
|
include/harfbuzz/hb-ot-math.h
|
2019-08-20 14:09:04 +02:00
|
|
|
include/harfbuzz/hb-ot-meta.h
|
|
|
|
include/harfbuzz/hb-ot-metrics.h
|
Update to 1.8.8
Changelog:
Overview of changes leading to 2.1.1
Monday, November 5, 2018
====================================
- AAT improvements:
o Implement 'mort' table.
o Implement 'kern' subtables Format 1 and Format 3.
Overview of changes leading to 2.1.0
Tuesday, October 30, 2018
====================================
- AAT shaping improvements:
o Allow user controlling AAT features, for whole buffer only currently.
o Several 'morx' fixes.
o Implement tuple-kerns in 'kerx'; Fixes kerning with Apple default
San Francisco fonts.
- Support for color fonts:
o COLR/CPAL API to fetch color layers.
o SVG table to fetch SVG documents.
o CBDT/sbix API to fetch PNG images.
- New 'name' table API.
- hb-ot-font now uses 'VORG' table to correctly position CFF glyphs
in vertical layout.
- Various fuzzer-found bug fixes.
Changed API:
A type and a macro added in 2.0.0 were renamed:
hb_name_id_t -> hb_ot_name_id_t
HB_NAME_ID_INVALID -> HB_OT_NAME_ID_INVALID
New API:
+hb_color_t
+HB_COLOR
+hb_color_get_alpha()
+hb_color_get_red()
+hb_color_get_green()
+hb_color_get_blue()
+hb_ot_color_has_palettes()
+hb_ot_color_palette_get_count()
+hb_ot_color_palette_get_name_id()
+hb_ot_color_palette_color_get_name_id()
+hb_ot_color_palette_flags_t
+hb_ot_color_palette_get_flags()
+hb_ot_color_palette_get_colors()
+hb_ot_color_has_layers()
+hb_ot_color_layer_t
+hb_ot_color_glyph_get_layers()
+hb_ot_color_has_svg()
+hb_ot_color_glyph_reference_svg()
+hb_ot_color_has_png()
+hb_ot_color_glyph_reference_png()
+hb_ot_name_id_t
+HB_OT_NAME_ID_INVALID
+HB_OT_NAME_ID_COPYRIGHT
+HB_OT_NAME_ID_FONT_FAMILY
+HB_OT_NAME_ID_FONT_SUBFAMILY
+HB_OT_NAME_ID_UNIQUE_ID
+HB_OT_NAME_ID_FULL_NAME
+HB_OT_NAME_ID_VERSION_STRING
+HB_OT_NAME_ID_POSTSCRIPT_NAME
+HB_OT_NAME_ID_TRADEMARK
+HB_OT_NAME_ID_MANUFACTURER
+HB_OT_NAME_ID_DESIGNER
+HB_OT_NAME_ID_DESCRIPTION
+HB_OT_NAME_ID_VENDOR_URL
+HB_OT_NAME_ID_DESIGNER_URL
+HB_OT_NAME_ID_LICENSE
+HB_OT_NAME_ID_LICENSE_URL
+HB_OT_NAME_ID_TYPOGRAPHIC_FAMILY
+HB_OT_NAME_ID_TYPOGRAPHIC_SUBFAMILY
+HB_OT_NAME_ID_MAC_FULL_NAME
+HB_OT_NAME_ID_SAMPLE_TEXT
+HB_OT_NAME_ID_CID_FINDFONT_NAME
+HB_OT_NAME_ID_WWS_FAMILY
+HB_OT_NAME_ID_WWS_SUBFAMILY
+HB_OT_NAME_ID_LIGHT_BACKGROUND
+HB_OT_NAME_ID_DARK_BACKGROUND
+HB_OT_NAME_ID_VARIATIONS_PS_PREFIX
+hb_ot_name_entry_t
+hb_ot_name_list_names()
+hb_ot_name_get_utf8()
+hb_ot_name_get_utf16()
+hb_ot_name_get_utf32()
Overview of changes leading to 2.0.2
Saturday, October 20, 2018
====================================
- Fix two minor memory access issues in AAT tables.
Overview of changes leading to 2.0.1
Friday, October 19, 2018
====================================
- Fix hb-version.h reported release version that went wrong (1.8.0)
with previous release.
- Fix extrapolation in 'trak' table.
- Fix hb-font infinite-recursion issue with some font funcs and
subclassed fonts.
- Implement variation-kerning format in kerx table, although without
variation.
- Fix return value of hb_map_is_empty().
Overview of changes leading to 2.0.0
Thursday, October 18, 2018
====================================
- Added AAT shaping support (morx/kerx/trak).
Automatically used if GSUB/GPOS are not available respectively.
Set HB_OPTIONS=aat env var to have morx/kerx preferred over
GSUB/GPOS.
- Apply TrueType kern table internally, instead of relying on
hb_font_t callbacks.
- Khmer shaper significantly rewritten to better match Uniscribe.
- Indic3 tags ('dev3', etc) are passed to USE shaper.
- .dfont Mac font containers implemented.
- Script- and language-mapping revamped to better use BCP 47.
- Misc USE and Indic fixes.
- Misc everything fixes.
- Too many things to list. Biggest release since 0.9.1, with
over 500 commits in just over 5 weeks! Didn't intend it to
be a big release. Just happened to become.
- hb-ft now locks underlying FT_Face during use.
API changes:
- Newly-created hb_font_t's now have our internal "hb-ot-font"
callbacks set on them, so they should work out of the box
without any callbacks set. If callbacks are set, everything
is back to what it was before, the fallback callbacks are
null. If you to get the internal implementation modified,
sub_font it.
- New hb_font_funcs_set_nominal_glyphs_func() allows speeding
up character to glyph mapping.
New API:
+HB_FEATURE_GLOBAL_START
+HB_FEATURE_GLOBAL_END
+hb_buffer_set_invisible_glyph()
+hb_buffer_get_invisible_glyph()
+hb_font_funcs_set_nominal_glyphs_func()
+hb_ot_layout_table_select_script()
+hb_ot_layout_script_select_language()
+hb_ot_layout_feature_get_name_ids()
+hb_ot_layout_feature_get_characters()
+hb_name_id_t
+HB_NAME_ID_INVALID
+HB_OT_MAX_TAGS_PER_SCRIPT
+hb_ot_tags_from_script_and_language()
+hb_ot_tags_to_script_and_language()
Deprecated API:
-hb_font_funcs_set_glyph_func()
-hb_unicode_eastasian_width_func_t
-hb_unicode_funcs_set_eastasian_width_func()
-hb_unicode_eastasian_width()
-hb_unicode_decompose_compatibility_func_t
-HB_UNICODE_MAX_DECOMPOSITION_LEN
-hb_unicode_funcs_set_decompose_compatibility_func()
-hb_unicode_decompose_compatibility()
-hb_font_funcs_set_glyph_h_kerning_func()
-hb_font_funcs_set_glyph_v_kerning_func()
-hb_font_get_glyph_h_kerning()
-hb_font_get_glyph_v_kerning()
-hb_font_get_glyph_kerning_for_direction()
-hb_ot_layout_table_choose_script()
-hb_ot_layout_script_find_language()
-hb_ot_tags_from_script()
-hb_ot_tag_from_language()
Overview of changes leading to 1.9.0
Monday, September 10, 2018
====================================
- Added 'cmap' API to hb_face_t.
- Face-builder API.
- hb-ot-font re-creation should be much leaner now, as the
font tables it uses are cached on hb_face_t now.
- Internal source header file name changes:
hb-*-private.hh is renamed to hb-*.hh.
New API:
+HB_UNICODE_MAX
+hb_face_collect_unicodes()
+hb_face_collect_variation_selectors()
+hb_face_collect_variation_unicodes()
+hb_face_builder_create()
+hb_face_builder_add_table()
2018-11-12 04:49:09 +01:00
|
|
|
include/harfbuzz/hb-ot-name.h
|
2014-02-03 17:46:13 +01:00
|
|
|
include/harfbuzz/hb-ot-shape.h
|
2017-02-06 13:45:09 +01:00
|
|
|
include/harfbuzz/hb-ot-var.h
|
2012-10-08 21:20:33 +02:00
|
|
|
include/harfbuzz/hb-ot.h
|
|
|
|
include/harfbuzz/hb-set.h
|
2012-11-23 18:38:41 +01:00
|
|
|
include/harfbuzz/hb-shape-plan.h
|
2012-10-08 21:20:33 +02:00
|
|
|
include/harfbuzz/hb-shape.h
|
2020-06-29 15:44:02 +02:00
|
|
|
include/harfbuzz/hb-style.h
|
2018-03-11 18:45:54 +01:00
|
|
|
include/harfbuzz/hb-subset.h
|
2012-10-08 21:20:33 +02:00
|
|
|
include/harfbuzz/hb-unicode.h
|
|
|
|
include/harfbuzz/hb-version.h
|
|
|
|
include/harfbuzz/hb.h
|
2018-03-11 18:45:54 +01:00
|
|
|
lib/cmake/harfbuzz/harfbuzz-config.cmake
|
2020-09-04 12:50:08 +02:00
|
|
|
${PLIST.introspection}lib/girepository-1.0/HarfBuzz-0.0.typelib
|
harfbuzz: Update to 2.7.0
Overview of changes leading to 2.7.0
Saturday, July 25, 2020
====================================
- Use an implementation for round that always rounds up, some minor fluctuations
are expected on var font specially when hb-ot callback is used.
- Fix an AAT's `kerx` issue on broken rendering of Devanagari Sangam MN.
- Remove AAT's `lcar` table support from _get_ligature_carets API, not even much
use on macOS installed fonts (only two files). GDEF support is the recommended
one and expected to work properly after issues fixed two releases ago.
- Minor memory fixes to handle OOM better specially in hb-ft.
- Minor .so files versioning scheme change and remove stable/unstable scheme
differences, was never used in practice (always default to stable scheme).
- We are now suggesting careful packaging of the library using meson,
https://github.com/harfbuzz/harfbuzz/wiki/Notes-on-migration-to-meson
for more information.
- Distribution package URL is changed, either use GitHub generated tarballs,
`https://github.com/harfbuzz/harfbuzz/archive/$pkgver.tar.gz`
or, even more preferably use commit hash of the release and git checkouts like,
`git+https://github.com/harfbuzz/harfbuzz#commit=$commit`
2020-08-08 21:11:13 +02:00
|
|
|
lib/libharfbuzz-gobject.so
|
|
|
|
lib/libharfbuzz-gobject.so.0
|
2021-01-01 09:58:00 +01:00
|
|
|
lib/libharfbuzz-gobject.so.0.20704.0
|
harfbuzz: Update to 2.7.0
Overview of changes leading to 2.7.0
Saturday, July 25, 2020
====================================
- Use an implementation for round that always rounds up, some minor fluctuations
are expected on var font specially when hb-ot callback is used.
- Fix an AAT's `kerx` issue on broken rendering of Devanagari Sangam MN.
- Remove AAT's `lcar` table support from _get_ligature_carets API, not even much
use on macOS installed fonts (only two files). GDEF support is the recommended
one and expected to work properly after issues fixed two releases ago.
- Minor memory fixes to handle OOM better specially in hb-ft.
- Minor .so files versioning scheme change and remove stable/unstable scheme
differences, was never used in practice (always default to stable scheme).
- We are now suggesting careful packaging of the library using meson,
https://github.com/harfbuzz/harfbuzz/wiki/Notes-on-migration-to-meson
for more information.
- Distribution package URL is changed, either use GitHub generated tarballs,
`https://github.com/harfbuzz/harfbuzz/archive/$pkgver.tar.gz`
or, even more preferably use commit hash of the release and git checkouts like,
`git+https://github.com/harfbuzz/harfbuzz#commit=$commit`
2020-08-08 21:11:13 +02:00
|
|
|
lib/libharfbuzz-subset.so
|
|
|
|
lib/libharfbuzz-subset.so.0
|
2021-01-01 09:58:00 +01:00
|
|
|
lib/libharfbuzz-subset.so.0.20704.0
|
harfbuzz: Update to 2.7.0
Overview of changes leading to 2.7.0
Saturday, July 25, 2020
====================================
- Use an implementation for round that always rounds up, some minor fluctuations
are expected on var font specially when hb-ot callback is used.
- Fix an AAT's `kerx` issue on broken rendering of Devanagari Sangam MN.
- Remove AAT's `lcar` table support from _get_ligature_carets API, not even much
use on macOS installed fonts (only two files). GDEF support is the recommended
one and expected to work properly after issues fixed two releases ago.
- Minor memory fixes to handle OOM better specially in hb-ft.
- Minor .so files versioning scheme change and remove stable/unstable scheme
differences, was never used in practice (always default to stable scheme).
- We are now suggesting careful packaging of the library using meson,
https://github.com/harfbuzz/harfbuzz/wiki/Notes-on-migration-to-meson
for more information.
- Distribution package URL is changed, either use GitHub generated tarballs,
`https://github.com/harfbuzz/harfbuzz/archive/$pkgver.tar.gz`
or, even more preferably use commit hash of the release and git checkouts like,
`git+https://github.com/harfbuzz/harfbuzz#commit=$commit`
2020-08-08 21:11:13 +02:00
|
|
|
lib/libharfbuzz.so
|
|
|
|
lib/libharfbuzz.so.0
|
2021-01-01 09:58:00 +01:00
|
|
|
lib/libharfbuzz.so.0.20704.0
|
harfbuzz: Update to 2.7.0
Overview of changes leading to 2.7.0
Saturday, July 25, 2020
====================================
- Use an implementation for round that always rounds up, some minor fluctuations
are expected on var font specially when hb-ot callback is used.
- Fix an AAT's `kerx` issue on broken rendering of Devanagari Sangam MN.
- Remove AAT's `lcar` table support from _get_ligature_carets API, not even much
use on macOS installed fonts (only two files). GDEF support is the recommended
one and expected to work properly after issues fixed two releases ago.
- Minor memory fixes to handle OOM better specially in hb-ft.
- Minor .so files versioning scheme change and remove stable/unstable scheme
differences, was never used in practice (always default to stable scheme).
- We are now suggesting careful packaging of the library using meson,
https://github.com/harfbuzz/harfbuzz/wiki/Notes-on-migration-to-meson
for more information.
- Distribution package URL is changed, either use GitHub generated tarballs,
`https://github.com/harfbuzz/harfbuzz/archive/$pkgver.tar.gz`
or, even more preferably use commit hash of the release and git checkouts like,
`git+https://github.com/harfbuzz/harfbuzz#commit=$commit`
2020-08-08 21:11:13 +02:00
|
|
|
lib/pkgconfig/harfbuzz-gobject.pc
|
2018-03-11 18:45:54 +01:00
|
|
|
lib/pkgconfig/harfbuzz-subset.pc
|
2018-01-01 23:29:15 +01:00
|
|
|
lib/pkgconfig/harfbuzz.pc
|
2020-09-04 12:50:08 +02:00
|
|
|
${PLIST.introspection}share/gir-1.0/HarfBuzz-0.0.gir
|
2020-08-15 23:48:34 +02:00
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/HarfBuzz.png
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/HarfBuzz.svg
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/aat-shaping.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/annotation-glossary.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-full.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/building.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/ch01s03.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/ch03s02.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/ch03s03.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/ch12.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/ch13.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/ch14.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/ch15.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/clusters.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/complex-scripts.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/fonts-and-faces-custom-functions.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/fonts-and-faces-native-opentype.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/fonts-and-faces-variable.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/fonts-and-faces.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/getting-started.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/graphite-shaping.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-aat-layout.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html
|
2021-01-01 09:58:00 +01:00
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-directwrite.html
|
2020-08-15 23:48:34 +02:00
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html
|
2021-01-01 09:58:00 +01:00
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-gdi.html
|
2020-08-15 23:48:34 +02:00
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-map.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-color.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html
|
2021-01-01 09:58:00 +01:00
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-meta.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-metrics.html
|
2020-08-15 23:48:34 +02:00
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-name.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-var.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/home.png
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/index.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/install-harfbuzz.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/integration-coretext.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/integration-freetype.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/integration-icu.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/integration-python.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/integration-uniscribe.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/integration.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/left-insensitive.png
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/left.png
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/level-2.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/object-model-blobs.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/object-model-lifecycle.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/object-model-object-types.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/object-model-user-data.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/object-model.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/opentype-shaping-models.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/pt01.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/pt02.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/right-insensitive.png
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/right.png
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/setting-buffer-properties.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/shaping-concepts.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/shaping-opentype-features.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/shaping-operations.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/shaping-plans-and-caching.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/shaping-shaper-selection.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/style.css
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/text-runs.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/unicode-character-categories.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/up-insensitive.png
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/up.png
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/utilities-common-types-apis.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/utilities-ucdn.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/utilities.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/what-harfbuzz-doesnt-do.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/why-do-i-need-a-shaping-engine.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html
|
|
|
|
${PLIST.doc}share/gtk-doc/html/harfbuzz/working-with-harfbuzz-clusters.html
|