git: 018a1dd70d6e - main - graphics/qview: the port had been updated to version 6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Sep 2023 07:24:17 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=018a1dd70d6e51a73d098ffc6a15d4cc0b6fe720
commit 018a1dd70d6e51a73d098ffc6a15d4cc0b6fe720
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-09-08 07:23:26 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-09-08 07:23:26 +0000
graphics/qview: the port had been updated to version 6.1
- Support color profiles (requires Qt 5.14+)
- Support dragging and dropping a folder
- Allow image sorting by creation date
- HEIF and AVIF now supported via kimageformats
- Raw image format support now included
---
graphics/qview/Makefile | 9 ++++++++-
graphics/qview/distinfo | 6 +++---
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/graphics/qview/Makefile b/graphics/qview/Makefile
index 144e9f66f9f6..3dbdf74b94ca 100644
--- a/graphics/qview/Makefile
+++ b/graphics/qview/Makefile
@@ -1,5 +1,5 @@
PORTNAME= qview
-PORTVERSION= 5.0
+PORTVERSION= 6.1
CATEGORIES= graphics
MASTER_SITES= https://github.com/jurplel/qView/releases/download/${PORTVERSION}/
DISTNAME= qView-${PORTVERSION}
@@ -16,4 +16,11 @@ USE_QT= buildtools:build concurrent:build linguisttools:build \
WRKSRC= ${WRKDIR}/qView
+OPTIONS_DEFINE= KF5
+OPTIONS_DEFAULT= KF5
+
+KF5_DESC= HEIF and AVIF support (via kimageformats)
+KF5_USES= kde:5
+KF5_USE= KDE=kimageformats:run
+
.include <bsd.port.mk>
diff --git a/graphics/qview/distinfo b/graphics/qview/distinfo
index df7bc3d6c603..da7b8bd5b730 100644
--- a/graphics/qview/distinfo
+++ b/graphics/qview/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642194624
-SHA256 (qView-5.0.tar.gz) = 2d09b0bd0c439aacbd02613b0dd5c2e9f8f5458739717f86288addcdb6225245
-SIZE (qView-5.0.tar.gz) = 437766
+TIMESTAMP = 1692159656
+SHA256 (qView-6.1.tar.gz) = 0d7ab3aaea2e9f89034bdeeb6350d31a5d9fb5ac9158b98348e8ccbf1dc6570a
+SIZE (qView-6.1.tar.gz) = 524754