mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
x11/swayimg: enable JXL by default
PR: 261043
This commit is contained in:
parent
952502d4bc
commit
99a4b3f912
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= swayimg
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
|
@ -32,7 +32,7 @@ PLIST_FILES= bin/${PORTNAME} \
|
|||
${NULL}
|
||||
|
||||
OPTIONS_DEFINE= AVIF BASH GIF JPEG JXL LIBEXIF LIBRSVG2 PNG WEBP
|
||||
OPTIONS_DEFAULT=AVIF BASH GIF JPEG LIBEXIF LIBRSVG2 PNG WEBP
|
||||
OPTIONS_DEFAULT=AVIF BASH GIF JPEG JXL LIBEXIF LIBRSVG2 PNG WEBP
|
||||
OPTIONS_EXCLUDE=${LIBRSVG2_DEFAULT:Mlegacy:C/.+/LIBRSVG2/}
|
||||
|
||||
AVIF_DESC= AV1 Image File Format via libavif
|
||||
|
|
Loading…
Add table
Reference in a new issue