git: 73d09b681297 - 2022Q1 - graphics/vips: expose JPEG XL support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Feb 2022 01:35:44 UTC
The branch 2022Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=73d09b68129793fe2801729f4e55b8d6c508917f commit 73d09b68129793fe2801729f4e55b8d6c508917f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-02-19 01:14:17 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-02-19 01:31:07 +0000 graphics/vips: expose JPEG XL support (cherry picked from commit b3dac5f9c2b1d92d4818cf8a850a269f9bbc1597) --- graphics/vips/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index aac4dba56f3a..8ef96654a18a 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -34,11 +34,12 @@ PLIST_SUB= VERSION=${PORTVERSION:R} SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile -OPTIONS_DEFINE= CFITSIO DEBUG DOCS FFTW GIF GSF HEIF JPEG LCMS2 LIBEXIF LIBRSVG2 MATIO OPENEXR ORC PANGO PNG POPPLER TIFF WEBP X11 +OPTIONS_DEFINE= CFITSIO DEBUG DOCS FFTW GIF GSF HEIF JPEG JXL LCMS2 LIBEXIF LIBRSVG2 MATIO OPENEXR ORC PANGO PNG POPPLER TIFF WEBP X11 OPTIONS_RADIO= MAGICK OPTIONS_RADIO_MAGICK= IMAGEMAGICK GRAPHMAGICK OPTIONS_DEFAULT=CFITSIO FFTW GIF GSF HEIF IMAGEMAGICK JPEG 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 @@ -63,6 +64,8 @@ IMAGEMAGICK_CONFIGURE_ON= --with-magickpackage=MagickCore JPEG_CONFIGURE_WITH= jpeg JPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg JPEG_USES= jpeg +JXL_CONFIGURE_WITH= libjxl +JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl LCMS2_CONFIGURE_WITH= lcms LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 LIBEXIF_CONFIGURE_WITH= libexif