Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 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 | |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 9 | inherit setuptools3 gnomebase gobject-introspection vala |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 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" |
Andrew Geissler | ac970dd | 2021-02-12 15:32:45 -0600 | [diff] [blame^] | 18 | SRC_URI[sha256sum] = "e7e38b8441f77feb9dc8231cb434a86190a21f2f3692c281457e99d35e9c34ea" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 19 | |
| 20 | BBCLASSEXTEND = "native" |