From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] pango: Update to version 1.56.1 Date: Wed, 22 Jan 2025 13:43:15 +0100 Message-ID: <20250122124315.14489-12-adolf.belka@ipfire.org> In-Reply-To: <20250122124315.14489-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9020049014607153503==" List-Id: --===============9020049014607153503== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.54.0 to 1.56.1 - Update of rootfile - Changelog 1.56.1 - Avoid criticals when there are no fonts - fontconfig: Handle lack of FC_FONT_WRAPPER in font cache - fontconfig: Prefer application fonts even if they are older 1.56.0 - Support setting font features in font descriptions - serialization: Document the tab array format - serialization: Accept attributes without range - win32: Improve the pango_font_map_reload_implementation - win32: Take variations into account for caching - layout: Fix measuring ellipsis runs with shapes - build: Require C11 - build: Require GLib 2.80 - build: Require cairo 1.18 1.55 - Support Unicode 16 - Add pango_font_map_add_font_file - fontconfig: Reject patterns without FC_FILE - coretext: Actually use .AppleSystemUIFont - coretext: Keep track of variations - win32: Use font options for caching - win32: Keep variations in PangoWin32Font - build: Require harfbuzz 8.4.0 - build: Require fontconfig 2.15 - build: Require meson 1.2.0 - build: Require Window 10 Signed-off-by: Adolf Belka --- config/rootfiles/common/pango | 7 +++---- lfs/pango | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango index 26f46eeea..54d838a77 100644 --- a/config/rootfiles/common/pango +++ b/config/rootfiles/common/pango @@ -41,16 +41,15 @@ usr/bin/pango-view #usr/include/pango-1.0/pango/pangoft2.h #usr/lib/libpango-1.0.so usr/lib/libpango-1.0.so.0 -usr/lib/libpango-1.0.so.0.5400.0 +usr/lib/libpango-1.0.so.0.5600.1 #usr/lib/libpangocairo-1.0.so usr/lib/libpangocairo-1.0.so.0 -usr/lib/libpangocairo-1.0.so.0.5400.0 +usr/lib/libpangocairo-1.0.so.0.5600.1 #usr/lib/libpangoft2-1.0.so usr/lib/libpangoft2-1.0.so.0 -usr/lib/libpangoft2-1.0.so.0.5400.0 +usr/lib/libpangoft2-1.0.so.0.5600.1 #usr/lib/pkgconfig/pango.pc #usr/lib/pkgconfig/pangocairo.pc #usr/lib/pkgconfig/pangofc.pc #usr/lib/pkgconfig/pangoft2.pc #usr/lib/pkgconfig/pangoot.pc -#usr/share/man/man1/pango-view.1 diff --git a/lfs/pango b/lfs/pango index cf0573515..7bf2a1026 100644 --- a/lfs/pango +++ b/lfs/pango @@ -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 1.54.0 +VER =3D 1.56.1 =20 # https://download.gnome.org/sources/pango/ =20 @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 92c389ab3f21631c245575e30804ffee6fef7b60bc6acdf08159aa= 325d878cf335203267720aec9143ea2a4e590578424cd64011f73da22e1b0beca85e85a276 +$(DL_FILE)_BLAKE2 =3D a22d8113ecbe1f076ff15ea9fa231897bc1275c45c8c9ba74635ec= 0b030d7e59acbdd25d52ff9d5a9ef83e1e4d8a56cf84ae3fdc19b028ff6ef1017eb82924c3 =20 install : $(TARGET) =20 --=20 2.48.1 --===============9020049014607153503==--