From 27995af89d2a0292398e83033adb1deb6fd75e4e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 27 Mar 2023 11:05:18 +0800 Subject: [PATCH] gegl: upgrade 0.4.40 -> 0.4.42 Changelog: ========== - raw-load: add conditional support for 0.21.0 API - rgb-clib: improved ui-ranges - perlin, mosiac, c2g, long-shadow: small cleanups - gif-load: update vendored dependency, including code updates. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gimp/gegl/{gegl_0.4.40.bb => gegl_0.4.42.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gimp/gegl/{gegl_0.4.40.bb => gegl_0.4.42.bb} (96%) diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.42.bb similarity index 96% rename from meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb rename to meta-gnome/recipes-gimp/gegl/gegl_0.4.42.bb index 7fe64a9bd5..fd75a38b77 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.42.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] = "cdde80d15a49dab9a614ef98f804c8ce6e4cfe1339a3c240c34f3fb45436b85d" +SRC_URI[sha256sum] = "aba83a0cbaa6c56edc29ea22f2e8172950a53b96daa51592083d59222bdde02d" PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2" PACKAGECONFIG:class-native = "libpng librsvg"