aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-12-07 01:14:58 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2013-12-21 19:16:52 +0100
commit9068da8453af4756cd97998903b9a8e0b4151243 (patch)
treec243ec828fc3accc2477e8b6120fbebff4ccb5cf /meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
parent1cf6cecfeb93091f450ec0745c63100d4496648c (diff)
downloadmeta-openembedded-contrib-9068da8453af4756cd97998903b9a8e0b4151243.tar.gz
gimp: Upgrade 2.8.2 -> 2.8.10
Also fix build with freetype 2.5.1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb')
-rw-r--r--meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
new file mode 100644
index 0000000000..c74716842c
--- /dev/null
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
+HOMEPAGE = "http://www.gimp.org"
+SECTION = "x11/graphics"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff webkit-gtk lcms gegl poppler"
+
+inherit gnome
+
+SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
+ file://freetype.patch \
+ "
+SRC_URI[md5sum] = "84c964aab7044489af69f7319bb59b47"
+SRC_URI[sha256sum] = "e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6"
+
+EXTRA_OECONF = "--disable-python \
+ --without-wmf"
+
+do_configure_append() {
+ find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+ find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+}
+
+FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug"
+FILES_${PN} += "${datadir}/appdata"