aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-03-12 10:04:44 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-03-12 16:30:58 +0000
commitb0f70ceb2e9a6f47d821752b15a1d2abbc8b1df3 (patch)
tree7383080549d5736df4d73e4abbd4f57af1908d59
parent11045e2908165a7e90e120cf271e5e6c66d5cd77 (diff)
downloadports-b0f70ceb2e9a6f47d821752b15a1d2abbc8b1df3.tar.gz
ports-b0f70ceb2e9a6f47d821752b15a1d2abbc8b1df3.zip
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.
-rw-r--r--Mk/bsd.options.desc.mk1
-rw-r--r--graphics/ImageMagick7/Makefile1
-rw-r--r--graphics/kf5-kimageformats/Makefile1
-rw-r--r--graphics/vips/Makefile1
-rw-r--r--x11/swayimg/Makefile1
5 files changed, 1 insertions, 4 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index a1bf6ac25578..afb4d151062d 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -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
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile
index 41f630e47a4d..0f6ae878a5ec 100644
--- a/graphics/ImageMagick7/Makefile
+++ b/graphics/ImageMagick7/Makefile
@@ -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
diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile
index f88757df686a..fc4ddfb62017 100644
--- a/graphics/kf5-kimageformats/Makefile
+++ b/graphics/kf5-kimageformats/Makefile
@@ -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
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index 5a88fe97ee0e..d8cdc575c9e2 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -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
diff --git a/x11/swayimg/Makefile b/x11/swayimg/Makefile
index f0a06f6f461e..20ffddf505c4 100644
--- a/x11/swayimg/Makefile
+++ b/x11/swayimg/Makefile
@@ -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