diff options
author | nia <nia@pkgsrc.org> | 2021-08-10 11:40:40 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-08-10 11:40:40 +0000 |
commit | c4a8a5da0cc809c40686d20776161f8501e46c0c (patch) | |
tree | a1dcff273cf5bea47130427f57299ca9230cce29 | |
parent | fa094713ed91c4abd68bf92f3332a5cc548caaee (diff) | |
download | pkgsrc-c4a8a5da0cc809c40686d20776161f8501e46c0c.tar.gz |
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
-rw-r--r-- | graphics/imv/Makefile | 10 | ||||
-rw-r--r-- | graphics/imv/PLIST | 5 | ||||
-rw-r--r-- | graphics/imv/distinfo | 10 |
3 files changed, 15 insertions, 10 deletions
diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index 0329b09b4c6..1e1dfd874ac 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -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" diff --git a/graphics/imv/PLIST b/graphics/imv/PLIST index 2516d729e5a..0e73b81f6aa 100644 --- a/graphics/imv/PLIST +++ b/graphics/imv/PLIST @@ -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 --git a/graphics/imv/distinfo b/graphics/imv/distinfo index 1693c2881d1..9ee2110906d 100644 --- a/graphics/imv/distinfo +++ b/graphics/imv/distinfo @@ -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 |