From 06002db7afad4fefb18f508ba222008ee026699a Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 1 Dec 2012 00:51:20 +0000 Subject: gegl: update to 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb (limited to 'meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb') 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" -- cgit 1.2.3-korg