Mk/bsd.options.desc.mk: add shared AVIF description
Intended for the reference implementation. Ports with AVIF support via libheif (LGPLv3+, C++-based) to use HEIF option instead.
This commit is contained in:
@@ -36,6 +36,7 @@ ASSERT_DESC?= Enable debug assertions
|
||||
ATLAS_DESC?= ATLAS blas implementation
|
||||
AUDIOFILE_DESC?= SGI audio file format support
|
||||
AVAHI_DESC?= Zeroconf support via Avahi
|
||||
AVIF_DESC?= AV1 Image File Format via libavif
|
||||
BASH_DESC?= Install programmable completions for Bash
|
||||
BDB_DESC?= Berkeley DB support
|
||||
BDB1_DESC?= Berkeley DB 1.85 support
|
||||
|
||||
@@ -64,7 +64,6 @@ OPTIONS_DEFINE= DOCS GEO GPHOTO GMIC GRAPHMAGICK AVIF LIBSECRET LTO \
|
||||
OPTIONS_DEFAULT= GEO GPHOTO LUA OPENEXR OPENJPEG PRINT WEBP
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
AVIF_DESC= Support encoding and decoding .avif files
|
||||
GEO_DESC= Support geotagging
|
||||
GMIC_DESC= Support G'Mic-compressed LUT in lut3d
|
||||
LIBSECRET_DESC= Support libsecret as password backend
|
||||
|
||||
@@ -73,7 +73,6 @@ OPTIONS_DEFINE= DOCS GEO GPHOTO GMIC GRAPHMAGICK AVIF LIBSECRET LTO \
|
||||
OPTIONS_DEFAULT= AVIF GEO GPHOTO HEIF LUA OPENEXR OPENJPEG PRINT WEBP
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
AVIF_DESC= Support encoding and decoding .avif files
|
||||
GEO_DESC= Support geotagging
|
||||
GMIC_DESC= Support G'Mic-compressed LUT in lut3d
|
||||
LIBSECRET_DESC= Support libsecret as password backend
|
||||
|
||||
@@ -42,7 +42,6 @@ HEIF_DESC= HEIF image format support
|
||||
HEIF_LIB_DEPENDS= libheif.so:graphics/libheif
|
||||
HEIF_CONFIGURE_OFF= --without-heif
|
||||
HEIF_CPPFLAGS= -I${LOCALBASE}/include
|
||||
AVIF_DESC= AVIF image format support
|
||||
AVIF_LIB_DEPENDS= libavif.so:graphics/libavif
|
||||
AVIF_CONFIGURE_OFF= --without-avif
|
||||
AVIF_CPPFLAGS= -I${LOCALBASE}/include
|
||||
|
||||
@@ -20,7 +20,6 @@ OPTIONS_DEFINE= AVIF JXL OPENEXR
|
||||
OPTIONS_DEFAULT= AVIF JXL OPENEXR
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
AVIF_DESC= AV1 Image File Format via libavif
|
||||
AVIF_LIB_DEPENDS= libavif.so:graphics/libavif
|
||||
AVIF_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libavif
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@ OPTIONS_DEFINE= AVIF BASH GIF JPEG JXL 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
|
||||
AVIF_LIB_DEPENDS= libavif.so:graphics/libavif
|
||||
AVIF_MESON_ENABLED= avif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user