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:   nia
Date:           Thu May 13 10:11:38 UTC 2021

Modified Files:
        pkgsrc/graphics/feh: Makefile distinfo

Log Message:
feh: update to 3.7

* Release v3.7
    * Use compact representation instead of key-value pairs for common EXIF data
      (only applies when compiling feh with exif=1)
    * Add --window-id <windowid> option (draw to an existing window)
    * Add --zoom-step <percent> option (specify zoom step size)
    * Pass gopher:// and gophers:// URLs to libcurl
    * Fix --reload / --auto-reload reloading the wrong directory when
      using --start-at and no file arguments or filelists have been
      specified
    * Fix Ctrl+key causing unintended behaviour when controlling feh via stdin
    * Fix high CPU usage when closing stdin after starting feh from a terminal

Mon, 25 Jan 2021 17:46:57 +0100  Daniel Friesel <derf+feh%finalrewind.org@localhost>


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/graphics/feh/Makefile
cvs rdiff -u -r1.59 -r1.60 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.113 pkgsrc/graphics/feh/Makefile:1.114
--- pkgsrc/graphics/feh/Makefile:1.113  Wed Apr 21 13:24:46 2021
+++ pkgsrc/graphics/feh/Makefile        Thu May 13 10:11:38 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2021/04/21 13:24:46 adam Exp $
+# $NetBSD: Makefile,v 1.114 2021/05/13 10:11:38 nia Exp $
 
-DISTNAME=      feh-3.6.3
-PKGREVISION=   1
+DISTNAME=      feh-3.7
 CATEGORIES=    graphics
 MASTER_SITES=  https://feh.finalrewind.org/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/graphics/feh/distinfo
diff -u pkgsrc/graphics/feh/distinfo:1.59 pkgsrc/graphics/feh/distinfo:1.60
--- pkgsrc/graphics/feh/distinfo:1.59   Wed Feb  3 09:51:55 2021
+++ pkgsrc/graphics/feh/distinfo        Thu May 13 10:11:38 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.59 2021/02/03 09:51:55 nia Exp $
+$NetBSD: distinfo,v 1.60 2021/05/13 10:11:38 nia Exp $
 
-SHA1 (feh-3.6.3.tar.bz2) = 16a06ec89a3f65247f0d4d5e8cfd5b7be691e358
-RMD160 (feh-3.6.3.tar.bz2) = f513fa97df87e2137733d9514af77171a09bebb6
-SHA512 (feh-3.6.3.tar.bz2) = 53e9e1903f256fee9d49af2f8ce4bf153317e7d5de6b396448f16fd54ae1a13217edb44566cd0433e25675a25175cc412a726f058856136f19629661e2f62ce2
-Size (feh-3.6.3.tar.bz2) = 2116771 bytes
+SHA1 (feh-3.7.tar.bz2) = ddbe2ddd1b72209ca131e48b4a70497eeb59dc98
+RMD160 (feh-3.7.tar.bz2) = 3cbc4432a2f927ef2a86db6aa51f5517b17371fe
+SHA512 (feh-3.7.tar.bz2) = 687d0863bb6bf99bc88ca22760ab670525e6d8ee4c984fa00d686adabd39b7bee2449d93beeb8863a161d2b1dfabed3cff035911711eb445b358ff5a4b77da3f
+Size (feh-3.7.tar.bz2) = 2118355 bytes
 SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb
 SHA1 (patch-src_getopt.c) = 1a91896a7bed8670fc44798308341633f818ebdc
 SHA1 (patch-src_gib__imlib.c) = 4f231e1bd8698e0bff796fab6b553649c31e1650



Home | Main Index | Thread Index | Old Index