pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/feh Update to feh-2.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/2f9370c1dca1
branches: trunk
changeset: 639841:2f9370c1dca1
user: szptvlfn <szptvlfn%pkgsrc.org@localhost>
date: Sat Sep 27 10:52:38 2014 +0000
description:
Update to feh-2.12
This is a leaf package, OK by wiz@.
ChangeLog:
Thu, 15 May 2014 23:41:07 +0200 Daniel Friesel <derf+feh%finalrewind.org@localhost>
* Releasev v2.12
* feh-cam and gen-cam-menu are no longer installed by default. Use
'make install cam=1' to install them or 'make uninstall cam=1 && make
install cam=0' to remove them permanently
* feh no longer depends on giblib. Instead, the relevant parts of the
giblib source were imported into the feh source.
Rationale: giblib is unmaintained and, as far as I know, only used by
three projects (one of which is feh). There is at least one known bug
in it, and as I do not have the time to take over giblib development,
importing the library seems to be the best solution.
* Fix/improve --randomize for short filelists (closes #151)
* Fix a buffer overflow in the printf implementation when handling unknown
format specifiers (affects --action, --customlist, --index-info, --info,
--thumb-title and --title)
* Update help (if built with help=1)
Sun, 27 Apr 2014 20:28:02 +0200 Daniel Friesel <derf+feh%finalrewind.org@localhost>
* Release v2.11
* Patch by Michael Vorburger: Fix erroneous free() in case of failed
scandir (closes #140, #147)
* Patch by rangerer: --randomize: re-randomize after list is through
(closes #154)
* When setting a wallpaper from a URL, do not try to store it as
absolute path in .fehbg (closes #153)
* Add --scroll-step <px> option to change scroll_{up,left,down,right}
scroll offset in pixels
* feh(1): Escape %V (interpreted as mdoc macro)
(closes debian #745467)
* Respect --image-bg=checks in fullscreen mode (default remains black)
(closes #156)
Fri, 28 Feb 2014 18:20:25 +0100 Daniel Friesel <derf+feh%finalrewind.org@localhost>
* Release v2.10
* Allow non-centered wallpapers using the --geometry option
(Patch by Joel Bradshaw)
* Add ; flag to --info (as in "--info ';echo foo'") to disable info
display on startup
* Partially fix off-by-one pixel error when warping the pointer in the
bottom/right window border
* thumbnail mode: If --action is set, run specified command instead of
opening image on click.
* feh.desktop: Use feh %F since we support multiple files
* Fix --borderless not working on some 64bit systems
(Patch by Brian Mattern)
* Always use absolute paths in .fehbg
diffstat:
graphics/feh/Makefile | 18 ++++++------------
graphics/feh/PLIST | 7 ++-----
graphics/feh/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 21 deletions(-)
diffs (81 lines):
diff -r 28dea651db85 -r 2f9370c1dca1 graphics/feh/Makefile
--- a/graphics/feh/Makefile Sat Sep 27 10:51:18 2014 +0000
+++ b/graphics/feh/Makefile Sat Sep 27 10:52:38 2014 +0000
@@ -1,33 +1,27 @@
-# $NetBSD: Makefile,v 1.65 2014/05/29 23:36:37 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2014/09/27 10:52:38 szptvlfn Exp $
-DISTNAME= feh-2.9.3
-PKGREVISION= 2
+DISTNAME= feh-2.12
CATEGORIES= graphics
MASTER_SITES= http://feh.finalrewind.org/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://feh.finalrewind.org/
-COMMENT= Advanced image viewer
+COMMENT= Imlib2 based image viewer
LICENSE= mit
#GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --program-transform-name=s,cam,feh_cam,
+#CONFIGURE_ARGS+= --program-transform-name=s,cam,feh_cam,
-USE_TOOLS+= bash:run perl:run gmake
-
-REPLACE_BASH= cam/gen-cam-menu
-REPLACE_PERL= scripts/*.pl cam/feh-cam
+USE_TOOLS+= gmake
LDFLAGS.SunOS+= -lnsl -lsocket
-BUILDLINK_API_DEPENDS.giblib+= giblib>=1.2.4
-
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../graphics/imlib2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../devel/giblib/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
diff -r 28dea651db85 -r 2f9370c1dca1 graphics/feh/PLIST
--- a/graphics/feh/PLIST Sat Sep 27 10:51:18 2014 +0000
+++ b/graphics/feh/PLIST Sat Sep 27 10:52:38 2014 +0000
@@ -1,16 +1,13 @@
-@comment $NetBSD: PLIST,v 1.10 2013/07/24 11:01:59 drochner Exp $
+@comment $NetBSD: PLIST,v 1.11 2014/09/27 10:52:38 szptvlfn Exp $
bin/feh
-bin/feh-cam
-bin/gen-cam-menu
-man/man1/feh-cam.1
man/man1/feh.1
-man/man1/gen-cam-menu.1
share/applications/feh.desktop
share/doc/feh/AUTHORS
share/doc/feh/ChangeLog
share/doc/feh/README
share/doc/feh/TODO
share/doc/feh/examples/buttons
+share/doc/feh/examples/find-lowres
share/doc/feh/examples/keys
share/doc/feh/examples/themes
share/feh/fonts/black.style
diff -r 28dea651db85 -r 2f9370c1dca1 graphics/feh/distinfo
--- a/graphics/feh/distinfo Sat Sep 27 10:51:18 2014 +0000
+++ b/graphics/feh/distinfo Sat Sep 27 10:52:38 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2013/07/24 11:01:59 drochner Exp $
+$NetBSD: distinfo,v 1.29 2014/09/27 10:52:38 szptvlfn Exp $
-SHA1 (feh-2.9.3.tar.bz2) = 6e93c9bbc339d36002ead189d0a94880f58876bd
-RMD160 (feh-2.9.3.tar.bz2) = 702c973a5e16b62dc38278b5c6e4d55cd3f06965
-Size (feh-2.9.3.tar.bz2) = 2082188 bytes
+SHA1 (feh-2.12.tar.bz2) = 30eb2b778858b1f4ce97e44c8225758185b0c588
+RMD160 (feh-2.12.tar.bz2) = 515073a9ead457c89137689af08e35f54c45a5eb
+Size (feh-2.12.tar.bz2) = 2090538 bytes
SHA1 (patch-config.mk) = 7f99ff19820a62c8a7a9d3b0fb9c7f1a8151f6c5
SHA1 (patch-src_getopt.c) = 337fd15564c1d5b5596fe7d0d2f9bd6b0ca44ca7
SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492
Home |
Main Index |
Thread Index |
Old Index