Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
graphics/kf5-kimageformats: enable JXL by default
PR:		261043
Approved by:	tcberner
  • Loading branch information
jbeich committed Feb 22, 2022
1 parent f47cd1a commit dd57178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
Expand All @@ -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
Expand Down

0 comments on commit dd57178

Please sign in to comment.