diff options
Diffstat (limited to 'meta-gnome/recipes-gimp/babl/babl_0.1.82.bb')
-rw-r--r-- | meta-gnome/recipes-gimp/babl/babl_0.1.82.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.82.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.82.bb new file mode 100644 index 000000000..244b867fa --- /dev/null +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.82.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library" | ||
2 | LICENSE = "LGPL-3.0" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | ||
4 | |||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | |||
7 | GIR_MESON_OPTION = "enable-gir" | ||
8 | |||
9 | inherit setuptools3 gnomebase gobject-introspection vala | ||
10 | |||
11 | DEPENDS += "lcms" | ||
12 | |||
13 | # https://bugs.llvm.org/show_bug.cgi?id=45555 | ||
14 | CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore " | ||
15 | CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore " | ||
16 | |||
17 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" | ||
18 | SRC_URI[sha256sum] = "c62d93d4ad6774cb8e3231bbbc7f2e61e551e7242d78640d757505ee1a9fadc5" | ||
19 | |||
20 | BBCLASSEXTEND = "native" | ||