diff options
author | salo <salo@pkgsrc.org> | 2003-02-24 16:10:07 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-24 16:10:07 +0000 |
commit | eba9540c551c0a8d1e8cc433fac9c622912ff319 (patch) | |
tree | e85a2bcceef5f84f6a33959dc81ba4bc3f156a1e /graphics/feh | |
parent | e266fbe935c1cf5f93eddb7a516ee1f824330a8d (diff) | |
download | pkgsrc-eba9540c551c0a8d1e8cc433fac9c622912ff319.tar.gz |
Updated to version 1.2.5.
Changes:
- Fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=169911
- Start of IPC code, not used yet.
- 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
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 6 | ||||
-rw-r--r-- | graphics/feh/PLIST | 4 | ||||
-rw-r--r-- | graphics/feh/distinfo | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 9563f517794..f2bd057c430 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/01/10 19:45:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/02/24 16:10:07 salo Exp $ # -DISTNAME= feh-1.2.4 +DISTNAME= feh-1.2.5 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ @@ -11,7 +11,7 @@ COMMENT= advanced image viewer GNU_CONFIGURE= YES USE_BUILDLINK2= YES -USE_X11BASE= YES +USE_X11= YES .include "../../devel/giblib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/feh/PLIST b/graphics/feh/PLIST index 1ca50e70471..a9c83fa0d2e 100644 --- a/graphics/feh/PLIST +++ b/graphics/feh/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.3 2002/11/08 23:59:17 rh Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/24 16:10:07 salo Exp $ bin/cam bin/feh bin/gen_cam_menu.sh +man/man1/feh.1 share/doc/feh/AUTHORS share/doc/feh/ChangeLog share/doc/feh/README share/doc/feh/TODO -man/man1/feh.1 share/feh/fonts/black.style share/feh/fonts/menu.style share/feh/fonts/yudit.ttf diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 1eff909f997..53efce8f5e7 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2003/01/10 19:45:33 wiz Exp $ +$NetBSD: distinfo,v 1.6 2003/02/24 16:10:07 salo Exp $ -SHA1 (feh-1.2.4.tar.gz) = 6c813e709cc2c10a9bb5f9a099233d78eecba67b -Size (feh-1.2.4.tar.gz) = 347470 bytes +SHA1 (feh-1.2.5.tar.gz) = 78a34ecfbf5da6077562618d9ef7e0bdb98043c2 +Size (feh-1.2.5.tar.gz) = 351541 bytes SHA1 (patch-aa) = 745c9ca77355a0beaacbe32bc33174e8dc057cbd SHA1 (patch-ab) = 4935ca2171f02d59df7e294b1b520881e21e0d6d |