diff options
author | nia <nia@pkgsrc.org> | 2021-05-13 10:11:38 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-13 10:11:38 +0000 |
commit | c59f1c12999a1b06cba9afb3e64a24f956d43861 (patch) | |
tree | 66f1c61e0dac2075cc36a12149040fc305a7582f /graphics/feh/Makefile | |
parent | ca06b56aab262016a4446e02b3fa79045d6dc176 (diff) | |
download | pkgsrc-c59f1c12999a1b06cba9afb3e64a24f956d43861.tar.gz |
feh: update to 3.7
* Release v3.7
* Use compact representation instead of key-value pairs for common EXIF data
(only applies when compiling feh with exif=1)
* Add --window-id <windowid> option (draw to an existing window)
* Add --zoom-step <percent> option (specify zoom step size)
* Pass gopher:// and gophers:// URLs to libcurl
* Fix --reload / --auto-reload reloading the wrong directory when
using --start-at and no file arguments or filelists have been
specified
* Fix Ctrl+key causing unintended behaviour when controlling feh via stdin
* Fix high CPU usage when closing stdin after starting feh from a terminal
Mon, 25 Jan 2021 17:46:57 +0100 Daniel Friesel <derf+feh@finalrewind.org>
Diffstat (limited to 'graphics/feh/Makefile')
-rw-r--r-- | graphics/feh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index ec0c310dddf..7daff897eae 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.113 2021/04/21 13:24:46 adam Exp $ +# $NetBSD: Makefile,v 1.114 2021/05/13 10:11:38 nia Exp $ -DISTNAME= feh-3.6.3 -PKGREVISION= 1 +DISTNAME= feh-3.7 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 |