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