From ec796f9da026b4dd54dce7375ef93d9bb38ca7cd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 28 Feb 2022 22:07:36 +0800 Subject: [PATCH] babl: upgrade 0.1.88 -> 0.1.90 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 Signed-off-by: Khem Raj --- 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%) 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"