git: 3b0334a262a8 - main - devel/efl: rename AV1 to AVIF after e931660117bf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Apr 2022 19:49:00 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b0334a262a8d43eced582094204c3c8a6d5b18b commit 3b0334a262a8d43eced582094204c3c8a6d5b18b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-04-03 11:41:45 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-04-03 19:46:45 +0000 devel/efl: rename AV1 to AVIF after e931660117bf OPTIONS_{,UN}SET += AVIF to globally turn on/off libavif dependency. AV1 mainly refers to video codec which has several implementations, so as port option name it's too ambiguous. Originally, missed due to BROKEN before da3e12b3bafa blocking QA. PR: 263025 Approved by: arrowd --- devel/efl/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 4fabcc46bf21..f6f8ec09331b 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -47,7 +47,7 @@ OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS PHYSICS PULSEAUDIO SDL VNC EFLONE EL OPTIONS_GROUP= EMOTION INPUT LOADER BINDINGS OPTIONS_GROUP_EMOTION= GSTREAMER V4L OPTIONS_GROUP_INPUT= IBUS SCIM XIM -OPTIONS_GROUP_LOADER= OPENJPEG PDF PS RAW SVG WEBP XCF AV1 HEIF +OPTIONS_GROUP_LOADER= OPENJPEG PDF PS RAW SVG WEBP XCF AVIF HEIF OPTIONS_GROUP_BINDINGS= LUA CXX OPTIONS_GROUP_WAYLAND= WAYLAND OPTIONS_SINGLE= CRYPTO ENGINE LUAL @@ -70,7 +70,6 @@ SCIM_DESC= Smart Common Input Method XIM_DESC= X Input Method SVG_DESC= Vector graphics support XCF_DESC= Gimp image format support -AV1_DESC= AV1 image format support HEIF_DESC= HEIF image format support LUAL_DESC= LUA LUALANG_DESC= Use Lua @@ -158,7 +157,7 @@ RAW_LIB_DEPENDS= libraw.so:graphics/libraw SVG_USES= gnome SVG_USE= GNOME=cairo GNOME=librsvg2 -AV1_LIB_DEPENDS= libavif.so:graphics/libavif +AVIF_LIB_DEPENDS= libavif.so:graphics/libavif HEIF_LIB_DEPENDS= libheif.so:graphics/libheif @@ -265,7 +264,7 @@ EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE}xcf" .endif .endif -.if empty(PORT_OPTIONS:MAV1) +.if empty(PORT_OPTIONS:MAVIF) .if ${EVAS-LOADERS-DISABLER} != ${EVAS-LOADERS-DISABLER-BASE} EVAS-LOADERS-DISABLER-BASE:= ${EVAS-LOADERS-DISABLER} EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE},avif"