aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gimp
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-03-08 15:06:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-08 15:06:37 +0000
commitc3cbaccb8b2e9249655f76be8a828dcbd56c8f65 (patch)
tree524e09dbe2e7ba43187fa47d47ec1a22286442e6 /packages/gimp
parent7b44b7da743362621d51e7b2f9540b32632dae9c (diff)
downloadopenembedded-c3cbaccb8b2e9249655f76be8a828dcbd56c8f65.tar.gz
gimp_2.3.7.bb : new version
Diffstat (limited to 'packages/gimp')
-rw-r--r--packages/gimp/gimp_2.3.7.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/gimp/gimp_2.3.7.bb b/packages/gimp/gimp_2.3.7.bb
new file mode 100644
index 0000000000..89d9be3e8d
--- /dev/null
+++ b/packages/gimp/gimp_2.3.7.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 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
+}