summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gimp/babl/babl_0.1.126.bb
diff options
context:
space:
mode:
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.bb17
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 @@
1SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library"
2LICENSE = "LGPL-3.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
4
5GIR_MESON_OPTION = "enable-gir"
6VALA_MESON_OPTION = "enable-vapi"
7
8inherit setuptools3 gnomebase gobject-introspection vala
9
10DEPENDS += "lcms"
11
12SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
13SRC_URI[sha256sum] = "3f090f4b2a61fecf7c8dc60a5804bbc77cefd8d778af2ded059f0e367a52930e"
14
15FILES:${PN} += "${libdir}/${BPN}-${@gnome_verdir("${PV}")}"
16
17BBCLASSEXTEND = "native"