From 5f93a4935ab5ac37f8dedb07a08da7b05bc1bf67 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 7 Dec 2021 07:47:40 -0800 Subject: [PATCH] pangomm: Upgrade to 2.50.0 List of changes * AttrList: Add get_attributes(), update(), equal() (Kjell Ahlstedt) Issue #12 (misos1) * Make CairoFontMap::set_resolution() usable by adding the CairoFontMapImpl class (Kjell Ahlstedt) Issue #15 (Ievgenii Meshcheriakov) * Add FontMap::get_family() (Kjell Ahlstedt) * AttrList: Add to_string() and from_string() Attribute: Add TextTransform, BaselineShift and FontScle enums and some create_attr_*() methods (Kjell Ahlstedt) Build: * Don't include individual pango headers (Matthias Clasen, Kjell Ahlstedt) Merge request !22 * Support Visual Studio 2022 builds (Chun-wei Fan) * Require pango >= 1.49.4 (Kjell Ahlstedt) Signed-off-by: Khem Raj --- .../pango/{pangomm_2.46.1.bb => pangomm_2.50.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/pango/{pangomm_2.46.1.bb => pangomm_2.50.0.bb} (83%) diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb b/meta-oe/recipes-graphics/pango/pangomm_2.50.0.bb similarity index 83% rename from meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb rename to meta-oe/recipes-graphics/pango/pangomm_2.50.0.bb index 0aa100fa299..a03ff547dfa 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.50.0.bb @@ -10,7 +10,7 @@ GNOMEBASEBUILDCLASS = "meson" inherit gnomebase features_check -SRC_URI[archive.sha256sum] = "c885013fe61a4c5117fda395770d507563411c63e49f4a3aced4c9efe34d9975" +SRC_URI[archive.sha256sum] = "a27aa77e017b9afce9e751d85bd1cf890abbb3a58bf59d0fac917eef82db3b5b" REQUIRED_DISTRO_FEATURES = "x11"