gimp: add 2.3.10
authorKoen Kooi <koen@openembedded.org>
Thu, 7 Sep 2006 14:27:25 +0000 (14:27 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 7 Sep 2006 14:27:25 +0000 (14:27 +0000)
packages/gimp/gimp_2.3.10.bb

index eb760ec..f28ff7d 100644 (file)
@@ -1,23 +1,23 @@
-DESCRIPTION =  "The GIMP is the GNU Image Manipulation Program."
-HOMEPAGE =     "http://www.gimp.org"
-LICENSE =      "GPL"
-MAINTAINER =   "Koen Kooi <koen@linuxtogo.org>"
+DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
+HOMEPAGE = "http://www.gimp.org"
+MAINTAINER = "Koen Kooi <koen@linuxtogo.org>"
+LICENSE = "GPL"
 
-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"
+DEPENDS = "sed-native libart-lgpl gtk+ jpeg libpng libexif tiff"
 
-DEFAULT_PREFERENCE = "-1"
+SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2 \
+                 file://configure-libwmf.patch;patch=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"
+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
+        find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
 }
+