Date: Wed, 1 May 2024 10:09:41 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c5b1e3db10b8 - main - multimedia/ffmpeg*: Remove support for librtmp Message-ID: <202405011009.441A9fH1001402@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5b1e3db10b8b8dfe48a9db7bfb2f4cdd2c2cb1b commit c5b1e3db10b8b8dfe48a9db7bfb2f4cdd2c2cb1b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-01 10:06:37 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-01 10:08:28 +0000 multimedia/ffmpeg*: Remove support for librtmp Remove invalid option as support for librtmp was removed in 8d01b5458f4660725fcaf562cdbb073debc9b751 --- multimedia/ffmpeg/Makefile | 7 +------ multimedia/ffmpeg4/Makefile | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 9473620aaca2..f42ba1780310 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -87,7 +87,7 @@ OPTIONS_EXCLUDE+= OPENVINO .endif OPTIONS_RADIO= RTMP SSL -OPTIONS_RADIO_RTMP= GCRYPT GMP LIBRTMP +OPTIONS_RADIO_RTMP= GCRYPT GMP OPTIONS_RADIO_SSL= GNUTLS MBEDTLS OPENSSL OPTIONS_GROUP= LICENSE OPTIONS_GROUP_LICENSE= GPL3 NONFREE @@ -135,7 +135,6 @@ SVTAV1_DESC= AV1 encoding via SVT-AV1 SVTHEVC_DESC= HEVC encoding via SVT-HEVC SVTVP9_DESC= VP9 encoding via SVT-VP9 LIBPLACEBO_DESC=GPU filters from libplacebo -LIBRTMP_DESC= ${RTMP_DESC} via librtmp TENSORFLOW_DESC=TensorFlow as a DNN module backend for DNN based filters like sr TESSERACT_DESC= Optical Character Recognition via Tesseract THEORA_DESC= Encoding support for theora via libtheora @@ -457,10 +456,6 @@ RUBBERBAND_CONFIGURE_ENABLE= librubberband # rtcpu RTCPU_CONFIGURE_ENABLE= runtime-cpudetect -# rtmp -LIBRTMP_LIB_DEPENDS= librtmp.so:multimedia/librtmp -LIBRTMP_CONFIGURE_ENABLE= librtmp - # sdl SDL_USES= sdl SDL_USE= SDL=sdl2 diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile index f6dda8d1dbd3..125bee7bd13c 100644 --- a/multimedia/ffmpeg4/Makefile +++ b/multimedia/ffmpeg4/Makefile @@ -85,7 +85,7 @@ OPTIONS_EXCLUDE+= OPENVINO .endif OPTIONS_RADIO= RTMP SSL -OPTIONS_RADIO_RTMP= GCRYPT GMP LIBRTMP +OPTIONS_RADIO_RTMP= GCRYPT GMP OPTIONS_RADIO_SSL= GNUTLS MBEDTLS OPENSSL OPTIONS_GROUP= LICENSE OPTIONS_GROUP_LICENSE= GPL3 NONFREE @@ -129,7 +129,6 @@ SRT_DESC= Haivision SRT protocol via libsrt SVTAV1_DESC= AV1 encoding via SVT-AV1 SVTHEVC_DESC= HEVC encoding via SVT-HEVC SVTVP9_DESC= VP9 encoding via SVT-VP9 -LIBRTMP_DESC= ${RTMP_DESC} via librtmp TENSORFLOW_DESC=TensorFlow as a DNN module backend for DNN based filters like sr TESSERACT_DESC= Optical Character Recognition via Tesseract THEORA_DESC= Encoding support for theora via libtheora @@ -429,10 +428,6 @@ RUBBERBAND_CONFIGURE_ENABLE= librubberband # rtcpu RTCPU_CONFIGURE_ENABLE= runtime-cpudetect -# rtmp -LIBRTMP_LIB_DEPENDS= librtmp.so:multimedia/librtmp -LIBRTMP_CONFIGURE_ENABLE= librtmp - # sdl SDL_USES= sdl SDL_USE= SDL=sdl2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405011009.441A9fH1001402>