mirror of
https://github.com/openwrt/video.git
synced 2026-05-31 06:51:54 +08:00
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 <daniel@makrotopia.org>
This commit is contained in:
+2
-2
@@ -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 <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=LGPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user