summaryrefslogtreecommitdiff
path: root/packages/gimp/gimp_2.3.3.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-08-10 15:50:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-10 15:50:36 +0000
commitb933f0e2d7b9cfa8f22065bf93bfe49b9dd2ade3 (patch)
tree5688e287d5aa0b76a098cc56148356790127c692 /packages/gimp/gimp_2.3.3.bb
parent1b776d6581f0b8bde3ffec5cc1fd8f3958b49e66 (diff)
gimp 2.3.2 -> gimp 2.3.3
Diffstat (limited to 'packages/gimp/gimp_2.3.3.bb')
-rw-r--r--packages/gimp/gimp_2.3.3.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/gimp/gimp_2.3.3.bb b/packages/gimp/gimp_2.3.3.bb
new file mode 100644
index 0000000000..98237579d0
--- /dev/null
+++ b/packages/gimp/gimp_2.3.3.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
+HOMEPAGE = "http://www.gimp.org"
+LICENSE = "GPL"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+
+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
+}