public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] harfbuzz: Update to version 14.3.0
Date: Fri,  7 Aug 2026 22:33:59 +0200	[thread overview]
Message-ID: <20260807203410.1596981-10-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260807203410.1596981-1-adolf.belka@ipfire.org>

- Update from version 14.2.1 to 14.3.0
- Update of rootfile
- Changelog
14.3.0
- Changes affecting shaping output:
  * Lookup order is now respected for mark positioning in the cross-direction
    (y in horizontal text, x in vertical text): marks no longer follow a
    cross-direction shift that a later lookup applies to the base. This
    improves compatibility with DirectWrite and Core Text.
  * Fix mark attachment to ligatures formed from decomposed glyphs.
  * The `calt` feature in Hangul text is now disabled only for the Jamos,
    not the whole buffer.
- Support for partially instancing version of `avar` table, as well as `CFF2`
  table.
- New fill-glyph paint operation and APIs for the common case of filling a
  glyph with a solid color.
- New API to fetch assorted raw values from the `OS/2`, `head`, and `post`
  tables.
- New experimental API to extract a font’s glyph dependency graph, that
  applications can use to compute glyph closures themselves without running the
  subsetter.
- New subset flag to convert the charset of a subsetted CID-keyed `CFF` fonts
  into identity charset, and a matching `hb-subset` option. Useful for
  embedding fonts in PDF.
- Command-line utilities now handle non-ASCII arguments correctly on Windows.
- Various instancing and subsetting fixes.
- Various fixes to the experimental `harfbuzz-vector`, `harfbuzz-raster` and
  `harfbuzz-gpu` libraries.
- Various improvements to the HarfRust integration shaper.
- Various build, CI, portability, and fuzzing fixes.
- New API:
  * OpenType:
    +HB_OT_BITS_TAG_FS_TYPE
    +HB_OT_BITS_TAG_FS_SELECTION
    +HB_OT_BITS_TAG_MAC_STYLE
    +HB_OT_BITS_TAG_IS_FIXED_PITCH
    +HB_OT_BITS_TAG_UNICODE_RANGE_1
    +HB_OT_BITS_TAG_UNICODE_RANGE_2
    +HB_OT_BITS_TAG_UNICODE_RANGE_3
    +HB_OT_BITS_TAG_UNICODE_RANGE_4
    +HB_OT_BITS_TAG_CODE_PAGE_RANGE_1
    +HB_OT_BITS_TAG_CODE_PAGE_RANGE_2
    +HB_OT_NUMBER_TAG_FONT_X_MIN
    +HB_OT_NUMBER_TAG_FONT_Y_MIN
    +HB_OT_NUMBER_TAG_FONT_X_MAX
    +HB_OT_NUMBER_TAG_FONT_Y_MAX
    +hb_ot_bits_tag_t
    +hb_ot_fetch_bits()
    +hb_ot_number_tag_t
    +hb_ot_fetch_number()
  * Paint:
    +hb_paint_fill_glyph_func_t
    +hb_paint_fill_glyph()
    +hb_paint_funcs_set_fill_glyph_func()
  * Subset library:
    +HB_SUBSET_FLAGS_CFF_IDENTITY_CHARSET

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/harfbuzz | 16 +++++++++-------
 lfs/harfbuzz                     |  4 ++--
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/config/rootfiles/common/harfbuzz b/config/rootfiles/common/harfbuzz
index 2dd6c0134..abba2c36d 100644
--- a/config/rootfiles/common/harfbuzz
+++ b/config/rootfiles/common/harfbuzz
@@ -26,6 +26,7 @@
 #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-fetch.h
 #usr/include/harfbuzz/hb-ot-font.h
 #usr/include/harfbuzz/hb-ot-layout.h
 #usr/include/harfbuzz/hb-ot-math.h
@@ -42,6 +43,7 @@ usr/include/harfbuzz/hb-script-list.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-depend.h
 #usr/include/harfbuzz/hb-subset-serialize.h
 #usr/include/harfbuzz/hb-subset.h
 #usr/include/harfbuzz/hb-unicode.h
