summaryrefslogtreecommitdiffstats
path: root/recipes/gimp
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gimp')
-rw-r--r--recipes/gimp/babl_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/gimp/babl_git.bb b/recipes/gimp/babl_git.bb
new file mode 100644
index 0000000000..d7075a560e
--- /dev/null
+++ b/recipes/gimp/babl_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Babl is a dynamic, any to any, pixel format conversion library."
+LICENSE = "LGPL"
+
+SRCREV = "5b1129a76f2f91d5f5503b078f975e55d9753312"
+PV = "0.1.3"
+PR = "r1+gitr${SRCREV}"
+PE = "1"
+
+inherit gnome
+
+SRC_URI = "git://git.gnome.org/babl;protocol=git \
+"
+
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${libdir}/babl-*/"
+FILES_${PN}-dbg += "${libdir}/babl-*/.debug/"
+
+