aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gimp
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-17 10:43:30 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-17 10:43:30 +0100
commit6cb0ae5c1960b51b53b9edc81dbfa48289794d97 (patch)
tree8804ce03dff452b8890261a18b0f8cd736a02016 /recipes/gimp
parent4935517e328364e9ebc6f5a73152e1fc51dd4ead (diff)
downloadopenembedded-6cb0ae5c1960b51b53b9edc81dbfa48289794d97.tar.gz
babl: add git version
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/"
+
+