From 99cc22f4d1088fb6d548cadefc594fc4df2b5b28 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 31 Dec 2021 18:29:19 +0100 Subject: ristretto: upgrade 0.12.0 -> 0.12.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 0.12.1 ======================== - Dependency Changes: - GLib >= 2.44.0 - Performance Improvement: - Optimize sorting by content type - Load images asynchronously (#16, #29, #32, !34) - Increase image loading buffer size (!34) - Appearance Changes: - Allow to display all files in the open dialog (!33) - Code Refactoring: - Rework the file opening procedure (!33) - Bug Fixes: - Fix a memory leak when closing the window directly - Refactoring: Clarify thumbnailer queue management - Thumbnailer: Do not empty an unprocessed file list - Update window title on image deletion or insertion - Perform content-based filtering wherever necessary - Set device scale for animated images - Properly recognize SVG compressed image files - Use the generic pixbuf loader for RAW image files - Fix pointer behavior in fullscreen mode - Icon bar: Properly highlight item under the cursor - Icon bar: Center on the active item for any size change - Fix regression: Exif orientation is not respected (#69) - Do not try to load images whose pixbuf is not available (!34) - Fix memory management of image loading objects (!34) - Use URIs instead of filenames in the `.desktop` file (#49) - Directory loading: Allow to load a directory via the cli - Flatpak: Access remote locations with GVfs - Directory loading: Fix improper use of GFileEnumerator APIs (#68) - Translation Updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/ristretto/ristretto_0.12.0.bb | 15 --------------- meta-xfce/recipes-apps/ristretto/ristretto_0.12.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-xfce/recipes-apps/ristretto/ristretto_0.12.0.bb create mode 100644 meta-xfce/recipes-apps/ristretto/ristretto_0.12.1.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.12.0.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.12.0.bb deleted file mode 100644 index ac06df363a..0000000000 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.12.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Tiny image-viewer" -HOMEPAGE = "https://docs.xfce.org/apps/ristretto/start" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=35d145429ad3cbf5308d1dc93f66376b" - -DEPENDS = "exo libexif libxfce4ui libxfce4util xfconf cairo file" - -inherit xfce-app mime-xdg - -RRECOMMENDS:${PN} += "tumbler" - -SRC_URI[sha256sum] = "47032da8216a83c1cb349bece7521494e7509469a82236cfeadc0a8469451001" - -FILES:${PN} += "${datadir}/metainfo" diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.12.1.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.12.1.bb new file mode 100644 index 0000000000..aeeb7e7659 --- /dev/null +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.12.1.bb @@ -0,0 +1,15 @@ +SUMMARY = "Tiny image-viewer" +HOMEPAGE = "https://docs.xfce.org/apps/ristretto/start" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=35d145429ad3cbf5308d1dc93f66376b" + +DEPENDS = "exo libexif libxfce4ui libxfce4util xfconf cairo file" + +inherit xfce-app mime-xdg + +RRECOMMENDS:${PN} += "tumbler" + +SRC_URI[sha256sum] = "13853f9ca18466a8e4788e92c7bde3388a93e8340283568f5dee1a9396ffd7ee" + +FILES:${PN} += "${datadir}/metainfo" -- cgit v1.2.3-54-g00ecf