Skip to content

Commit

Permalink
graphics/qview: the port had been updated to version 6.1
Browse files Browse the repository at this point in the history
  - 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
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Sep 8, 2023
1 parent 406314f commit 018a1dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion 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}
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 018a1dd

Please sign in to comment.