git: e6f884208f55 - main - graphics/libheif: disable SVT option to fix dependent ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Nov 2022 21:49:30 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e6f884208f55aeed8cf0b32d1a76c90c297618ca
commit e6f884208f55aeed8cf0b32d1a76c90c297618ca
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-11-29 21:49:04 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-11-29 21:49:04 +0000
graphics/libheif: disable SVT option to fix dependent ports
Reported by: bofh@
---
graphics/libheif/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile
index 53bf8d1a724f..50a854fd2388 100644
--- a/graphics/libheif/Makefile
+++ b/graphics/libheif/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libheif
DISTVERSION= 1.14.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -18,7 +19,7 @@ USE_LDCONFIG= yes
PLIST_SUB= LIB_VER=${DISTVERSION}.0
OPTIONS_DEFINE= AOM DAV1D EXAMPLES LIBDE265 SVT RAV1E X265
-OPTIONS_DEFAULT= AOM DAV1D LIBDE265 SVT X265
+OPTIONS_DEFAULT= AOM DAV1D LIBDE265 X265
OPTIONS_SUB= yes
AOM_DESC= AV1 encoding/decoding via libaom
@@ -43,6 +44,7 @@ LIBDE265_CMAKE_BOOL= WITH_LIBDE265
SVT_LIB_DEPENDS= libSvtAv1Enc.so:multimedia/svt-av1
SVT_CMAKE_BOOL= WITH_SvtEnc
+SVT_BROKEN= breaks some dependent ports
RAV1E_LIB_DEPENDS= librav1e.so:multimedia/librav1e
RAV1E_CMAKE_BOOL= WITH_RAV1E