pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/feh
Module Name: pkgsrc
Committed By: nia
Date: Tue Apr 21 13:43:01 UTC 2020
Modified Files:
pkgsrc/graphics/feh: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/feh/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/feh/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/feh/Makefile
diff -u pkgsrc/graphics/feh/Makefile:1.104 pkgsrc/graphics/feh/Makefile:1.105
--- pkgsrc/graphics/feh/Makefile:1.104 Sun Mar 8 16:49:55 2020
+++ pkgsrc/graphics/feh/Makefile Tue Apr 21 13:43:01 2020
@@ -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
Index: pkgsrc/graphics/feh/distinfo
diff -u pkgsrc/graphics/feh/distinfo:1.53 pkgsrc/graphics/feh/distinfo:1.54
--- pkgsrc/graphics/feh/distinfo:1.53 Wed Jan 8 11:57:18 2020
+++ pkgsrc/graphics/feh/distinfo Tue Apr 21 13:43:01 2020
@@ -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