git: b5cd792b477f - main - multimedia/ffmpeg: drop TENSORFLOW workaround after 56dc0e449f2a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Jan 2023 12:27:53 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5cd792b477f5a513548d273b3d31ba5c0e64901 commit b5cd792b477f5a513548d273b3d31ba5c0e64901 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-01-14 15:27:35 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-01-15 12:26:28 +0000 multimedia/ffmpeg: drop TENSORFLOW workaround after 56dc0e449f2a --- multimedia/ffmpeg/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 03265912b344..da2ba921ca75 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -81,11 +81,6 @@ OPTIONS_EXCLUDE+= KLVANC OPTIONS_EXCLUDE+= OPENVINO .endif -.if !exists(${.CURDIR:H:H}/science/tensorflow) -# https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/d8c0bbb0aa4 -OPTIONS_EXCLUDE+= TENSORFLOW -.endif - OPTIONS_RADIO= RTMP SSL OPTIONS_RADIO_RTMP= GCRYPT GMP LIBRTMP OPTIONS_RADIO_SSL= GNUTLS MBEDTLS OPENSSL @@ -491,7 +486,7 @@ SVTVP9_PATCHFILES= master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch:-p1:s .endif # tensorflow -TENSORFLOW_LIB_DEPENDS= libtensorflow.so:science/tensorflow +TENSORFLOW_LIB_DEPENDS= libtensorflow.so:science/py-tensorflow TENSORFLOW_CONFIGURE_ENABLE= libtensorflow # tesseract