From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] harfbuzz: Update to version 10.2.0 Date: Wed, 22 Jan 2025 13:43:08 +0100 Message-ID: <20250122124315.14489-5-adolf.belka@ipfire.org> In-Reply-To: <20250122124315.14489-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1923879624227235144==" List-Id: --===============1923879624227235144== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 10.1.0 to 10.2.0 - Update of rootfile - Changelog 10.2.0 - Consider Unicode Variation Selectors when subsetting =E2=80=9Ccmap=E2=80= =9D table. - Guard hb_cairo_glyphs_from_buffer() against malformed UTF-8 strings. - Fix incorrect =E2=80=9CCOLR=E2=80=9D v1 glyph scaling in hb-cairo. - Use locale-independent parsing of double numbers is =E2=80=9Chb-subset=E2= =80=9D command line tool. - Fix incorrect zeroing of advance width of base glyphs in various =E2=80=9C= Courier New=E2=80=9D font versions due to incorrect =E2=80=9CGDEF=E2=80=9D glyph classes. - Fix handling of long language codes with =E2=80=9CHB_LEAN=E2=80=9D configu= ration. - Update OpenType language system registry. - Allow all Myanmar tone marks (including visarga) in any order - Don=E2=80=99t insert U+25CC DOTTED CIRCLE before superscript/subscript dig= its - Handle Garay script as right to left script. - New API for serializing font tables and potentially repacking them in opti= mal way. This was a previously experimental-only API. - New API for converting font variation setting from and to strings. - Various build fixes - Various subsetter and instancer fixes. - New API: +hb_subset_serialize_link_t +hb_subset_serialize_object_t +hb_subset_serialize_or_fail() +hb_subset_axis_range_from_string() +hb_subset_axis_range_to_string() Signed-off-by: Adolf Belka --- config/rootfiles/common/harfbuzz | 10 +++++----- lfs/harfbuzz | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/common/harfbuzz b/config/rootfiles/common/harfb= uzz index 4fb716d84..c951a4507 100644 --- a/config/rootfiles/common/harfbuzz +++ b/config/rootfiles/common/harfbuzz @@ -38,7 +38,7 @@ #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-serialize.h #usr/include/harfbuzz/hb-subset.h #usr/include/harfbuzz/hb-unicode.h #usr/include/harfbuzz/hb-version.h @@ -47,16 +47,16 @@ #usr/lib/cmake/harfbuzz/harfbuzz-config.cmake #usr/lib/libharfbuzz-cairo.so usr/lib/libharfbuzz-cairo.so.0 -usr/lib/libharfbuzz-cairo.so.0.61010.0 +usr/lib/libharfbuzz-cairo.so.0.61020.0 #usr/lib/libharfbuzz-gobject.so usr/lib/libharfbuzz-gobject.so.0 -usr/lib/libharfbuzz-gobject.so.0.61010.0 +usr/lib/libharfbuzz-gobject.so.0.61020.0 #usr/lib/libharfbuzz-subset.so usr/lib/libharfbuzz-subset.so.0 -usr/lib/libharfbuzz-subset.so.0.61010.0 +usr/lib/libharfbuzz-subset.so.0.61020.0 #usr/lib/libharfbuzz.so usr/lib/libharfbuzz.so.0 -usr/lib/libharfbuzz.so.0.61010.0 +usr/lib/libharfbuzz.so.0.61020.0 #usr/lib/pkgconfig/harfbuzz-cairo.pc #usr/lib/pkgconfig/harfbuzz-gobject.pc #usr/lib/pkgconfig/harfbuzz-subset.pc diff --git a/lfs/harfbuzz b/lfs/harfbuzz index a5a90eec2..71abe2dfc 100644 --- a/lfs/harfbuzz +++ b/lfs/harfbuzz @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # 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 @@ =20 include Config =20 -VER =3D 10.1.0 +VER =3D 10.2.0 =20 THISAPP =3D harfbuzz-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 7d78e31d045b984d8d1a8b1d1f8f282ff9b7dc748ffd6535526626= 6e75064b14eb94ec6b1418e208ebb0fffb99ef174d1978ab14f0c318c1112c2d8005285979 +$(DL_FILE)_BLAKE2 =3D 6711eed94c4cbc7b4d37ec17c3bd4512110f873d0f179bc213773a= d89af99cd349f92ea8ce957ddeb5084ad3719e2436cb712a880b02668954c69e0b1c3ceb98 =20 install : $(TARGET) =20 --=20 2.48.1 --===============1923879624227235144==--