From 57c73bb9ef711a363673009ffd7bbc9e95f97b79 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Aug 2005 17:34:14 +0000 Subject: Add gimp 2.3.2 with a nasty sed script in do_configure_append since I couldn't figure out how to patch to autofoo files to stop including -I/usr/include --- packages/gimp/gimp_2.3.2.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/gimp/gimp_2.3.2.bb (limited to 'packages/gimp') diff --git a/packages/gimp/gimp_2.3.2.bb b/packages/gimp/gimp_2.3.2.bb new file mode 100644 index 0000000000..98237579d0 --- /dev/null +++ b/packages/gimp/gimp_2.3.2.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 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 +} -- cgit v1.2.3