git: 3036600b61bd - main - graphics/darktable: rename LIBAVIF to AVIF like fb1e02a81d20
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Mar 2022 16:32:06 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3036600b61bdd76516d19286d1856e3cbd688911 commit 3036600b61bdd76516d19286d1856e3cbd688911 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-03-12 10:15:11 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-03-12 16:31:36 +0000 graphics/darktable: rename LIBAVIF to AVIF like fb1e02a81d20 --- graphics/darktable/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index ae669072213b..001475011ec6 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -59,14 +59,14 @@ LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.rc/~rc/} -OPTIONS_DEFINE= DOCS GEO GPHOTO GMIC GRAPHMAGICK LIBAVIF LIBSECRET LTO \ +OPTIONS_DEFINE= DOCS GEO GPHOTO GMIC GRAPHMAGICK AVIF LIBSECRET LTO \ LUA NLS OPENEXR OPENJPEG PRINT TOOLS WEBP 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 -LIBAVIF_DESC= Support encoding and decoding .avif files LIBSECRET_DESC= Support libsecret as password backend GEO_LIB_DEPENDS= libosmgpsmap-1.0.so:x11-toolkits/osm-gps-map @@ -81,8 +81,8 @@ GPHOTO_CMAKE_OFF= -DUSE_CAMERA_SUPPORT:BOOL=OFF GRAPHMAGICK_LIB_DEPENDS=libGraphicsMagick.so:graphics/GraphicsMagick GRAPHMAGICK_CMAKE_OFF= -DUSE_GRAPHICSMAGICK:BOOL=OFF -LIBAVIF_LIB_DEPENDS= libavif.so:graphics/libavif -LIBAVIF_CMAKE_OFF= -DUSE_LIBAVIF:BOOL=OFF +AVIF_LIB_DEPENDS= libavif.so:graphics/libavif +AVIF_CMAKE_OFF= -DUSE_LIBAVIF:BOOL=OFF LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret LIBSECRET_CMAKE_OFF= -DUSE_LIBSECRET:BOOL=OFF