Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/feh feh: Update to 3.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f25efe3c282c
branches:  trunk
changeset: 429555:f25efe3c282c
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Apr 21 13:43:01 2020 +0000

description:
feh: Update to 3.4

* Release v3.4
    * Images loaded via HTTPS/curl, ImageMagick, and dcraw are now cached
      by default to decrease image load time on subsequent slideshow passes.
      Caching is disabled when using `--reload` and can also be disabled with
      the new `--no-conversion-cache` option. Suggestion and initial patch by
      Awal Garg.
    * Handle SIGINT/SIGTERM/SIGQUIT signals while loading images using libcurl
      < v7.32. Patch by <https://github.com/c99pedant>.
    * "feh --start-at URL" now loads a single-image slideshow displaying URL.
      This allows feh.desktop to handle URLs as well as ordinary files.
      file:/// URLs are treated as local files, so "feh --start-at file:///..."
      without filelist arguments behaves just like "feh --start-at ..."
      (i.e., feh will load the entire directory and start the slideshow at ...)
    * Fix a memory leak when repeatedly cycling through slideshows containing
      images loaded via libcurl, ImageMagick or dcraw.

diffstat:

 graphics/feh/Makefile |   5 ++---
 graphics/feh/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 83317a7f4d87 -r f25efe3c282c graphics/feh/Makefile
--- a/graphics/feh/Makefile     Tue Apr 21 13:42:52 2020 +0000
+++ b/graphics/feh/Makefile     Tue Apr 21 13:43:01 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2020/03/08 16:49:55 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2020/04/21 13:43:01 nia Exp $
 
-DISTNAME=      feh-3.3
-PKGREVISION=   3
+DISTNAME=      feh-3.4
 CATEGORIES=    graphics
 MASTER_SITES=  https://feh.finalrewind.org/
 EXTRACT_SUFX=  .tar.bz2
diff -r 83317a7f4d87 -r f25efe3c282c graphics/feh/distinfo
--- a/graphics/feh/distinfo     Tue Apr 21 13:42:52 2020 +0000
+++ b/graphics/feh/distinfo     Tue Apr 21 13:43:01 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.53 2020/01/08 11:57:18 nia Exp $
+$NetBSD: distinfo,v 1.54 2020/04/21 13:43:01 nia Exp $
 
-SHA1 (feh-3.3.tar.bz2) = 9511eb4ee5a8131908300b506875df99f55b773e
-RMD160 (feh-3.3.tar.bz2) = dd0d13a3572328b537a8745f7ebf092f35a37800
-SHA512 (feh-3.3.tar.bz2) = 0372115a8f2df77cdfc0fc1b24479e72d9be1f24127c787909ef671075b199b8d5f873200ce202f51705991cf3c5f5cc71ef8f47294fe520e3a9acc5cb7582a9
-Size (feh-3.3.tar.bz2) = 2112880 bytes
+SHA1 (feh-3.4.tar.bz2) = 44b67f3c16c247683bc17f1624484686b7ffe313
+RMD160 (feh-3.4.tar.bz2) = dbf670aac6eb8b1b9b5fb7714209a507d7a34d10
+SHA512 (feh-3.4.tar.bz2) = 50cb7fd33b583ee802cbbba8ed7a74e9eb72a141ffa28ab998a196f9f8d030a8192420fc084136f699cb33b1b8c4d8c2c111fa90695dd82a1366330a428383ce
+Size (feh-3.4.tar.bz2) = 2114146 bytes
 SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb
 SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492



Home | Main Index | Thread Index | Old Index