mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Mk/bsd.options.desc.mk: add shared JXL description
Intended for the reference implementation. Other implementations to use different option names due to different constraints/dependencies.
This commit is contained in:
parent
11045e2908
commit
b0f70ceb2e
@ -184,6 +184,7 @@ JPEG_DESC?= JPEG image format support
|
||||
JPEG2000_DESC?= JPEG 2000 support
|
||||
JSON_C_DESC?= JSON file/format parser support via json-c
|
||||
JSON_DESC?= JSON file/format/parser support
|
||||
JXL_DESC?= JPEG XL image format via libjxl
|
||||
KDE4_DESC?= KDE 4 desktop environment support
|
||||
KERBEROS_DESC?= Kerberos support
|
||||
KERBEROS4_DESC?= Kerberos 4 support
|
||||
|
@ -127,7 +127,6 @@ JPEG2000_DESC= OpenJPEG 2000 support via openjpeg
|
||||
JPEG2000_CONFIGURE_WITH=openjp2
|
||||
JPEG2000_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg
|
||||
|
||||
JXL_DESC= JPEG XL image format via libjxl
|
||||
JXL_CONFIGURE_WITH= jxl
|
||||
JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl
|
||||
|
||||
|
@ -24,7 +24,6 @@ AVIF_DESC= AV1 Image File Format via libavif
|
||||
AVIF_LIB_DEPENDS= libavif.so:graphics/libavif
|
||||
AVIF_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libavif
|
||||
|
||||
JXL_DESC= JPEG XL image format via libjxl
|
||||
JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl
|
||||
JXL_CMAKE_BOOL= KIMAGEFORMATS_JXL
|
||||
|
||||
|
@ -39,7 +39,6 @@ OPTIONS_RADIO= MAGICK
|
||||
OPTIONS_RADIO_MAGICK= IMAGEMAGICK GRAPHMAGICK
|
||||
OPTIONS_DEFAULT=CFITSIO FFTW GIF GSF HEIF IMAGEMAGICK JPEG JXL LCMS2 LIBEXIF LIBRSVG2 MATIO OPENEXR ORC PANGO PNG POPPLER TIFF WEBP X11
|
||||
GSF_DESC= Structured file formats support
|
||||
JXL_DESC= JPEG XL image format via libjxl
|
||||
ORC_DESC= ORC language support
|
||||
HEIF_DESC= HEIF image format support
|
||||
MATIO_DESC= Matlab MAT format support
|
||||
|
@ -50,7 +50,6 @@ GIF_MESON_ENABLED= gif
|
||||
JPEG_USES= jpeg
|
||||
JPEG_MESON_ENABLED= jpeg
|
||||
|
||||
JXL_DESC= JPEG XL image format via libjxl
|
||||
JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl
|
||||
JXL_MESON_ENABLED= jxl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user