From 0b52d667b889d561ee6e03a2a361b3da61fbd26d Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 9 May 2026 01:37:16 +0100 Subject: [PATCH] pango: update to 1.56.4 Overview of changes in 1.56.4, 27-06-2025: * fontconfig: Improve the add_font_file implementation * fontconfig: Combine font features and style variants * fontconfig: Make sure font faces stay alive * win32: Drop some caching * win32: Make sure font faces stay alive * win32: Modernize and simplify the code * win32: Stop synthesizing fonts * win32: Implement list models * coretext: Support synthetic small caps * layout: Avoid assertions in line breaking * build: Require GLib 2.82 Link: https://gitlab.gnome.org/GNOME/pango/-/raw/1.56.4/NEWS Signed-off-by: Daniel Golle --- libs/pango/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/pango/Makefile b/libs/pango/Makefile index bd109b2..3ee909d 100644 --- a/libs/pango/Makefile +++ b/libs/pango/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pango -PKG_VERSION:=1.56.3 +PKG_VERSION:=1.56.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/$(basename $(PKG_VERSION)) -PKG_HASH:=2606252bc25cd8d24e1b7f7e92c3a272b37acd6734347b73b47a482834ba2491 +PKG_HASH:=17065e2fcc5f5a5bdbffc884c956bfc7c451a96e8c4fb2f8ad837c6413cb5a01 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.0-or-later