pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/feh



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Sep 24 12:49:27 UTC 2025

Modified Files:
        pkgsrc/graphics/feh: Makefile distinfo

Log Message:
graphics/feh: update to 3.11.2

 - Fix zoom_fit not centering the image correctly if the window is larger than the image
 - Fix rendering bugs introduced by attempts to fix a --scale-down rendering issue in v3.11 and v3.11.1
 - Note that this fix comes at the cost of slightly more visible flashing in some cases where feh has to (re-)render an image multiple times, especially if a fixed size is forced by the window 
manager. While this behaviour can be annoying, it is certainly less annoying than incorrect image offets.
 - Thanks to Awal Garg for several joint debugging sessions related to the above rendering issues.

Features
 - Various operation modes:
     - Slideshow: Show all files in or below a directory, change slides with your keyboard or automatically after a delay
     - Thumbnail: List files as clickable thumbnails
     - List: ls-like output with image dimensions etc.
     - Multiwindow: Open all images at once
 - optional HTTP/FTP support via libcurl
 - Can be used as wallpaper setter; supports rxvt transparency
 - Filelist support
 - Lots of configurable keyboard shortcuts; well usable without a mouse
 - Custom actions (shell commands), e.g. for sorting images


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/graphics/feh/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/feh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/feh/Makefile
diff -u pkgsrc/graphics/feh/Makefile:1.141 pkgsrc/graphics/feh/Makefile:1.142
--- pkgsrc/graphics/feh/Makefile:1.141  Wed Sep  3 07:36:11 2025
+++ pkgsrc/graphics/feh/Makefile        Wed Sep 24 12:49:27 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.141 2025/09/03 07:36:11 pin Exp $
+# $NetBSD: Makefile,v 1.142 2025/09/24 12:49:27 pin Exp $
 
-DISTNAME=      feh-3.11.1
+DISTNAME=      feh-3.11.2
 CATEGORIES=    graphics
 MASTER_SITES=  https://feh.finalrewind.org/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/graphics/feh/distinfo
diff -u pkgsrc/graphics/feh/distinfo:1.72 pkgsrc/graphics/feh/distinfo:1.73
--- pkgsrc/graphics/feh/distinfo:1.72   Wed Sep  3 07:36:11 2025
+++ pkgsrc/graphics/feh/distinfo        Wed Sep 24 12:49:27 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2025/09/03 07:36:11 pin Exp $
+$NetBSD: distinfo,v 1.73 2025/09/24 12:49:27 pin Exp $
 
-BLAKE2s (feh-3.11.1.tar.bz2) = 3c1bc2c1e1a426d6745b336275fd0eda07d8ebc365f1d40489e54f7a5d13f79a
-SHA512 (feh-3.11.1.tar.bz2) = a8c92e27b9386152d8fa7a50f5fc22499ee2102a5546e78930b80d9a13d239df7a9dfc890ec12ae92bc9349b56559d7eb4c7d8b70710bdad2e65406815b6b3c1
-Size (feh-3.11.1.tar.bz2) = 2109474 bytes
+BLAKE2s (feh-3.11.2.tar.bz2) = 6011a8a011de926fec8624440fcccea291c72efe3c5ca4fca4fd564a2e8749b1
+SHA512 (feh-3.11.2.tar.bz2) = f24fd4fb940a6a8901eece38665b298c985e691ff3f3798bab6667ed64ea2437e505e8a4a8c0a675884ec59c6fe24ab6f9ed51f2cb6cd316aaaa30e7194dda7f
+Size (feh-3.11.2.tar.bz2) = 2110185 bytes
 SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb
 SHA1 (patch-src_gib__imlib.c) = 4f231e1bd8698e0bff796fab6b553649c31e1650
 SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492



Home | Main Index | Thread Index | Old Index