@@ -52,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.61421.0
+usr/lib/libharfbuzz-cairo.so.0.61430.0
 #usr/lib/libharfbuzz-gobject.so
 usr/lib/libharfbuzz-gobject.so.0
-usr/lib/libharfbuzz-gobject.so.0.61421.0
+usr/lib/libharfbuzz-gobject.so.0.61430.0
 #usr/lib/libharfbuzz-gpu.so
 usr/lib/libharfbuzz-gpu.so.0
-usr/lib/libharfbuzz-gpu.so.0.61421.0
+usr/lib/libharfbuzz-gpu.so.0.61430.0
 #usr/lib/libharfbuzz-raster.so
 usr/lib/libharfbuzz-raster.so.0
-usr/lib/libharfbuzz-raster.so.0.61421.0
+usr/lib/libharfbuzz-raster.so.0.61430.0
 #usr/lib/libharfbuzz-subset.so
 usr/lib/libharfbuzz-subset.so.0
-usr/lib/libharfbuzz-subset.so.0.61421.0
+usr/lib/libharfbuzz-subset.so.0.61430.0
 #usr/lib/libharfbuzz-vector.so
 usr/lib/libharfbuzz-vector.so.0
-usr/lib/libharfbuzz-vector.so.0.61421.0
+usr/lib/libharfbuzz-vector.so.0.61430.0
 #usr/lib/libharfbuzz.so
 usr/lib/libharfbuzz.so.0
-usr/lib/libharfbuzz.so.0.61421.0
+usr/lib/libharfbuzz.so.0.61430.0
 #usr/lib/pkgconfig/harfbuzz-cairo.pc
 #usr/lib/pkgconfig/harfbuzz-gobject.pc
 #usr/lib/pkgconfig/harfbuzz-gpu.pc
diff --git a/lfs/harfbuzz b/lfs/harfbuzz
index 1c4055a9b..e2de3e475 100644
--- a/lfs/harfbuzz
+++ b/lfs/harfbuzz
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 14.2.1
+VER        = 14.3.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 = 7dab5e69ea502a8b65e1a84c84796ce1afa5e369f3d705af3bbb884a116bf283a170a613831a5af2d28d5eea87360909335590c1a5f9d914088317041b5c01b4
+$(DL_FILE)_BLAKE2 = e4cce203054d98bae061f7baeee2a13f0e71138601f355d8e149296df6ac04f02edfa3bdf14daee2c5a723024caac28c677c09089061f9bb7dc3d179ca8a3e38
 
 install : $(TARGET)
 
-- 
2.55.0



  parent reply	other threads:[~2026-08-07 20:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-07 20:33 [PATCH] core205: Ship glib Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship harfbuzz Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship hwdata Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship libarchive Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship pango Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship sqlite Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship systemd Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship xfsprogs Adolf Belka
2026-08-07 20:33 ` [PATCH] glib: Update to version 2.89.3 Adolf Belka
2026-08-07 20:33 ` Adolf Belka [this message]
2026-08-07 20:34 ` [PATCH] hwdata: Update to version 0.410 Adolf Belka
2026-08-07 20:34 ` [PATCH] libarchive: Update to version 3.8.9 Adolf Belka
2026-08-07 20:34 ` [PATCH] libtalloc: Update to version 2.5.0 Adolf Belka
2026-08-07 20:34 ` [PATCH] nfs: Update to version 2.9.2 Adolf Belka
2026-08-07 20:34 ` [PATCH] nut: Ship nut to pickup updated libusb from CU203 Adolf Belka
2026-08-07 20:34 ` [PATCH] pango: Update to version 1.58.2 Adolf Belka
2026-08-07 20:34 ` [PATCH] postfix: Update to version 3.11.5 Adolf Belka
2026-08-07 20:34 ` [PATCH] samba: Update to version 4.24.5 Adolf Belka
2026-08-07 20:34 ` [PATCH] sqlite: Update to version 3530400 Adolf Belka
2026-08-07 20:34 ` [PATCH] systemd: Update to version 261.2 Adolf Belka
2026-08-07 20:34 ` [PATCH] xfsprogs: Update to version 7.1.1 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260807203410.1596981-10-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox