From e010e763ce68b78b3b67f5c093e002e5470748f9 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 31 Dec 2021 18:29:57 +0100 Subject: gthumb: upgrade 3.10.3 -> 3.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit version 3.12.0 -------------- Bugs fixed: * Fix memory leak when loading webp, jxl, avif images. (Jürg Billeter) * Check if image is null before using it. (!189) * Added a Flatpak manifest. (AsciiWolf) Translation updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb | 31 ------------------------ meta-gnome/recipes-gnome/gthumb/gthumb_3.12.0.bb | 31 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb create mode 100644 meta-gnome/recipes-gnome/gthumb/gthumb_3.12.0.bb diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb deleted file mode 100644 index bae13e1a0d..0000000000 --- a/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "Image viewer and browser" -LICENSE="GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -GNOMEBASEBUILDCLASS = "meson" - -REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" - -DEPENDS = " \ - glib-2.0-native \ - bison-native \ - yelp-tools-native \ - gtk+3 \ - gsettings-desktop-schemas \ - zlib \ - jpeg \ - exiv2 \ - colord \ - lcms \ - libraw \ - librsvg \ - libsoup-2.4 \ - json-glib \ - libsecret \ -" - -inherit features_check gnomebase gnome-help gsettings itstool mime-xdg - -SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212" - -FILES:${PN} += "${datadir}/metainfo" diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.0.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.0.bb new file mode 100644 index 0000000000..4dbd82dc3c --- /dev/null +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.0.bb @@ -0,0 +1,31 @@ +SUMMARY = "Image viewer and browser" +LICENSE="GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +GNOMEBASEBUILDCLASS = "meson" + +REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" + +DEPENDS = " \ + glib-2.0-native \ + bison-native \ + yelp-tools-native \ + gtk+3 \ + gsettings-desktop-schemas \ + zlib \ + jpeg \ + exiv2 \ + colord \ + lcms \ + libraw \ + librsvg \ + libsoup-2.4 \ + json-glib \ + libsecret \ +" + +inherit features_check gnomebase gnome-help gsettings itstool mime-xdg + +SRC_URI[archive.sha256sum] = "3deffc030384e64b57361c437c79b481ae1489ef44c87ae856e81bb10d8e383f" + +FILES:${PN} += "${datadir}/metainfo" -- cgit 1.2.3-korg