[oe-commits] org.oe.dev gimp: add 2.3.10

koen commit openembedded-commits at lists.openembedded.org
Thu Sep 7 14:31:02 UTC 2006


gimp: add 2.3.10

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 2febf377486cc323b811be579e1fd1a7d891cee6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2febf377486cc323b811be579e1fd1a7d891cee6
Files:
1
packages/gimp/gimp_2.3.10.bb
Diffs:

#
# mt diff -r29567df6983a3ef121fd57d8d071a60cf7d5eacf -r2febf377486cc323b811be579e1fd1a7d891cee6
#
# 
# 
# patch "packages/gimp/gimp_2.3.10.bb"
#  from [91d7bf5db927dca382accde31a36f636f0472534]
#    to [300b58f046ae1b19d4ff4e09cc716f581502a00e]
# 
============================================================
--- packages/gimp/gimp_2.3.10.bb	91d7bf5db927dca382accde31a36f636f0472534
+++ packages/gimp/gimp_2.3.10.bb	300b58f046ae1b19d4ff4e09cc716f581502a00e
@@ -1,23 +1,23 @@
-DESCRIPTION =	"The GIMP is the GNU Image Manipulation Program."
-HOMEPAGE = 	"http://www.gimp.org"
-LICENSE =	"GPL"
-MAINTAINER =	"Koen Kooi <koen at linuxtogo.org>"
+DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
+HOMEPAGE = "http://www.gimp.org"
+MAINTAINER = "Koen Kooi <koen at 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"
+SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2 \
+                 file://configure-libwmf.patch;patch=1"
 
-DEFAULT_PREFERENCE = "-1"
+inherit autotools pkgconfig
 
-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
 }
+






More information about the Openembedded-commits mailing list