[oe-commits] Koen Kooi : gegl: add git version

git version control git at git.openembedded.org
Wed Mar 17 10:48:03 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: be85c2cf4c5b9aff7cda96facfe59e6beeee8f5b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=be85c2cf4c5b9aff7cda96facfe59e6beeee8f5b

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Mar 17 10:43:39 2010 +0100

gegl: add git version

---

 recipes/gimp/gegl_git.bb |   21 +++++++++++++++++++++
 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 0000000..8952cab
--- /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"
+





More information about the Openembedded-commits mailing list