[oe-commits] org.oe.dev gimp: add 2.3.19, unify old recipes

koen commit openembedded-commits at lists.openembedded.org
Sun Aug 26 10:17:01 UTC 2007


gimp: add 2.3.19, unify old recipes

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0db5a631daed7a2002855bd39af92ef174a28037
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0db5a631daed7a2002855bd39af92ef174a28037
Files:
1
packages/gimp/gimp.inc
packages/gimp/gimp_2.3.19.bb
packages/gimp/gimp_2.2.10.bb
packages/gimp/gimp_2.3.10.bb
packages/gimp/gimp_2.3.7.bb
packages/gimp/gimp_2.3.8.bb
Diffs:

#
# mt diff -re0eb6afe9ff975c0ea8dda7896012733775b7f38 -r0db5a631daed7a2002855bd39af92ef174a28037
#
# 
# 
# add_file "packages/gimp/gimp.inc"
#  content [e57e9874a5da57b97e12d50c9ee4d615f3329bb2]
# 
# add_file "packages/gimp/gimp_2.3.19.bb"
#  content [ec38ec44622b7abfcc1305f6297cb1ebc9fce156]
# 
# patch "packages/gimp/gimp_2.2.10.bb"
#  from [9660e5e4d735fbd979368680c33c9b2c0d97ead0]
#    to [818b7b89ebb9ff79ccd0a3831f4b5ea293e459dd]
# 
# patch "packages/gimp/gimp_2.3.10.bb"
#  from [4d162357dd39d36f2015b0c347cf9f836ca0a059]
#    to [88a30520116f72eee4fec415c02b4cfb382d6ad3]
# 
# patch "packages/gimp/gimp_2.3.7.bb"
#  from [f222b714a4ed64a62131d19bfc80923cf5d2b838]
#    to [93a9d2d27856f5b1f3fe13a84479f3cd910755ad]
# 
# patch "packages/gimp/gimp_2.3.8.bb"
#  from [e1e9b4eb4b2aa80b2da934c5d49a8dd0ac6282f8]
#    to [93a9d2d27856f5b1f3fe13a84479f3cd910755ad]
# 
============================================================
--- packages/gimp/gimp.inc	e57e9874a5da57b97e12d50c9ee4d615f3329bb2
+++ packages/gimp/gimp.inc	e57e9874a5da57b97e12d50c9ee4d615f3329bb2
@@ -0,0 +1,38 @@
+DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
+HOMEPAGE = "http://www.gimp.org"
+SECTION = "x11/graphics"
+LICENSE = "GPL"
+
+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"
+
+inherit autotools pkgconfig
+
+FILES_gimp-dbg =+ "${libdir}/gimp/2.0/modules/.debug \
+                   ${libdir}/gimp/2.0/plug-ins/.debug"
+
+#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
+}
+
+
+do_stage() {
+        autotools_stage_all
+}
+
+FILES_${PN} += "${datadir}/icons \
+                ${datadir}/mime-info \
+		${datadir}/application-registry "
+
+FILES_${PN}-dbg += "${libdir}/gimp/2.0/plug-ins/.debug \
+                    ${libdir}/gimp/2.0/modules/.debug"
+
============================================================
--- packages/gimp/gimp_2.3.19.bb	ec38ec44622b7abfcc1305f6297cb1ebc9fce156
+++ packages/gimp/gimp_2.3.19.bb	ec38ec44622b7abfcc1305f6297cb1ebc9fce156
@@ -0,0 +1,2 @@
+require gimp.inc
+
============================================================
--- packages/gimp/gimp_2.2.10.bb	9660e5e4d735fbd979368680c33c9b2c0d97ead0
+++ packages/gimp/gimp_2.2.10.bb	818b7b89ebb9ff79ccd0a3831f4b5ea293e459dd
@@ -1,21 +1,4 @@
-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.2/gimp-${PV}.tar.bz2"
 
-DEPENDS =	"gtk+ jpeg libpng libexif"
-
-inherit autotools pkgconfig
-#Don't laugh, this just builds a threaded gimp
-EXTRA_OECONF = 	" --disable-gtktest \
-		--without-libtiff \
-		--disable-print \
-		--enable-mp"
-
-do_configure_append() {
-    find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
-}
-
============================================================
--- packages/gimp/gimp_2.3.10.bb	4d162357dd39d36f2015b0c347cf9f836ca0a059
+++ packages/gimp/gimp_2.3.10.bb	88a30520116f72eee4fec415c02b4cfb382d6ad3
@@ -1,35 +1,3 @@
-DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
-HOMEPAGE = "http://www.gimp.org"
-SECTION = "x11/graphics"
-LICENSE = "GPL"
-PR = "r2"
+require gimp.inc
+PR = "r3"
 
-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"
-
-inherit autotools pkgconfig
-
-FILES_gimp-dbg =+ "${libdir}/gimp/2.0/modules/.debug \
-                   ${libdir}/gimp/2.0/plug-ins/.debug"
-
-#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
-}
-
-
-FILES_${PN} += "${datadir}/icons \
-                ${datadir}/mime-info \
-		${datadir}/application-registry "
-
-FILES_${PN}-dbg += "${libdir}/gimp/2.0/plug-ins/.debug \
-                    ${libdir}/gimp/2.0/modules/.debug"
-
============================================================
--- packages/gimp/gimp_2.3.7.bb	f222b714a4ed64a62131d19bfc80923cf5d2b838
+++ packages/gimp/gimp_2.3.7.bb	93a9d2d27856f5b1f3fe13a84479f3cd910755ad
@@ -1,20 +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"
-
-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
-}
============================================================
--- packages/gimp/gimp_2.3.8.bb	e1e9b4eb4b2aa80b2da934c5d49a8dd0ac6282f8
+++ packages/gimp/gimp_2.3.8.bb	93a9d2d27856f5b1f3fe13a84479f3cd910755ad
@@ -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
-}






More information about the Openembedded-commits mailing list