1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

www/py-yt-dlp: Remove deprecated RTMPDUMP option

Reference: https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#deprecated
This commit is contained in:
Yuri Victorovich 2024-03-06 08:23:30 -07:00
parent 7b194325f2
commit c3a1d9d8af

View File

@ -1,5 +1,6 @@
PORTNAME= yt-dlp # www/py-yt-dlp is for extending yt-dlp, www/yt-dlp is an application for the end user
DISTVERSION= 2023.12.30
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -30,15 +31,12 @@ SHEBANG_GLOB= *.py
NO_BUILD= yes
NO_ARCH= yes
OPTIONS_DEFINE= FFMPEG RTMPDUMP SECRETSTORAGE
OPTIONS_DEFAULT= FFMPEG RTMPDUMP
OPTIONS_DEFINE= FFMPEG SECRETSTORAGE
OPTIONS_DEFAULT= FFMPEG
OPTIONS_SUB= yes
FFMPEG_RUN_DEPENDS= ffprobe:multimedia/ffmpeg
RTMPDUMP_DESC= Use rtmpdump to download rtmp video streams
RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump
SECRETSTORAGE_DESC= Build with ${PYTHON_PKGNAMEPREFIX}SecretStorage for secretstorage option
SECRETSTORAGE_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>0:security/py-SecretStorage@${PY_FLAVOR}
SECRETSTORAGE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>0:security/py-SecretStorage@${PY_FLAVOR}