From: Wang Mingyu Date: Tue, 21 Apr 2026 09:55:31 +0000 (+0800) Subject: pango: upgrade 1.57.0 -> 1.57.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9841f9a29dc6d725449b97de500d07f9ea7eca93;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git pango: upgrade 1.57.0 -> 1.57.1 Bugs fixed: - #867 Bad font substitution causes application crashes - #869 MacOS: subprojects/cairo/meson.build:1:0: ERROR: Value "gnu11,c11" (of type "string") (sid) - #870 MacOS: subprojects/pango/utils/viewer-cocoa.m:23:10: fatal error: 'cairo/cairo.h' file not found (sid) - #871 gtk4-widget-factory crashes with pango error on macOS when an emoji is entered into a text field - #876 Inconsistency between documentation and code in pango_context_set_font_description - #882 The hex box characters generated in PDF can not be copied - #885 warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - !884 Revert "meson: Rework introspection handling" - !890 Update the code to support Unicode 17.0.0 - !892 Include fcfreetype.h where needed - !893 meson: Update freetype2 wrap to fix ci warnings - !894 Respect explicit language attribute when itemizing - !895 Fix some subproject woes - !896 meson: Add support for cross-compiling using Apple subsystems - !897 (break.c) pass sentences to handle_sentences - !898 add support for g_autoptr(PangoScriptIter) - !900 fontmap: Mark get_family as nullable Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-graphics/pango/pango_1.57.0.bb b/meta/recipes-graphics/pango/pango_1.57.1.bb similarity index 94% rename from meta/recipes-graphics/pango/pango_1.57.0.bb rename to meta/recipes-graphics/pango/pango_1.57.1.bb index 5dc8a67dfe..a9129dad4c 100644 --- a/meta/recipes-graphics/pango/pango_1.57.0.bb +++ b/meta/recipes-graphics/pango/pango_1.57.1.bb @@ -18,7 +18,7 @@ UPSTREAM_CHECK_REGEX = "pango-(?P\d+\.(?!9\d+)\d+\.\d+)" GIR_MESON_ENABLE_FLAG = "enabled" GIR_MESON_DISABLE_FLAG = "disabled" -SRC_URI[archive.sha256sum] = "890640c841dae77d3ae3d8fe8953784b930fa241b17423e6120c7bfdf8b891e7" +SRC_URI[archive.sha256sum] = "e65d6d117080dc3aeeb7d8b4b3b518f7383aa2e6cfce23117c623cd624764c2f" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" DEPENDS += "${@' python3-docutils-native' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''}"