[oe] [PATCH][meta-oe 1/2] gelg: update to 0.4.16

Oleksandr Kravchuk open.source at oleksandr-kravchuk.com
Sun Sep 15 21:28:09 UTC 2019


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>
---
 .../gegl/{gegl_0.3.18.bb => gegl_0.4.16.bb}        | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-graphics/gegl/{gegl_0.3.18.bb => gegl_0.4.16.bb} (70%)

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 0053c0c68..0a8064478 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)
-- 
2.17.1



More information about the Openembedded-devel mailing list