mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
018a1dd70d
- 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
27 lines
634 B
Makefile
27 lines
634 B
Makefile
PORTNAME= qview
|
|
PORTVERSION= 6.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://github.com/jurplel/qView/releases/download/${PORTVERSION}/
|
|
DISTNAME= qView-${PORTVERSION}
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Practical and minimal image viewer
|
|
WWW= https://interversehq.com/qview/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= desktop-file-utils qmake qt:5
|
|
USE_QT= buildtools:build concurrent:build linguisttools:build \
|
|
core gui network widgets imageformats:run
|
|
|
|
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>
|