aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-03 16:58:41 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-04 13:39:46 -0700
commit6dd05f5463b15f9ecb749b6efb13092c4702f7fb (patch)
tree792b80d05581597bedd19dec48566bd1d42c820a
parent3f5f2f067be6cd8cebe1c82e7495cf9da74ba8a8 (diff)
downloadmeta-openembedded-contrib-6dd05f5463b15f9ecb749b6efb13092c4702f7fb.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gimp/gegl/gegl_0.4.44.bb (renamed from meta-gnome/recipes-gimp/gegl/gegl_0.4.42.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.42.bb b/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"