blob: f2e11c1117a56ee32abc71ce7a3b609ceb935ca1 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "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
Patrick Williams03907ee2022-05-01 06:28:52 -050017SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz \
18 file://0001-meson-fix-misspelled-kwarg-name.patch \
19 file://0002-meson-Various-fixes.patch \
20 file://0001-meson-Do-not-run-git-rev-parse-during-configure.patch \
21"
Andrew Geissler9aee5002022-03-30 16:27:02 +000022SRC_URI[sha256sum] = "f667735028944b6375ad18f160a64ceb93f5c7dccaa9d8751de359777488a2c1"
23
24BBCLASSEXTEND = "native"