diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-26 10:01:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-26 10:01:21 +0000 |
commit | 2dc25ce7caf72b58900b88870e7e022e569f7a61 (patch) | |
tree | dbadb60be5f4a5aa95cd3a2a911ad3cf5f8aa3f4 /packages/gimp/gimp_2.3.8.bb | |
parent | 3cdc3b52b167778be7f2c45b1a885f0af7864f97 (diff) |
gimp: add 2.3.19, unify old recipes
Diffstat (limited to 'packages/gimp/gimp_2.3.8.bb')
-rw-r--r-- | packages/gimp/gimp_2.3.8.bb | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/packages/gimp/gimp_2.3.8.bb b/packages/gimp/gimp_2.3.8.bb index 03d88ed522..7e72e74695 100644 --- a/packages/gimp/gimp_2.3.8.bb +++ b/packages/gimp/gimp_2.3.8.bb @@ -1,22 +1,2 @@ -DESCRIPTION = "The GIMP is the GNU Image Manipulation Program." -HOMEPAGE = "http://www.gimp.org" -SECTION = "x11/graphics" -LICENSE = "GPL" +require gimp.inc PR = "r1" - -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" - -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 -} |