diff options
author | nia <nia@pkgsrc.org> | 2020-12-18 23:47:46 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-12-18 23:47:46 +0000 |
commit | 45ec8810c93c2ccfe60f4e31d59ad4f7d00bd7e6 (patch) | |
tree | 03dc9d036a9659f94b635f9a5a588ec97470ffdb /graphics/feh | |
parent | d2a55fc4986197f77b5bb1073574382c1c04e1f0 (diff) | |
download | pkgsrc-45ec8810c93c2ccfe60f4e31d59ad4f7d00bd7e6.tar.gz |
feh: Update to 3.6.1
Sun, 06 Dec 2020 08:34:15 +0100 Daniel Friesel <derf+feh@finalrewind.org>
* Release v3.6.1
* Fix excessive memory consumption when showing long-running slideshows
with thousands to tens of thousands of images and feh has been compiled
with exif=1 (see https://github.com/derf/feh/issues/553)
* Fix memory leak when showing long-running slideshows with relatively few
images and feh has been compiled with exif=1 (ibid.)
* Fix memory leak when reloading an image and feh has been compiled with
exif=1
* Fix memory leak in --draw-exif
* Fix memory leak when reloading HTTP files with --no-conversion-cache
Mon, 30 Nov 2020 19:44:47 +0100 Daniel Friesel <derf+feh@finalrewind.org>
* Release v3.6
* Add flip and rotate options to the menu
* Improve unloadable image detection time (e.g. for large video files) by
checking a file's header before passing it to Imlib2. For rarely used
image formats, there is a very small chance that an image which could be
loaded by feh 3.5 is reported as unloadable by feh 3.6 due to this
change. Set FEH_SKIP_MAGIC=1 to bypass the header check in this case. See
<https://phab.enlightenment.org/T8739> and
<https://github.com/derf/feh/issues/505> for details.
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 4 | ||||
-rw-r--r-- | graphics/feh/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 0da79e93e25..d1cc9eacb52 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.109 2020/11/23 13:10:54 nia Exp $ +# $NetBSD: Makefile,v 1.110 2020/12/18 23:47:46 nia Exp $ -DISTNAME= feh-3.5 +DISTNAME= feh-3.6.1 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 44d72f2c73c..746f9c5d787 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.56 2020/11/23 13:10:54 nia Exp $ +$NetBSD: distinfo,v 1.57 2020/12/18 23:47:46 nia Exp $ -SHA1 (feh-3.5.tar.bz2) = 76285400db14da5dc0f98d4b725442d6b5c347c1 -RMD160 (feh-3.5.tar.bz2) = c71fd836be138d717ee48aea67906eae804e9081 -SHA512 (feh-3.5.tar.bz2) = 69b4c73a8009c5b5e031bdf3c6a628da2f3cd71927d6c546ba2b2cfb6d10912e4a44e5d0de93704645a4dd33d71f1445749abe03383cc2298fa10c2d5d88fb5e -Size (feh-3.5.tar.bz2) = 2115162 bytes +SHA1 (feh-3.6.1.tar.bz2) = ba28072a3f85062335b2455bec27f7bb981d289c +RMD160 (feh-3.6.1.tar.bz2) = 72f4b81d23c13bec78132dcc68f90874467b477a +SHA512 (feh-3.6.1.tar.bz2) = b4350f1c5f66a450b2f088affea973abab9e184df110b693e46e1fc532d213d62a52bf08029f345daf92d45c828ff3bd380dcd7b167f319f1ff3b1d04150cd75 +Size (feh-3.6.1.tar.bz2) = 2116064 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_getopt.c) = 1a91896a7bed8670fc44798308341633f818ebdc SHA1 (patch-src_gib__imlib.c) = 4f231e1bd8698e0bff796fab6b553649c31e1650 |