[meta-gnome] babl: upgrade 0.1.88 -> 0.1.90

Message ID 1646057257-36047-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-gnome] babl: upgrade 0.1.88 -> 0.1.90 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 28, 2022, 2:07 p.m. UTC
Automatic LUT creation for conversions from <24bpp of colorant componants,
SIMD builds for x86_64 micro-architecture levels and ARM neon, pre-defined
CIE Lab u8 and CIE Lab u16 formats. Fix bug of an unlocked non-locked mutex,
which started failing on some platforms.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-gnome/recipes-gimp/babl/{babl_0.1.88.bb => babl_0.1.90.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gimp/babl/{babl_0.1.88.bb => babl_0.1.90.bb} (87%)

Patch

diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.90.bb
similarity index 87%
rename from meta-gnome/recipes-gimp/babl/babl_0.1.88.bb
rename to meta-gnome/recipes-gimp/babl/babl_0.1.90.bb
index 8a09fdf0e5..cf10a5ce80 100644
--- a/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb
+++ b/meta-gnome/recipes-gimp/babl/babl_0.1.90.bb
@@ -15,6 +15,6 @@  CFLAGS:append:toolchain-clang:mipsarch = " -ffp-exception-behavior=ignore "
 CFLAGS:append:toolchain-clang:riscv64 = " -ffp-exception-behavior=ignore "
 
 SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
-SRC_URI[sha256sum] = "4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039"
+SRC_URI[sha256sum] = "6e2ebb636f37581588e3d02499b3d2f69f9ac73e34a262f42911d7f5906a9243"
 
 BBCLASSEXTEND = "native"