From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] pango: Update to version 1.50.13
Date: Thu, 02 Mar 2023 11:14:16 +0100 [thread overview]
Message-ID: <20230302101419.3443689-11-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230302101419.3443689-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3732 bytes --]
- Update from version 1.50.6 to 1.50.13
- Update of rootfile
- Changelog
Overview of changes in 1.50.13, 20-02-2023
- win32: Add back fallback for empty fontsets
- win32: Improve DirectWrite support
- Fix word segmentation for Japanese
- Don't set backspace-deletes-char for math symbols
- coretext: Fix a crash
- cairo: Apply metrics hinting to underlines too
- Treat COLRv1 fonts as color fonts
Overview of changes in 1.50.12, 18-11-2022
- Fix weight conversion on MacOS
- Update to Unicode 15
- Some introspection annotation fixes
- Improve PangoAttrList serialization
- Fix char offset calculatiosn in multi-paragraph
layouts
Overview of changes in 1.50.11, 03-10-2022
- Don't crash for lack of fonts
- Avoid a crash in shaping
Overview of changes in 1.50.10, 16-09-2022
- Avoid some unnecessary strdups
- Fix line height computations with a non-trivial CTM
Overview of changes in 1.50.9, 09-08-2022
- Apply show flags to line separators
- Fix a thread-safety problem
Overview of changes in 1.50.8, 02-07-2022
- Add some properties to fontmap and family
- Fix handling of ligature carets in mixed directions
Overview of changes in 1.50.7, 14-04-2022
- coretext: Fix the build
- editing: Fix moving across paragraph boundaries in rtl
- layout: Try harder to survive without fonts
- Windows: Register a sans-serif font
- Windows: Try harder to load a font
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/pango | 6 +++---
lfs/pango | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango
index 3c0fc91fd..a50610e7c 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.5000.6
+usr/lib/libpango-1.0.so.0.5000.13
#usr/lib/libpangocairo-1.0.so
usr/lib/libpangocairo-1.0.so.0
-usr/lib/libpangocairo-1.0.so.0.5000.6
+usr/lib/libpangocairo-1.0.so.0.5000.13
#usr/lib/libpangoft2-1.0.so
usr/lib/libpangoft2-1.0.so.0
-usr/lib/libpangoft2-1.0.so.0.5000.6
+usr/lib/libpangoft2-1.0.so.0.5000.13
#usr/lib/pkgconfig/pango.pc
#usr/lib/pkgconfig/pangocairo.pc
#usr/lib/pkgconfig/pangofc.pc
diff --git a/lfs/pango b/lfs/pango
index 759f269ae..19b510059 100644
--- a/lfs/pango
+++ b/lfs/pango
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
# #
# 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 @@
include Config
-VER = 1.50.6
+VER = 1.50.13
THISAPP = pango-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 63cad33f5fe5361642edb0e26a11c45e28e23400f29c078079fa9ce4411eca90c67fdd789e8cf9caec0f1d4a6b5d619808d8dcf53447f961b66db17e1bbcdb97
+$(DL_FILE)_BLAKE2 = 8524d5ff478137e6f3795aff8428a8bc864d72338d93c579c039c94eba368526d38f999b7a9b1964e3649d748393dbe2fffaa29a11732df5bd0adff010d79e05
install : $(TARGET)
--
2.39.2
next prev parent reply other threads:[~2023-03-02 10:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-02 10:14 [PATCH] apr: Update to version 1.7.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] curl: Update to version 7.88.1 Adolf Belka
2023-03-02 10:14 ` [PATCH] e2fsprogs: Update to version 1.47.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] ethtool: Update to version 6.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] gnutls: Update to version 3.8.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] harfbuzz: Update to version 7.0.1 Adolf Belka
2023-03-02 10:14 ` [PATCH] iproute2: Update to version 6.2.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] liburcu: Update to version 0.14.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] lmdb: Update to version 0.9.30 Adolf Belka
2023-03-02 10:14 ` [PATCH] make: Update to version 4.4.1 Adolf Belka
2023-03-02 10:14 ` Adolf Belka [this message]
2023-03-02 10:14 ` [PATCH] sudo: Update to version 1.9.13p2 Adolf Belka
2023-03-02 10:14 ` [PATCH] texinfo: Update to version 7.0.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] zstd: Update to version 1.5.4 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=20230302101419.3443689-11-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