summaryrefslogtreecommitdiff
path: root/graphics/feh
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-06-10 11:29:06 +0000
committernia <nia@pkgsrc.org>2019-06-10 11:29:06 +0000
commitfbe7f3d7b5aca289aee113ea5e7c97e23bb0f67e (patch)
tree2d587f554de4c5d71515a12cc42bf760d4f5d3e7 /graphics/feh
parent1eb0f15d7506851b0fbe5fef30d71feb3a007514 (diff)
downloadpkgsrc-fbe7f3d7b5aca289aee113ea5e7c97e23bb0f67e.tar.gz
feh: Update to 3.1.3
Changes: Sun, 17 Feb 2019 08:41:53 +0100 Daniel Friesel <derf+feh@finalrewind.org> * Releasev v3.1.3 * Fix missing filename in ~/.fehbg when using --no-xinerama on a feh binary compiled with xinerama=1. This issue was introduced in v3.1.2. Mon, 11 Feb 2019 17:24:13 +0100 Daniel Friesel <derf+feh@finalrewind.org> * Release v3.1.2 * Fix missing filenames in ~/.fehbg when using --bg-* on directories and/or with --randomize * Fix repeated --slideshow-delay/-D option not properly overriding the 'start paused' flag * Fix repeated --info option not properly overriding the 'draw info' flag Fri, 07 Dec 2018 22:51:15 +0100 Daniel Friesel <derf+feh@finalrewind.org> * Release v3.1.1 * Decrease libcurl timeout from indefinite to 30 minutes. This should be sufficient even for use cases with unusually high timeouts (just in case anyone wants to do interplanetary slideshows), while at the same time avoiding stalls in unattended slideshows when encountering temporary network issues. * Handle SIGINT/SIGTERM/SIGQUIT signals while loading images using libcurl. Previously, signals were ignored during a (possibly slow) libcurl network transfer, which was not intended behaviour. Wed, 21 Nov 2018 19:37:34 +0100 Daniel Friesel <derf+feh@finalrewind.org> * Release v3.1 * Running "feh --start-at .../file.jpg" without specifying images, directories or filelists to load is now equivalent to running "feh --start-at .../file.jpg $(dirname .../file.jpg)". This way, it is possible to view a specific file and browse all other files in the corresponding directory. This is especially useful when starting feh from file managers. * Introduce fuzzy matching in --start-at: If the specified path is not found in the file list, feh now resorts to comparing basenames (i.e., file names without the directory components). This allows calls like "feh --start-at cat.jpg ~/Pictures", which led to a file not found error in previous versions. * Respect -j / --output-dir when using save_image or save_filelist actions. Fri, 09 Nov 2018 17:17:15 +0100 Daniel Friesel <derf+feh@finalrewind.org> * Release v3.0 * Remove deprecated webcam scripts (feh-cam and gen-cam-menu) * Remove deprecated collage mode (-c/--collage) * Remove deprecated option --cycle-once (use --on-last-slide=quit instead) * Remove deprecated option --menu-bg * Change default save_filelist key from "f" to "L" (mnemonic: fileList) * Change default toggle_fullscreen key from "v" to "f" as this is also used by mplayer, mpv and similar * flip and rotation (keys "<", ">", "|", and "_") no longer change the underlying file. This leaves delete ("Ctrl+Delete") as the only destructive action which is enabled by default * Add option --edit, which makes flip and rotation change the underlying file as well as the displayed image. This was the default behaviour in feh 1.x and 2.x Sat, 27 Oct 2018 19:46:48 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.28.1 * Do not ignore quit signals (SIGTERM, SIGINT, SIGQUIT) during preload * Add missing EXIF orientations 2, 4, 5, and 7 (when built with exif=1, patch by Olof-Joachim Frahm) * Improve randomness on non-glibc systems Mon, 17 Sep 2018 21:17:04 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.28 * Decrease loading time for RAW images by utilizing dcraw to display the embedded JPEG preview (patch by <https://github.com/ulteq>) * Rename --magick-timeout to --conversion-timeout. --magick-timeout is now deprecated and will be removed in a future release * Fix unintened aliasing in rotated images whose rotation is not a multiple of 90 degrees (patch by <https://github.com/ulteq>) * New option: --on-last-slide=hold|quit|resume. hold will cause feh to stop advancing beyond the last slide (patch by <https://github.com/ulteq>), quit replaces --cycle-once (which is now deprecated), and resume is the default (continue at the first image). Tue, 17 Jul 2018 17:33:10 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.27.1 * Fix feh occasionally becoming unresponsive when asked to terminate via SIGINT/SIGQUIT/SIGTERM (based on a patch by <https://github.com/giladogit>) * Fix --keep-zoom-vp issues introduced in 2.27 (patch by <https://github.com/ulteq>) Thu, 28 Jun 2018 17:26:54 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.27 * Fix size_to_image ("w") command when both --scale-down and --keep-zoom-vp are enabled * Fix --auto-zoom not being triggered on window resize events when --scale-down is enabled * Fix --auto-zoom conflicting with manual zoom * Fix feh_draw_checks not taking the zoom level into account properly * Prevent --zoom <percent> from blocking --scale-down in fullscreen / fixed geometry mode * Prevent --keep-zoom-vp from blocking the dynamic window resizing mechanism * Prevent automatic recalculation of the zoom ratio when --keep_zoom_vp is enabled * All patches provided by <https://github.com/ulteq>. Thanks a lot! Tue, 26 Jun 2018 10:33:04 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.26.4 * Correctly save --bg-max in ~/.fehbg (patch by Sebastian Bickerle) Fri, 18 May 2018 22:58:02 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.26.3 * Properly escape --image-bg argument in ~/.fehbg (broken in 2.26.1) Sat, 12 May 2018 16:33:56 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.26.2 * Show correct filelist position in windows opened from thumbnail mode. Note that navigation is still not supported in those windows * Improve support for key input from stdin * Do not push menus off the screen when hitting screen limits Fri, 11 May 2018 15:11:17 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.26.1 * Restore pre-2.21 ~/.fehbg behaviour. This fixes nondeterministic wallpaper setting when using --bg-* --randomize, issues when specifying --theme both in ~/.fehbg and on the commandline, and possibly other edge cases * Fix /tmp being cluttered with temporary ImageMagick files when using --magick-timeout and a conversion takes longer than allowed Thu, 19 Apr 2018 21:43:12 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.26 * Save absolute file paths in ~/.fehbg, similar to the behaviour prior to feh 2.21 * Add %g (window dimensions) and %Z (precise zoom level) format specifiers * Improve -z/--randomize randomness
Diffstat (limited to 'graphics/feh')
-rw-r--r--graphics/feh/Makefile5
-rw-r--r--graphics/feh/PLIST7
-rw-r--r--graphics/feh/distinfo10
3 files changed, 8 insertions, 14 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index ff41637323f..ebca01c6f1f 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2018/12/13 19:51:59 adam Exp $
+# $NetBSD: Makefile,v 1.94 2019/06/10 11:29:06 nia Exp $
-DISTNAME= feh-2.25.1
-PKGREVISION= 2
+DISTNAME= feh-3.1.3
CATEGORIES= graphics
MASTER_SITES= https://feh.finalrewind.org/
EXTRACT_SUFX= .tar.bz2
diff --git a/graphics/feh/PLIST b/graphics/feh/PLIST
index ef7ad1fd917..baf9728bf1c 100644
--- a/graphics/feh/PLIST
+++ b/graphics/feh/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2017/01/27 12:04:08 szptvlfn Exp $
+@comment $NetBSD: PLIST,v 1.13 2019/06/10 11:29:06 nia Exp $
bin/feh
man/man1/feh.1
share/applications/feh.desktop
@@ -15,11 +15,6 @@ share/feh/fonts/menu.style
share/feh/fonts/yudit.ttf
share/feh/images/feh.png
share/feh/images/feh.svg
-share/feh/images/menubg_aluminium.png
-share/feh/images/menubg_aqua.png
-share/feh/images/menubg_black.png
-share/feh/images/menubg_brushed.png
share/feh/images/menubg_default.png
-share/feh/images/menubg_sky.png
share/icons/hicolor/48x48/apps/feh.png
share/icons/hicolor/scalable/apps/feh.svg
diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo
index c21bb1d4737..078f534a79d 100644
--- a/graphics/feh/distinfo
+++ b/graphics/feh/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.49 2018/04/30 05:39:49 ryoon Exp $
+$NetBSD: distinfo,v 1.50 2019/06/10 11:29:06 nia Exp $
-SHA1 (feh-2.25.1.tar.bz2) = eede4807bc54560809e7e18ddaa974ddeeeb156e
-RMD160 (feh-2.25.1.tar.bz2) = 612b916db17f9210a725d6c2e90c6332bded9e87
-SHA512 (feh-2.25.1.tar.bz2) = a821d46901d4cf59bb09b911f28c6ab26fbd0ee9784b50fbacfb6cf23483da5d29ebbb4cc53b23289181bb3ba0dc9893a3f39a90b3420d0bd98d740d5583fc3e
-Size (feh-2.25.1.tar.bz2) = 2131624 bytes
+SHA1 (feh-3.1.3.tar.bz2) = 746b2cfcc31f77dde9640c4297e82de1ba3082e7
+RMD160 (feh-3.1.3.tar.bz2) = 50ffb1f1e40a5f700bb17858a61102533cee4cd6
+SHA512 (feh-3.1.3.tar.bz2) = dc4960706e4134bbe6c34036a9c9b7cd98eb8935e13e2354504664a1599d4af193c6b977433a40c7e3638b2b3e2928960e0c755b04f7c48076ef15445f792583
+Size (feh-3.1.3.tar.bz2) = 2110285 bytes
SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb
SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492