pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/imv



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Feb  1 12:29:42 UTC 2023

Modified Files:
        pkgsrc/graphics/imv: Makefile PLIST distinfo

Log Message:
imv: update to 4.4.0

v4.4.0 - 2023-01-18
-------------------

* Fixed critical error "wl_window: fix buffer size not divisible by scale"
* Added libgrapheme 2.0.0 as an alternative to icu
* Added '-w' option to specify window title at startup
* Added background rectangle behind the (possibly multiline) overlay text
* Changed chequered pattern to only over the image area for transparent images not the whole viewport
* Renamed imv-folder to imv-dir
* Fixed slideshow not always pausing correctly
* Fixed imv-dir showing as a duplicate imv in its desktop file
* Fixed whitespace bug in expanded title text
* Made imv-dir fall back to imv behaviour when given too many arguments
* Improved handling of paths from stdin
* Minor documentation and changelog improvements


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/imv/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/imv/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/imv/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/imv/Makefile
diff -u pkgsrc/graphics/imv/Makefile:1.18 pkgsrc/graphics/imv/Makefile:1.19
--- pkgsrc/graphics/imv/Makefile:1.18   Sun Jan 29 21:16:36 2023
+++ pkgsrc/graphics/imv/Makefile        Wed Feb  1 12:29:41 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2023/01/29 21:16:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2023/02/01 12:29:41 nia Exp $
 
-DISTNAME=      v4.3.1
+DISTNAME=      v4.4.0
 DIST_SUBDIR=   imv
 PKGNAME=       imv-${DISTNAME:S/^v//g}
-PKGREVISION=   5
 CATEGORIES=    graphics
 MASTER_SITES=  https://git.sr.ht/~exec64/imv/archive/
 

Index: pkgsrc/graphics/imv/PLIST
diff -u pkgsrc/graphics/imv/PLIST:1.3 pkgsrc/graphics/imv/PLIST:1.4
--- pkgsrc/graphics/imv/PLIST:1.3       Tue Aug 10 11:40:40 2021
+++ pkgsrc/graphics/imv/PLIST   Wed Feb  1 12:29:41 2023
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.3 2021/08/10 11:40:40 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/02/01 12:29:41 nia Exp $
 bin/imv
-bin/imv-folder
+bin/imv-dir
 bin/imv-msg
-${PLIST.all}bin/imv-wayland
-${PLIST.all}bin/imv-x11
-man/man1/imv-folder.1
+bin/imv-wayland
+bin/imv-x11
+man/man1/imv-dir.1
 man/man1/imv-msg.1
 man/man1/imv.1
 man/man5/imv.5
-share/applications/imv-folder.desktop
+share/applications/imv-dir.desktop
 share/applications/imv.desktop
 share/examples/imv/imv_config

Index: pkgsrc/graphics/imv/distinfo
diff -u pkgsrc/graphics/imv/distinfo:1.6 pkgsrc/graphics/imv/distinfo:1.7
--- pkgsrc/graphics/imv/distinfo:1.6    Sun Dec 19 10:51:04 2021
+++ pkgsrc/graphics/imv/distinfo        Wed Feb  1 12:29:41 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/12/19 10:51:04 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/02/01 12:29:41 nia Exp $
 
-BLAKE2s (imv/v4.3.1.tar.gz) = 261ceab2355ab1e2393572ea4db392ee2eb877ebfc0ffa4a3e5696063a1e3635
-SHA512 (imv/v4.3.1.tar.gz) = f70b95f3f99d7d6a9276370650cef0885938464e3a40ab1768231292ba35d9040f7196a5853ea1268fe6d47cf08d129b3fbae1ca215df96d12ccd85b7efd1ee6
-Size (imv/v4.3.1.tar.gz) = 79123 bytes
+BLAKE2s (imv/v4.4.0.tar.gz) = 76a2df6fa9490798b3122a0df229f2f2facc9a98f7acc707a36a207c291f79ed
+SHA512 (imv/v4.4.0.tar.gz) = ddc0740022183a5467a0815ca623d2204b26449fee14b00c3468d06dbba3b5c3314b04a582bbac6075205f8d58cc24f157e283ce1ce3d34ecf0a9bdc497ab7f1
+Size (imv/v4.4.0.tar.gz) = 80360 bytes
 SHA1 (patch-meson.build) = bd0ae99fc71416486f6ba855ff3635540e5916cf
 SHA1 (patch-src_imv.c) = 75c3931a5b315174cb66d78e1c62593e8bacc96a



Home | Main Index | Thread Index | Old Index