diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2017-10-19 22:30:32 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2017-10-19 22:30:32 +0000 |
commit | 79b9f67b595a6de12d8aa466e14b46d5804a698c (patch) | |
tree | c2c5c24b673de1551d854154ac76ef5bb3e37d55 /graphics/feh | |
parent | 9cb6007cfaf721baadef7bea5c4f79aec7bccf78 (diff) | |
download | pkgsrc-79b9f67b595a6de12d8aa466e14b46d5804a698c.tar.gz |
Update to 2.21
https://git.finalrewind.org/feh/plain/ChangeLog
Sat, 07 Oct 2017 12:14:17 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v2.21
* Add toggle_fixed_geometry ('g') key binding to toggle window auto-resize
* Improve control via terminal input
* Fix crash (segmentation fault) when using feh -O in non-index mode
* Fix --force-aliasing (and possibly other options) missing from ~/.fehbg
when using them for background setting
Thu, 07 Sep 2017 20:20:11 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v2.20
* Fix clang/gcc warnings (Patches by orbea)
* Add support for control via terminal input. feh will read key presses
from the controlling terminal and handle them like X11 key presses
inside the feh window. Note that at the moment, only lower / upper case
ASCII letters and a very small set of additional keys are supported.
* Fix broken ImageMagick support (see --magick-timeout) when using some
ImageMagick versions <https://github.com/derf/feh/issues/323>
* Remove images from the filelist if they were removed by executing a
user-defined action <https://github.com/derf/feh/issues/322>
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 393ac71f30b..302b030b365 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.86 2017/09/01 11:54:23 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.87 2017/10/19 22:30:32 szptvlfn Exp $ -DISTNAME= feh-2.19.3 +DISTNAME= feh-2.21 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 80fd39b6d64..c821aa7ba7f 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2017/09/01 11:54:23 szptvlfn Exp $ +$NetBSD: distinfo,v 1.47 2017/10/19 22:30:32 szptvlfn Exp $ -SHA1 (feh-2.19.3.tar.bz2) = 0481125bf44cfba624ccd0fc879049d995204540 -RMD160 (feh-2.19.3.tar.bz2) = 7ed0a11d07cce5c1402fcfb626feff65d458a80c -SHA512 (feh-2.19.3.tar.bz2) = 0a5ee36bb9536e190b8aee11c097f5efd5f95dbb74ec299b41ec4d7d8bdfa68721b312607eb8e75941c4b79f92fcdbbc31731ab543907b2f6989bcc8e36ac6e5 -Size (feh-2.19.3.tar.bz2) = 2128692 bytes +SHA1 (feh-2.21.tar.bz2) = 1c33e342760f8e3ccad9e770075fef1d7c6fed4b +RMD160 (feh-2.21.tar.bz2) = 5e45db243ad89c1f29f03803d2c9a214c09f1fe9 +SHA512 (feh-2.21.tar.bz2) = f869d6588976973fca55714829478293bbd89fe03c7575c48847d23caec09353dc54eddf6fa41dc7f560c92eaee49ee23008258d72f4d55a49a5166625560a43 +Size (feh-2.21.tar.bz2) = 2129718 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 |