pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/imv imv: update to 4.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/858db7442b78
branches:  trunk
changeset: 456846:858db7442b78
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Aug 10 11:40:40 2021 +0000

description:
imv: update to 4.3.0

v4.3.0 - 2021-08-05

* Give freeimage backend preceedence over libjpeg
* Fix lack of X11 window deletion event handling
* Scale fonts correctly for high-DPI wayland
* Suppress annoying TIFF error messages
* Fix missing -lm dependency for imv-msg
* Fix image skipping when reading slow filesystems
* Add a contrib directory
* Add contrib/imv-folder
* Fix zoom speed dependence on buffer/image width
* Improve stat error handling when loading directories
* Fix double-free when backend libjpeg is used
* Fix -n option not working for symbolic links
* List image/heif as a supported mime type
* Fix flickering bug in high-DPI wayland

diffstat:

 graphics/imv/Makefile |  10 ++++++----
 graphics/imv/PLIST    |   5 ++++-
 graphics/imv/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 10 deletions(-)

diffs (68 lines):

diff -r 23c821262359 -r 858db7442b78 graphics/imv/Makefile
--- a/graphics/imv/Makefile     Tue Aug 10 11:32:06 2021 +0000
+++ b/graphics/imv/Makefile     Tue Aug 10 11:40:40 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/04/21 11:41:54 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/10 11:40:40 nia Exp $
 
-DISTNAME=      imv-4.2.0
-PKGREVISION=   1
+DISTNAME=      imv-4.3.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=eXeC64/}
 GITHUB_PROJECT=        imv
@@ -14,9 +13,11 @@
 
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config bash:run
 USE_LANGUAGES= c99
 
+REPLACE_BASH+= contrib/imv-folder
+
 # alphasort
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
 
@@ -42,5 +43,6 @@
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/inih/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/libxkbcommon/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 23c821262359 -r 858db7442b78 graphics/imv/PLIST
--- a/graphics/imv/PLIST        Tue Aug 10 11:32:06 2021 +0000
+++ b/graphics/imv/PLIST        Tue Aug 10 11:40:40 2021 +0000
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2021/02/03 10:43:42 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/08/10 11:40:40 nia Exp $
 bin/imv
+bin/imv-folder
 bin/imv-msg
 ${PLIST.all}bin/imv-wayland
 ${PLIST.all}bin/imv-x11
+man/man1/imv-folder.1
 man/man1/imv-msg.1
 man/man1/imv.1
 man/man5/imv.5
+share/applications/imv-folder.desktop
 share/applications/imv.desktop
 share/examples/imv/imv_config
diff -r 23c821262359 -r 858db7442b78 graphics/imv/distinfo
--- a/graphics/imv/distinfo     Tue Aug 10 11:32:06 2021 +0000
+++ b/graphics/imv/distinfo     Tue Aug 10 11:40:40 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2021/02/03 10:43:42 nia Exp $
+$NetBSD: distinfo,v 1.3 2021/08/10 11:40:40 nia Exp $
 
-SHA1 (imv-4.2.0.tar.gz) = b1c087469780287a3e78233004194ef3a78e1676
-RMD160 (imv-4.2.0.tar.gz) = 28b918f037d154486c86f1a334d9be1e195f632e
-SHA512 (imv-4.2.0.tar.gz) = 7b64c6d4e5e484fd2ef4e28e2ba5cc74e4d28f8e2fa329ae7c744bd77ce8a345123f9cc3c77e015ff780938d5add97cfe9ed4e5a3a52b03a91b7bb6bb50e7115
-Size (imv-4.2.0.tar.gz) = 77809 bytes
+SHA1 (imv-4.3.0.tar.gz) = ba213b40a2953532ac54dea76b8f28df31cfefbc
+RMD160 (imv-4.3.0.tar.gz) = f96bc28f4cd4889e1f25725660d7964611410763
+SHA512 (imv-4.3.0.tar.gz) = 1735c03c48888004b11b3aaf0215a9530c035468a8efdb210d856551ebb75030c906eee2b6ab80e5d3646206e6051a73a8c5e15c010dd09bca7f9e90f9b0e34b
+Size (imv-4.3.0.tar.gz) = 79031 bytes
 SHA1 (patch-meson.build) = bd0ae99fc71416486f6ba855ff3635540e5916cf
 SHA1 (patch-src_imv.c) = 75c3931a5b315174cb66d78e1c62593e8bacc96a



Home | Main Index | Thread Index | Old Index