aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-12-01 00:51:20 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-12-04 10:44:58 +0100
commit06002db7afad4fefb18f508ba222008ee026699a (patch)
tree69f8e5e0ae000e701ac8584723f71bb6d2c8ddd7 /meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb
parente0ce76609c9ba21bb9df2df44e63ebbfea90ed91 (diff)
downloadmeta-openembedded-contrib-06002db7afad4fefb18f508ba222008ee026699a.tar.gz
gegl: update to 0.2.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb')
-rw-r--r--meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb b/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb
new file mode 100644
index 0000000000..a68dc2030d
--- /dev/null
+++ b/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework."
+LICENSE = "LGPL-3.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl"
+
+inherit gnome
+
+EXTRA_OECONF = "--disable-docs "
+
+SRC_URI = "ftp://ftp.gimp.org/pub/${PN}/0.2/${PN}-${PV}.tar.bz2"
+SRC_URI[md5sum] = "32b00002f1f1e316115c4ed922e1dec8"
+SRC_URI[sha256sum] = "df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426"
+
+FILES_${PN} += "${libdir}/gegl-*/*.so"
+FILES_${PN}-dev += "${libdir}/gegl-*/*.la"
+FILES_${PN}-dbg += "${libdir}/gegl-*/.debug"