[oe-commits] [meta-openembedded] 01/30: gelg: update to 0.4.16

git at git.openembedded.org git at git.openembedded.org
Mon Sep 16 04:49:27 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c76088bc0e48a8938c8018b7d2d0a16434452d9f
Author: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
AuthorDate: Sun Sep 15 23:28:09 2019 +0200

    gelg: update to 0.4.16
    
    License checksum was changed because http links in the file were
    replaced with https (see @758b21f68438c53496078fb5cf177166f32e603a).
    
    Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../gegl/{gegl_0.3.18.bb => gegl_0.4.16.bb}                | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.3.18.bb b/meta-oe/recipes-graphics/gegl/gegl_0.4.16.bb
similarity index 70%
rename from meta-oe/recipes-graphics/gegl/gegl_0.3.18.bb
rename to meta-oe/recipes-graphics/gegl/gegl_0.4.16.bb
index 0053c0c..0a80644 100644
--- a/meta-oe/recipes-graphics/gegl/gegl_0.3.18.bb
+++ b/meta-oe/recipes-graphics/gegl/gegl_0.4.16.bb
@@ -1,11 +1,11 @@
 SUMMARY = "GEGL (Generic Graphics Library) is a graph based image processing framework"
 LICENSE = "LGPL-3.0"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f1a8bfcbc85304df454b65d378b299c7"
 DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl json-glib intltool-native"
 
 EXTRA_OECONF = "--disable-docs"
 
-inherit distro_features_check gnomebase vala gobject-introspection
+inherit distro_features_check gnomebase vala gobject-introspection gettext
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
@@ -16,16 +16,16 @@ PACKAGECONFIG[lcms] = "--with-lcms,--without-lcms,lcms"
 PACKAGECONFIG[tiff] = "--with-libtiff,--without-libtiff,tiff"
 PACKAGECONFIG[webp] = "--with-webp,--without-webp,webp"
 
-SRC_URI = "http://ftp.gimp.org/pub/${BPN}/0.3/${BP}.tar.bz2 \
+SRC_URI = "http://ftp.gimp.org/pub/${BPN}/0.4/${BP}.tar.bz2 \
            file://pkgconfig.patch "
-SRC_URI[md5sum] = "6e5c6f229261478dc436a38c84405b2a"
-SRC_URI[sha256sum] = "d7858ef26ede136d14e3de188a9e9c0de7707061a9fb96d7d615fab4958491fb"
+SRC_URI[md5sum] = "cb17ac529a882f25f54c0115c63d4027"
+SRC_URI[sha256sum] = "0112df690301d9eb993cc48965fc71b7751c9021a4f4ee08fcae366c326b5e5a"
 
 LDFLAGS += "-lm"
 
 # There are a couple of non-symlink .so files installed into libdir, which need to go into main package
-FILES_${PN}_append = " ${libdir}/gegl-0.3/*.so ${libdir}/gegl-0.3/*.json ${libdir}/libgegl-npd-0.3.so ${libdir}/libgegl-sc-0.3.so"
-FILES_${PN}-dev_append = " ${libdir}/gegl-0.3/*.la ${libdir}/libgegl-0.3.so"
+FILES_${PN}_append = " ${libdir}/gegl-0.4/*.so ${libdir}/gegl-0.4/*.json ${libdir}/libgegl-npd-0.4.so ${libdir}/libgegl-sc-0.4.so"
+FILES_${PN}-dev_append = " ${libdir}/gegl-0.4/*.la ${libdir}/libgegl-0.4.so"
 FILES_${PN}-dev_remove = "${libdir}/lib*.so"
 
 # Fails to build with thumb-1 (qemuarm)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list