aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gimp
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-17 10:43:39 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-17 10:43:39 +0100
commitbe85c2cf4c5b9aff7cda96facfe59e6beeee8f5b (patch)
tree0249fd59a6c980813e021184f6e70b22290f8a32 /recipes/gimp
parent6cb0ae5c1960b51b53b9edc81dbfa48289794d97 (diff)
downloadopenembedded-be85c2cf4c5b9aff7cda96facfe59e6beeee8f5b.tar.gz
gegl: add git version
Diffstat (limited to 'recipes/gimp')
-rw-r--r--recipes/gimp/gegl_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/gimp/gegl_git.bb b/recipes/gimp/gegl_git.bb
new file mode 100644
index 0000000000..8952cab90e
--- /dev/null
+++ b/recipes/gimp/gegl_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework."
+LICENSE = "LGPL"
+DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl"
+
+SRCREV = "fc674b5420cbc48f4dc6224381b8799db4e7afc4"
+PV = "0.1.3"
+PE = "1"
+PR = "r1+gitr${SRCREV}"
+
+inherit gnome
+
+SRC_URI = "git://git.gnome.org/gegl;protocol=git \
+"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF = "--disable-docs "
+
+FILES_${PN} += "${libdir}/gegl-*"
+FILES_${PN}-dbg += "${libdir}/gegl-*/.debug"
+