mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
devel/efl: rename AV1 to AVIF after e931660117
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 da3e12b3ba
blocking QA.
PR: 263025
Approved by: arrowd
This commit is contained in:
parent
55e3359358
commit
3b0334a262
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user