summaryrefslogtreecommitdiff
path: root/packages/gimp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/gimp
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/gimp')
-rw-r--r--packages/gimp/babl_svn.bb23
-rw-r--r--packages/gimp/files/configure-libwmf.patch21
-rw-r--r--packages/gimp/gegl/gegl-resilience.patch11
-rw-r--r--packages/gimp/gegl_svn.bb26
-rw-r--r--packages/gimp/gimp.inc47
-rw-r--r--packages/gimp/gimp_2.2.10.bb4
-rw-r--r--packages/gimp/gimp_2.3.10.bb3
-rw-r--r--packages/gimp/gimp_2.3.19.bb2
-rw-r--r--packages/gimp/gimp_2.3.7.bb2
-rw-r--r--packages/gimp/gimp_2.3.8.bb2
-rw-r--r--packages/gimp/gimp_2.4.0.bb5
-rw-r--r--packages/gimp/gimp_2.5.2.bb13
-rw-r--r--packages/gimp/gimp_2.6.0.bb8
-rw-r--r--packages/gimp/gimp_2.6.3.bb8
14 files changed, 0 insertions, 175 deletions
diff --git a/packages/gimp/babl_svn.bb b/packages/gimp/babl_svn.bb
deleted file mode 100644
index 332595ee6b..0000000000
--- a/packages/gimp/babl_svn.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Babl is a dynamic, any to any, pixel format conversion library."
-LICENSE = "LGPL"
-
-SRCREV = "349"
-PV = "0.0.23+svnr${SRCREV}"
-PR = "r1"
-PE = "1"
-
-inherit gnome
-
-SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk"
-
-S = "${WORKDIR}/trunk"
-
-do_stage() {
- autotools_stage_all
-}
-
-
-FILES_${PN} += "${libdir}/babl-0.0/"
-FILES_${PN}-dbg += "${libdir}/babl-0.0/.debug/"
-
-
diff --git a/packages/gimp/files/configure-libwmf.patch b/packages/gimp/files/configure-libwmf.patch
deleted file mode 100644
index ca3697cfa2..0000000000
--- a/packages/gimp/files/configure-libwmf.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- gimp-2.3.8/configure.in.orig 2006-05-31 10:16:40.000000000 +0100
-+++ gimp-2.3.8/configure.in 2006-05-31 10:18:56.000000000 +0100
-@@ -1342,7 +1342,10 @@
- # Check for libwmf2
- ###################
-
-+AC_ARG_WITH(libwmf, [ --without-libwmf build without libwmf support])
-+
- have_libwmf=no
-+if test "x$with_libwmf" != xno; then
- AC_PATH_PROG(WMF_CONFIG, libwmf-config, no)
- if test "x$WMF_CONFIG" != "xno" ; then
- have_libwmf=yes
-@@ -1359,6 +1362,7 @@
- else
- have_libwmf="no (libwmf not found)"
- fi
-+fi
- AC_SUBST(LIBWMF)
- AC_SUBST(WMF_CFLAGS)
-
diff --git a/packages/gimp/gegl/gegl-resilience.patch b/packages/gimp/gegl/gegl-resilience.patch
deleted file mode 100644
index 0e35dd50f6..0000000000
--- a/packages/gimp/gegl/gegl-resilience.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- trunk/operations/external/ff-load.c 2008-12-20 13:37:05.000000000 -0800
-+++ trunk/operations/external/ff-load.c 2008-12-20 13:37:22.000000000 -0800
-@@ -278,7 +278,7 @@
- p->enc = p->video_st->codec;
- p->codec = avcodec_find_decoder (p->enc->codec_id);
-
-- p->enc->error_resilience = 2;
-+ p->enc->error_recognition = 2;
- p->enc->error_concealment = 3;
- p->enc->workaround_bugs = FF_BUG_AUTODETECT;
-
diff --git a/packages/gimp/gegl_svn.bb b/packages/gimp/gegl_svn.bb
deleted file mode 100644
index 7f49e785ac..0000000000
--- a/packages/gimp/gegl_svn.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework."
-LICENSE = "LGPL"
-DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl"
-
-SRCREV = "2543"
-PV = "0.0.19+svnr${SRCREV}"
-PE = "1"
-PR = "r1"
-
-inherit gnome
-
-SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk \
- file://gegl-resilience.patch;patch=1"
-
-S = "${WORKDIR}/trunk"
-
-EXTRA_OECONF = "--disable-docs "
-
-FILES_${PN} += "${libdir}/gegl-0.0"
-FILES_${PN}-dbg += "${libdir}/gegl-0.0/.debug"
-
-
-do_stage() {
- autotools_stage_all
-}
-
diff --git a/packages/gimp/gimp.inc b/packages/gimp/gimp.inc
deleted file mode 100644
index 2894582a8e..0000000000
--- a/packages/gimp/gimp.inc
+++ /dev/null
@@ -1,47 +0,0 @@
-DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
-HOMEPAGE = "http://www.gimp.org"
-SECTION = "x11/graphics"
-LICENSE = "GPL"
-
-DEPENDS = "sed-native gdk-pixbuf-csource-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 gnome
-
-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
- find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
- find ${S} -name Makefile | xargs sed -i s:'file-wmf$(EXEEXT)':'':g
-}
-
-
-do_stage() {
- autotools_stage_all
-}
-
-python populate_packages_prepend () {
- cv_libdir = bb.data.expand('${libdir}', d)
- do_split_packages(d, cv_libdir, '^lib(.*)\.so\.*', 'lib%s', 'GIMP %s library', extra_depends='', allow_links=True)
-}
-
-FILES_${PN} = "${bindir} ${sysconfdir} ${datadir}/gimp* ${libdir}/gimp* \
- ${datadir}/applications \
- ${datadir}/icons \
- ${datadir}/mime-info \
- ${datadir}/application-registry "
-
-FILES_${PN}-dbg += "${libdir}/gimp/2.0/plug-ins/.debug \
- ${libdir}/gimp/2.0/modules/.debug"
-
diff --git a/packages/gimp/gimp_2.2.10.bb b/packages/gimp/gimp_2.2.10.bb
deleted file mode 100644
index 3719e2d5e5..0000000000
--- a/packages/gimp/gimp_2.2.10.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require gimp.inc
-PR = "r1"
-
-
diff --git a/packages/gimp/gimp_2.3.10.bb b/packages/gimp/gimp_2.3.10.bb
deleted file mode 100644
index b06687c06d..0000000000
--- a/packages/gimp/gimp_2.3.10.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require gimp.inc
-PR = "r3"
-
diff --git a/packages/gimp/gimp_2.3.19.bb b/packages/gimp/gimp_2.3.19.bb
deleted file mode 100644
index 64d8d30e3a..0000000000
--- a/packages/gimp/gimp_2.3.19.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require gimp.inc
-
diff --git a/packages/gimp/gimp_2.3.7.bb b/packages/gimp/gimp_2.3.7.bb
deleted file mode 100644
index 7e72e74695..0000000000
--- a/packages/gimp/gimp_2.3.7.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require gimp.inc
-PR = "r1"
diff --git a/packages/gimp/gimp_2.3.8.bb b/packages/gimp/gimp_2.3.8.bb
deleted file mode 100644
index 7e72e74695..0000000000
--- a/packages/gimp/gimp_2.3.8.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require gimp.inc
-PR = "r1"
diff --git a/packages/gimp/gimp_2.4.0.bb b/packages/gimp/gimp_2.4.0.bb
deleted file mode 100644
index 74bfde0661..0000000000
--- a/packages/gimp/gimp_2.4.0.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require gimp.inc
-
-SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.4/gimp-${PV}.tar.bz2 \
- file://configure-libwmf.patch;patch=1"
-
diff --git a/packages/gimp/gimp_2.5.2.bb b/packages/gimp/gimp_2.5.2.bb
deleted file mode 100644
index 18a12b1770..0000000000
--- a/packages/gimp/gimp_2.5.2.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require gimp.inc
-
-DEPENDS += "lcms gegl hal"
-
-SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.5/gimp-${PV}.tar.bz2 \
- "
-
-do_compile_prepend() {
- for i in ca de fr ja oc ru sv; do
- echo > ${S}/po/$i.po
- done
-}
-
diff --git a/packages/gimp/gimp_2.6.0.bb b/packages/gimp/gimp_2.6.0.bb
deleted file mode 100644
index 8470b6d5a8..0000000000
--- a/packages/gimp/gimp_2.6.0.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require gimp.inc
-
-DEPENDS += "lcms gegl hal"
-
-SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-${PV}.tar.bz2 \
- "
-
-
diff --git a/packages/gimp/gimp_2.6.3.bb b/packages/gimp/gimp_2.6.3.bb
deleted file mode 100644
index 8470b6d5a8..0000000000
--- a/packages/gimp/gimp_2.6.3.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require gimp.inc
-
-DEPENDS += "lcms gegl hal"
-
-SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-${PV}.tar.bz2 \
- "
-
-