From c794a1af0d03ad7dd1e0605b26bcea058a4af625 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Thu, 6 Jul 2006 10:25:33 +0000 Subject: gimp_2.3.10.bb : new version, DEFAULT_PREFERENCE=-1 at moment as it starts to load but at end of splash screen quits with message gimp-2.3: terminated: Aborted. This is not OOM. --- packages/gimp/gimp_2.3.10.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/gimp/gimp_2.3.10.bb (limited to 'packages/gimp/gimp_2.3.10.bb') diff --git a/packages/gimp/gimp_2.3.10.bb b/packages/gimp/gimp_2.3.10.bb new file mode 100644 index 0000000000..e469f3c101 --- /dev/null +++ b/packages/gimp/gimp_2.3.10.bb @@ -0,0 +1,23 @@ +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 \ + file://configure-libwmf.patch;patch=1" + +DEPENDS = "sed-native libart-lgpl gtk+ jpeg libpng libexif tiff" + +DEFAULT_PREFERENCE = "-1" + +inherit autotools pkgconfig +#Don't laugh, this just builds a threaded gimp +EXTRA_OECONF = " --disable-gtktest \ + --disable-print \ + --disable-python \ + --enable-mp \ + --without-libwmf" + +do_configure_append() { + find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g +} -- cgit v1.2.3