diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-10 19:45:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-10 19:45:33 +0000 |
commit | 68c35127cc274c3e562fa5f74cadf32dfa8b03af (patch) | |
tree | 372b5d4c45859c1345f582d27a7ea3919c50c009 /graphics/feh | |
parent | a27476eac749b6c9b5f3d6d4c49119e101e2118d (diff) | |
download | pkgsrc-68c35127cc274c3e562fa5f74cadf32dfa8b03af.tar.gz |
Update to 1.2.4, from Juan RP in PR 19771:
* Experimental speedup for caption editing. Caches the bg pixmap for the
image (which doesn't change when you're just editing a caption) so only
the overlay needs to be re-rendered on each change to the caption.
Definitely makes a difference when editing captions on a large, fullscreen
image.
* Tweak event handling - don't nuke queued keyevents when we're accepting
input for caption entry.
* Fixed wrapping for long lines with no spaces
* Caption editing, also requested by David Blackman <david@whizziwig.com>
Hit 'c', edit caption, enter to confirm the changes or Escape to revert.
(Only when --captions-path has been specified).
* Spotted a couple of minor bugs as I went through stuff, fixed those two.
* New option --captions-path. Specify a path (relative to each image) to a
directory with captions in and feh will overlay them on the image. It even
does text wrapping and centering!
Example, run feh --captions-path captions testimages
for image testimages/donna1.jpg, feh will look for a caption in
testimages/captions/donna1.jpg.txt
* Fixed bug - segv when last image in slideshow is deleted.
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 4 | ||||
-rw-r--r-- | graphics/feh/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index fc8d77c7e9d..9563f517794 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/11/08 23:59:17 rh Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/10 19:45:33 wiz Exp $ # -DISTNAME= feh-1.2.2 +DISTNAME= feh-1.2.4 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 88f56dd1662..1eff909f997 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2002/11/08 23:59:17 rh Exp $ +$NetBSD: distinfo,v 1.5 2003/01/10 19:45:33 wiz Exp $ -SHA1 (feh-1.2.2.tar.gz) = fc9bcef3c4371c073e7e2050e83dea1a0ba6dbb3 -Size (feh-1.2.2.tar.gz) = 346432 bytes +SHA1 (feh-1.2.4.tar.gz) = 6c813e709cc2c10a9bb5f9a099233d78eecba67b +Size (feh-1.2.4.tar.gz) = 347470 bytes SHA1 (patch-aa) = 745c9ca77355a0beaacbe32bc33174e8dc057cbd SHA1 (patch-ab) = 4935ca2171f02d59df7e294b1b520881e21e0d6d |