From 6dd05f5463b15f9ecb749b6efb13092c4702f7fb Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 3 Apr 2023 16:58:41 +0800 Subject: [PATCH] gegl: upgrade 0.4.42 -> 0.4.44 Changelog: ========== This release fixes a crashing bug what is umasked by GLib 2.75.3 and newer. Never-allocated data were being passed to g_slice_free, in GeglBuffer's handling of copy-on-write tiles. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gimp/gegl/{gegl_0.4.42.bb => gegl_0.4.44.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gimp/gegl/{gegl_0.4.42.bb => gegl_0.4.44.bb} (96%) diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.42.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.44.bb similarity index 96% rename from meta-gnome/recipes-gimp/gegl/gegl_0.4.42.bb rename to meta-gnome/recipes-gimp/gegl/gegl_0.4.44.bb index fd75a38b77..3c1a0243e8 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.42.bb +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.44.bb @@ -26,7 +26,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" SHPV = "${@gnome_verdir("${PV}")}" SRC_URI = "https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz" -SRC_URI[sha256sum] = "aba83a0cbaa6c56edc29ea22f2e8172950a53b96daa51592083d59222bdde02d" +SRC_URI[sha256sum] = "0a4cdb41635e406a0849cd0d3f03caf7d97cab8aa13d28707d532d0089d56126" PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2" PACKAGECONFIG:class-native = "libpng librsvg"