diff mbox series

[meta-gnome] gegl: upgrade 0.4.38 -> 0.4.40

Message ID 1668843361-2892-5-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-gnome] gegl: upgrade 0.4.38 -> 0.4.40 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 19, 2022, 7:36 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Operations:
-----------
*newsprint: do not drop alpha channel in RGB modes.

Core
----------
*fixes for legacy build, still supporting building latest GEGL for
 stable GIMP with old babl (not recommended if distros can have
 recent enough meson.).
*avoiding possible multi thread race in babl garbage collection

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-gnome/recipes-gimp/gegl/{gegl_0.4.38.bb => gegl_0.4.40.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gimp/gegl/{gegl_0.4.38.bb => gegl_0.4.40.bb} (96%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.38.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb
similarity index 96%
rename from meta-gnome/recipes-gimp/gegl/gegl_0.4.38.bb
rename to meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb
index 541565809..335ce24aa 100644
--- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.38.bb
+++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb
@@ -22,7 +22,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] = "e4a33c8430a5042fba8439b595348e71870f0d95fbf885ff553f9020c1bed750"
+SRC_URI[sha256sum] = "cdde80d15a49dab9a614ef98f804c8ce6e4cfe1339a3c240c34f3fb45436b85d"
 
 PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2"
 PACKAGECONFIG:class-native = "libpng librsvg"