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.52.0 Date: Tue, 05 Mar 2024 12:23:59 +0100 Message-ID: <20240305112405.3404991-3-adolf.belka@ipfire.org> In-Reply-To: <20240305112405.3404991-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5244982461518781885==" List-Id: --===============5244982461518781885== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.50.13 to 1.52.0 - Update of rootfile - Changelog 1.52.0 - Add pango_font_map_reload_font - Improve formatting of font sizes 1.51.2 - Build improvements on Windows - Use single fontconfig thread - Fix problems with spaces at line ends - Allow custom fonts on Windows - pango-viewer: Fix hint-metrics options - Pangofont: Add properties 1.51.0 - itemize: Improve script itemization - build: Check for cairo DWrite dependency - win32: Fix various issues and crashes - layout: Add a missing switch case 1.50.14 - Fix underline thickness in scaled contexts Signed-off-by: Adolf Belka --- config/rootfiles/common/pango | 7 ++++--- lfs/pango | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango index a50610e7c..9433f224b 100644 --- a/config/rootfiles/common/pango +++ b/config/rootfiles/common/pango @@ -41,16 +41,17 @@ 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.5000.13 +usr/lib/libpango-1.0.so.0.5200.0 #usr/lib/libpangocairo-1.0.so usr/lib/libpangocairo-1.0.so.0 -usr/lib/libpangocairo-1.0.so.0.5000.13 +usr/lib/libpangocairo-1.0.so.0.5200.0 #usr/lib/libpangoft2-1.0.so usr/lib/libpangoft2-1.0.so.0 -usr/lib/libpangoft2-1.0.so.0.5000.13 +usr/lib/libpangoft2-1.0.so.0.5200.0 #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 19b510059..016c3b043 100644 --- a/lfs/pango +++ b/lfs/pango @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 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.50.13 +VER =3D 1.52.0 =20 THISAPP =3D pango-$(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 8524d5ff478137e6f3795aff8428a8bc864d72338d93c579c039c9= 4eba368526d38f999b7a9b1964e3649d748393dbe2fffaa29a11732df5bd0adff010d79e05 +$(DL_FILE)_BLAKE2 =3D 3b90c1b104fc2624d0d3c5f35262dc6718f7d795a8932ee6d674ab= 107c12896f9fced16e9eaa1028db1e92833a108d9d608741df17c0a3aaa7fdf43a6b68e754 =20 install : $(TARGET) =20 --=20 2.44.0 --===============5244982461518781885==--