Skip to content

Commit

Permalink
Update to feh-2.12
Browse files Browse the repository at this point in the history
This is a leaf package, OK by wiz@.

ChangeLog:
Thu, 15 May 2014 23:41:07 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* 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>

* 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>

* 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
  • Loading branch information
szptvlfn committed Sep 27, 2014
1 parent 0e82b02 commit 579a194
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
18 changes: 6 additions & 12 deletions graphics/feh/Makefile
Original file line number Diff line number Diff line change
@@ -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
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"
Expand Down
7 changes: 2 additions & 5 deletions graphics/feh/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions graphics/feh/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 579a194

Please sign in to comment.