From e3a2814c70370129770896ea7d3d9f5edd5e9e7a Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 17 Sep 2016 12:04:39 +0200 Subject: gimp: update to 2.8.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rework DEPENDS: * multiple lines * add intltool-native Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb | 32 ------------------- meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb | 48 ++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 32 deletions(-) delete mode 100644 meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb create mode 100644 meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb deleted file mode 100644 index 29ed4d9946..0000000000 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "The GIMP is the GNU Image Manipulation Program" -HOMEPAGE = "http://www.gimp.org" -SECTION = "x11/graphics" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper bzip2 libgudev" -DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" - -inherit gnome gtk-doc - -SRC_URI = " \ - http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \ - file://0001-configure-ac-do-not-check-for-freetype-config.patch \ - file://bump_Babl-GEGL_versions.patch \ -" -SRC_URI[md5sum] = "233c948203383fa078434cc3f8f925cb" -SRC_URI[sha256sum] = "d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d" - -EXTRA_OECONF = "--disable-python \ - --without-webkit \ - --without-wmf" - -do_configure_append() { - find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g - find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g -} - -CFLAGS += "-fPIC" - -FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" -FILES_${PN} += "${datadir}/appdata" diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb new file mode 100644 index 0000000000..1f835236bf --- /dev/null +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb @@ -0,0 +1,48 @@ +SUMMARY = "The GIMP is the GNU Image Manipulation Program" +HOMEPAGE = "http://www.gimp.org" +SECTION = "x11/graphics" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +DEPENDS = " \ + gdk-pixbuf-native \ + intltool-native \ + gtk+ \ + babl \ + gegl \ + libart-lgpl \ + jpeg \ + libpng \ + libexif \ + tiff \ + lcms \ + poppler \ + jasper \ + bzip2 \ + libgudev \ +" +DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" + +inherit gnome gtk-doc + +SRC_URI = " \ + http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \ + file://0001-configure-ac-do-not-check-for-freetype-config.patch \ + file://bump_Babl-GEGL_versions.patch \ +" +SRC_URI[md5sum] = "5adaa11a68bc8a42bb2c778fee4d389c" +SRC_URI[sha256sum] = "39dd2247c678deaf5cc664397d3c6bd4fb910d3472290fd54b52b441b5815441" + +EXTRA_OECONF = "--disable-python \ + --without-webkit \ + --without-wmf" + +do_configure_append() { + find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g + find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g +} + +CFLAGS += "-fPIC" + +FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" +FILES_${PN} += "${datadir}/appdata" -- cgit 1.2.3-korg