From: Koen Kooi Date: Sun, 21 May 2006 15:47:22 +0000 (+0000) Subject: gimp: add 2.3.8 X-Git-Tag: Release-2010-05/1~9453^2~1658 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1041317d426ec30a4e5d3d089820565771728c40;p=openembedded.git gimp: add 2.3.8 --- diff --git a/packages/gimp/gimp_2.3.8.bb b/packages/gimp/gimp_2.3.8.bb new file mode 100644 index 0000000000..89d9be3e8d --- /dev/null +++ b/packages/gimp/gimp_2.3.8.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "The GIMP is the GNU Image Manipulation Program." +HOMEPAGE = "http://www.gimp.org" +LICENSE = "GPL" +MAINTAINER = "Koen Kooi " + +SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2" + +DEPENDS = "sed-native libart-lgpl gtk+ jpeg libpng libexif tiff" + +inherit autotools pkgconfig +#Don't laugh, this just builds a threaded gimp +EXTRA_OECONF = " --disable-gtktest \ + --disable-print \ + --disable-python \ + --enable-mp" + +do_configure_append() { + find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g +}