diff options
Diffstat (limited to 'meta-gnome/recipes-gimp/babl/babl_0.1.126.bb')
| -rw-r--r-- | meta-gnome/recipes-gimp/babl/babl_0.1.126.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.126.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.126.bb new file mode 100644 index 0000000000..10e2c482a5 --- /dev/null +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.126.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | GIR_MESON_OPTION = "enable-gir" | ||
| 6 | VALA_MESON_OPTION = "enable-vapi" | ||
| 7 | |||
| 8 | inherit setuptools3 gnomebase gobject-introspection vala | ||
| 9 | |||
| 10 | DEPENDS += "lcms" | ||
| 11 | |||
| 12 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" | ||
| 13 | SRC_URI[sha256sum] = "3f090f4b2a61fecf7c8dc60a5804bbc77cefd8d778af2ded059f0e367a52930e" | ||
| 14 | |||
| 15 | FILES:${PN} += "${libdir}/${BPN}-${@gnome_verdir("${PV}")}" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native" | ||
