Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library" |
| 2 | LICENSE = "LGPL-3.0-only" |
| 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 | |
Patrick Williams | 03907ee | 2022-05-01 06:28:52 -0500 | [diff] [blame] | 17 | SRC_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 Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 22 | SRC_URI[sha256sum] = "f667735028944b6375ad18f160a64ceb93f5c7dccaa9d8751de359777488a2c1" |
| 23 | |
| 24 | BBCLASSEXTEND = "native" |