diff options
author | sem <sem@FreeBSD.org> | 2005-06-05 21:01:17 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-06-05 21:01:17 +0800 |
commit | aa2354f76060cac6ef52fe42924ceb1a0a18a23c (patch) | |
tree | dde1726762ffedd62b387abbbdf74e50f1b7ccb3 /graphics | |
parent | f728f0b810b40149d7f3ab0ef2ac66345b37b6de (diff) | |
download | freebsd-ports-gnome-aa2354f76060cac6ef52fe42924ceb1a0a18a23c.tar.gz freebsd-ports-gnome-aa2354f76060cac6ef52fe42924ceb1a0a18a23c.tar.zst freebsd-ports-gnome-aa2354f76060cac6ef52fe42924ceb1a0a18a23c.zip |
- Update to 1.3.3
PR: ports/81861
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/feh/Makefile | 2 | ||||
-rw-r--r-- | graphics/feh/distinfo | 4 | ||||
-rw-r--r-- | graphics/feh/files/patch-src-slideshow.c | 12 | ||||
-rw-r--r-- | graphics/feh/pkg-descr | 6 |
4 files changed, 20 insertions, 4 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index e591cb05e1a7..116d6da3b374 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= feh -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.3 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index f7291264d6f8..5894d07419e9 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,2 +1,2 @@ -MD5 (feh-1.3.0.tar.gz) = 41cbfbd0c1535a7162d199cf2d448f5b -SIZE (feh-1.3.0.tar.gz) = 373405 +MD5 (feh-1.3.3.tar.gz) = d2aead74629fd04f26928f6af74b993b +SIZE (feh-1.3.3.tar.gz) = 377159 diff --git a/graphics/feh/files/patch-src-slideshow.c b/graphics/feh/files/patch-src-slideshow.c new file mode 100644 index 000000000000..86d63cbeb199 --- /dev/null +++ b/graphics/feh/files/patch-src-slideshow.c @@ -0,0 +1,12 @@ +--- src/slideshow.c.orig Sun May 1 08:11:31 2005 ++++ src/slideshow.c Sun May 1 20:01:03 2005 +@@ -353,8 +353,8 @@ + D_ENTER(4); + if (action) + { +- D(3, ("Running action %s\n", action)); + char *sys; ++ D(3, ("Running action %s\n", action)); + sys = feh_printf(action, file); + + if (opt.verbose && !opt.list && !opt.customlist) diff --git a/graphics/feh/pkg-descr b/graphics/feh/pkg-descr index 42633246e850..d52b9693f098 100644 --- a/graphics/feh/pkg-descr +++ b/graphics/feh/pkg-descr @@ -1,3 +1,7 @@ -An image viewer that utilizes Imlib2. +feh is a versatile and fast image viewer using imlib2, the +premier image file handling library. feh has many features, +from simple single file viewing, to multiple file modes using +a slideshow or multiple windows. feh supports the creation of +montages as index prints with many user-configurable options. WWW: http://www.linuxbrit.co.uk/feh/ |