public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] pango: Update to version 1.54.0
Date: Sun, 24 Nov 2024 13:27:07 +0100	[thread overview]
Message-ID: <20241124122715.7506-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20241124122715.7506-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2757 bytes --]

- Update from version 1.52.0 to 1.54.0
- Update of rootfile
- Changelog
    1.54.0
	- Build fixes
	- Memory leak fixes
	- Drop the install-tests build option
	- Add build-examples and build-tests build options
	- Require meson 0.63
	- Add pango_item_get_char_offset
	- Update to Unicode 15.1
	- Fix wrong use of GWeakRef, leading to crashes
    1.52.2
	- coretext: Implement reload_font
	- coretext: Use Menlo instead of Courier for monospace
	- win32: Avoid a double free
	- Update to Unicode 15.1
	- Simplify hexbox drawing
    1.52.1
	- Fix hexbox drawing

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/pango |  6 +++---
 lfs/pango                     | 11 ++++++++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango
index 4cfba12c2..26f46eeea 100644
--- a/config/rootfiles/common/pango
+++ b/config/rootfiles/common/pango
@@ -41,13 +41,13 @@ 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.5200.0
+usr/lib/libpango-1.0.so.0.5400.0
 #usr/lib/libpangocairo-1.0.so
 usr/lib/libpangocairo-1.0.so.0
-usr/lib/libpangocairo-1.0.so.0.5200.0
+usr/lib/libpangocairo-1.0.so.0.5400.0
 #usr/lib/libpangoft2-1.0.so
 usr/lib/libpangoft2-1.0.so.0
-usr/lib/libpangoft2-1.0.so.0.5200.0
+usr/lib/libpangoft2-1.0.so.0.5400.0
 #usr/lib/pkgconfig/pango.pc
 #usr/lib/pkgconfig/pangocairo.pc
 #usr/lib/pkgconfig/pangofc.pc
diff --git a/lfs/pango b/lfs/pango
index 016c3b043..cf0573515 100644
--- a/lfs/pango
+++ b/lfs/pango
@@ -24,7 +24,9 @@
 
 include Config
 
-VER        = 1.52.0
+VER        = 1.54.0
+
+# https://download.gnome.org/sources/pango/
 
 THISAPP    = pango-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 3b90c1b104fc2624d0d3c5f35262dc6718f7d795a8932ee6d674ab107c12896f9fced16e9eaa1028db1e92833a108d9d608741df17c0a3aaa7fdf43a6b68e754
+$(DL_FILE)_BLAKE2 = 92c389ab3f21631c245575e30804ffee6fef7b60bc6acdf08159aa325d878cf335203267720aec9143ea2a4e590578424cd64011f73da22e1b0beca85e85a276
 
 install : $(TARGET)
 
@@ -71,7 +73,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	$(UPDATE_AUTOMAKE)
-	cd $(DIR_APP) && meson --prefix=/usr --sysconfdir=/etc builddir/
+	cd $(DIR_APP) && meson setup \
+				--prefix=/usr \
+				--sysconfdir=/etc \
+				builddir/
 	cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING)
 	cd $(DIR_APP) && ninja -C builddir/ install
 	@rm -rf $(DIR_APP)
-- 
2.47.0


  reply	other threads:[~2024-11-24 12:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-24 12:27 [PATCH] pam: Update to version 1.7.0 Adolf Belka
2024-11-24 12:27 ` Adolf Belka [this message]
2024-11-24 12:27 ` [PATCH] pciutils: Update to version 3.13.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] qpdf: Updarte to version 11.9.1 Adolf Belka
2024-11-24 12:27 ` [PATCH] ruby: Update to version 3.3.6 Adolf Belka
2024-11-24 12:27 ` [PATCH] screen: Update to version 5.0.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] sshfs: Update to version 3.7.3 Adolf Belka
2024-11-24 12:27 ` [PATCH] swig: Update to version 4.3.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] sysstat: Update to version 12.7.6 Adolf Belka
2024-11-24 12:27 ` [PATCH] sysvinit: Update to version 3.11 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=20241124122715.7506-2-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