git: dd57178c33a8 - main - graphics/kf5-kimageformats: enable JXL by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Feb 2022 08:07:55 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd57178c33a86d7161ef8c6e8ecd37abcb1ece0e commit dd57178c33a86d7161ef8c6e8ecd37abcb1ece0e Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-02-11 11:17:35 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-02-22 08:07:00 +0000 graphics/kf5-kimageformats: enable JXL by default PR: 261043 Approved by: tcberner --- graphics/kf5-kimageformats/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile index 44bec50314d5..f88757df686a 100644 --- a/graphics/kf5-kimageformats/Makefile +++ b/graphics/kf5-kimageformats/Makefile @@ -1,5 +1,6 @@ PORTNAME= kimageformats DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -16,7 +17,7 @@ USE_QT= core gui printsupport widgets \ CFLAGS+= -I${LOCALBASE}/include/Imath OPTIONS_DEFINE= AVIF JXL OPENEXR -OPTIONS_DEFAULT= AVIF OPENEXR +OPTIONS_DEFAULT= AVIF JXL OPENEXR OPTIONS_SUB= yes AVIF_DESC= AV1 Image File Format via libavif