From 60cf6e6971fbb1b44cf41dc3bab39c5424d8661e Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 4 Apr 2006 12:02:57 +0000 Subject: gimp_2.2.10.bb : add newest stable gimp gimp_2.2.7.bb, gimp_2.3.3.bb : drop older versions. --- packages/gimp/gimp_2.2.10.bb | 20 ++++++++++++++++++++ packages/gimp/gimp_2.2.7.bb | 15 --------------- packages/gimp/gimp_2.3.3.bb | 19 ------------------- 3 files changed, 20 insertions(+), 34 deletions(-) create mode 100644 packages/gimp/gimp_2.2.10.bb delete mode 100644 packages/gimp/gimp_2.2.7.bb delete mode 100644 packages/gimp/gimp_2.3.3.bb (limited to 'packages/gimp') diff --git a/packages/gimp/gimp_2.2.10.bb b/packages/gimp/gimp_2.2.10.bb new file mode 100644 index 0000000000..59fb0a0467 --- /dev/null +++ b/packages/gimp/gimp_2.2.10.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "The GIMP is the GNU Image Manipulation Program." +HOMEPAGE = "http://www.gimp.org" +LICENSE = "GPL" +MAINTAINER = "Koen Kooi " + +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 +} + diff --git a/packages/gimp/gimp_2.2.7.bb b/packages/gimp/gimp_2.2.7.bb deleted file mode 100644 index 5380106a64..0000000000 --- a/packages/gimp/gimp_2.2.7.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "The GIMP is the GNU Image Manipulation Program." -HOMEPAGE = "http://www.gimp.org" -LICENSE = "GPL" -MAINTAINER = "Koen Kooi " - -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" diff --git a/packages/gimp/gimp_2.3.3.bb b/packages/gimp/gimp_2.3.3.bb deleted file mode 100644 index 89d9be3e8d..0000000000 --- a/packages/gimp/gimp_2.3.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "The GIMP is the GNU Image Manipulation Program." -HOMEPAGE = "http://www.gimp.org" -LICENSE = "GPL" -MAINTAINER = "Koen Kooi " - -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 -} -- cgit 1.2.3-korg