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:           Tue Aug 10 11:40:40 UTC 2021

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/imv/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/imv/PLIST \
    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.10 pkgsrc/graphics/imv/Makefile:1.11
--- pkgsrc/graphics/imv/Makefile:1.10   Wed Apr 21 11:41:54 2021
+++ pkgsrc/graphics/imv/Makefile        Tue Aug 10 11:40:40 2021
@@ -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 @@ LICENSE=     mit
 
 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 @@ PYTHON_FOR_BUILD_ONLY=        tool
 .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"

Index: pkgsrc/graphics/imv/PLIST
diff -u pkgsrc/graphics/imv/PLIST:1.2 pkgsrc/graphics/imv/PLIST:1.3
--- pkgsrc/graphics/imv/PLIST:1.2       Wed Feb  3 10:43:42 2021
+++ pkgsrc/graphics/imv/PLIST   Tue Aug 10 11:40:40 2021
@@ -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
Index: pkgsrc/graphics/imv/distinfo
diff -u pkgsrc/graphics/imv/distinfo:1.2 pkgsrc/graphics/imv/distinfo:1.3
--- pkgsrc/graphics/imv/distinfo:1.2    Wed Feb  3 10:43:42 2021
+++ pkgsrc/graphics/imv/distinfo        Tue Aug 10 11:40:40 2021
@@ -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