Date: Thu, 30 Jun 2022 18:16:44 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4bed58cf4472 - main - Mk/bsd.options.desc.mk: add common DESC for HEIF option Message-ID: <202206301816.25UIGiSx078159@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bed58cf4472f3065fd2132c06daadd1ab36bf5d commit 4bed58cf4472f3065fd2132c06daadd1ab36bf5d Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-06-30 18:16:21 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-06-30 18:16:21 +0000 Mk/bsd.options.desc.mk: add common DESC for HEIF option --- Mk/bsd.options.desc.mk | 1 + devel/efl/Makefile | 1 - graphics/GraphicsMagick/Makefile | 1 - graphics/ImageMagick6/Makefile | 1 - graphics/ImageMagick7/Makefile | 1 - graphics/gd/Makefile | 1 - graphics/gdal/Makefile | 1 - graphics/geeqie/Makefile | 1 - graphics/imv/Makefile | 1 - graphics/jasper/Makefile | 1 - graphics/vips/Makefile | 1 - x11/wallutils/Makefile | 1 - 12 files changed, 1 insertion(+), 11 deletions(-) diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 1ed1fef882e4..6474496b684c 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -155,6 +155,7 @@ GVFS_DESC?= Virtual filesystems support via GVFS H323_DESC?= H.323 codec support HAL_DESC?= HAL (Hardware Abstraction Layer) support HDF5_DESC?= HDF-5 data format support +HEIF_DESC?= ISO/IEC 23008-12:2017 HEIF file format support HPACK_DESC?= Header Compression for HTTP/2.0 support HTTP2_DESC?= HTTP protocol version 2.0 support HTTPD_DESC?= httpd output streaming support diff --git a/devel/efl/Makefile b/devel/efl/Makefile index bdafafdeb842..f75c429c74c3 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -74,7 +74,6 @@ SCIM_DESC= Smart Common Input Method XIM_DESC= X Input Method SVG_DESC= Vector graphics support XCF_DESC= Gimp image format support -HEIF_DESC= HEIF image format support LUAL_DESC= LUA LUALANG_DESC= Use Lua LUAJIT_DESC= Use Luajit diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 56891ae4c089..6a5902189986 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -28,7 +28,6 @@ WINDOWS_FONT_DIR?= ${LOCALBASE}/share/fonts/webfonts OPTIONS_DEFINE= BZIP2 DOCS FPX FREETYPE HEIF JASPER JBIG JPEG JXL LCMS2 LZMA OPENMP Q8BIT PNG SSE TEST TIFF UMEM WEBP WMF X11 XML ZLIB ZSTD OPTIONS_DEFAULT=BZIP2 FREETYPE JASPER JBIG JPEG LCMS2 LZMA OPENMP PNG TIFF WEBP WMF X11 XML ZLIB -HEIF_DESC= HEIF support via libheif library JXL_DESC= JPEG XL image format via libjxl (BROKEN now) Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16-bit (quality) UMEM_DESC= UMEM memory allocation library support diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile index 24b3a2c4df8f..18dfb289cfb9 100644 --- a/graphics/ImageMagick6/Makefile +++ b/graphics/ImageMagick6/Makefile @@ -107,7 +107,6 @@ GRAPHVIZ_LIB_DEPENDS= libgvc.so:graphics/graphviz GRAPHVIZ_CFLAGS= -I${LOCALBASE}/include/graphviz GRAPHVIZ_LDFLAGS= -L${LOCALBASE}/lib/graphviz -HEIF_DESC= ISO/IEC 23008-12:2017 HEIF file format support HEIF_CONFIGURE_WITH= heic HEIF_LIB_DEPENDS= libheif.so:graphics/libheif diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 904cf87da522..4bf288b704e8 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -105,7 +105,6 @@ GRAPHVIZ_LIB_DEPENDS= libgvc.so:graphics/graphviz GRAPHVIZ_CFLAGS= -I${LOCALBASE}/include/graphviz GRAPHVIZ_LDFLAGS= -L${LOCALBASE}/lib/graphviz -HEIF_DESC= ISO/IEC 23008-12:2017 HEIF file format support HEIF_CONFIGURE_WITH= heic HEIF_LIB_DEPENDS= libheif.so:graphics/libheif diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 2c13dd53581c..f04386bc50c1 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -41,7 +41,6 @@ WEBP_CPPFLAGS= -I${LOCALBASE}/include TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_CONFIGURE_OFF= --without-tiff TIFF_CPPFLAGS= -I${LOCALBASE}/include -HEIF_DESC= HEIF image format support HEIF_LIB_DEPENDS= libheif.so:graphics/libheif HEIF_CONFIGURE_OFF= --without-heif HEIF_CPPFLAGS= -I${LOCALBASE}/include diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index af9240473100..2e3b454d178c 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -86,7 +86,6 @@ BRUNSLI_DESC= Brunsli support via libbrunsli library CRYPTOPP_DESC= Cryptopp support DEFLATE_DESC= Faster deflate support via libdeflate library EXR_DESC= EXR support via OpenEXR library -HEIF_DESC= HEIF support via libheif library LERC_DESC= LERC (Limited Error Raster Compression) support PCRE_DESC= Regular expression support for SQLite PCRE2_DESC= Regular expression support for SQLite diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index ac92a09a835f..54fcc4501858 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -44,7 +44,6 @@ TOOLKIT_DESC= Graphical user interface toolkit FORMATS_DESC= Image formats support GTK2_DESC= Use GTK 2 GTK3_DESC= Use GTK 3 -HEIF_DESC= HEIF image format support EXIV2_LIB_DEPENDS= libexiv2.so:graphics/exiv2 EXIV2_CONFIGURE_ENABLE= exiv2 diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index 97c6e5f9f204..927f7b8e2ac8 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -33,7 +33,6 @@ OPTIONS_SUB= yes ALL_DESC= Both Wayland and X11 support FREEIMAGE_DESC= FreeImage backend (support for many image formats) -HEIF_DESC= HEIF backend NSGIF_DESC= NetSurf GIF backend (support for animated GIF) WIN_DESC= Windowing system diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 6d771a8ae4f7..cee499be8eaf 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -27,7 +27,6 @@ CPE_VENDOR= jasper_project OPTIONS_DEFINE= DOCS HEIF OPENGL TEST OPTIONS_DEFAULT=OPENGL OPTIONS_SUB= yes -HEIF_DESC= HEIF support (experimental) HEIF_CMAKE_BOOL= JAS_ENABLE_HEIC_CODEC JAS_ENABLE_LIBHEIF JAS_INCLUDE_HEIC_CODEC HEIF_LIB_DEPENDS= libheif.so:graphics/libheif diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 9a4f485cad4a..2f5437d51698 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -40,7 +40,6 @@ 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 ORC_DESC= ORC language support -HEIF_DESC= HEIF image format support MATIO_DESC= Matlab MAT format support CFITSIO_CONFIGURE_WITH= cfitsio diff --git a/x11/wallutils/Makefile b/x11/wallutils/Makefile index f9c076001dcf..d011ff23c79a 100644 --- a/x11/wallutils/Makefile +++ b/x11/wallutils/Makefile @@ -52,7 +52,6 @@ PLIST_FILES= ${GO_TARGET:S,./cmd,bin,} OPTIONS_DEFINE= HEIF OPTIONS_DEFAULT= HEIF -HEIF_DESC= Extract timing metadata from macOS dynamic wallpaper HEIF_LIB_DEPENDS= libheif.so:graphics/libheif HEIF_USES= pkgconfig HEIF_MESON_ENABLED= libheif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206301816.25UIGiSx078159>