blob: b12dc162f6ff63703d0f2544580790a0439ed1f5 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library"
2LICENSE = "LGPL-3.0-only"
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"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050018SRC_URI[sha256sum] = "a88bb28506575f95158c8c89df6e23686e50c8b9fea412bf49fe8b80002d84f0"
Andrew Geissler517393d2023-01-13 08:55:19 -060019
20BBCLASSEXTEND = "native"