git: f77edff7451a - main - multimedia/livestreamer: Mark BROKEN, deprecate and expiration date to 2022-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 06:42:45 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f77edff7451a133834a3f3868092b9ba486b0f6c commit f77edff7451a133834a3f3868092b9ba486b0f6c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-04-27 06:34:48 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-04-27 06:42:10 +0000 multimedia/livestreamer: Mark BROKEN, deprecate and expiration date to 2022-06-30 Abandoned upstream, multiple bug reports upstream about it not working. We have at least two ports in tree that are maintained upstream and offers similar functionality (www/yt-dlp and multimedia/streamlink). PR: 263516 Approved by: multimedia (tcberner) --- multimedia/livestreamer/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/multimedia/livestreamer/Makefile b/multimedia/livestreamer/Makefile index 32422cf8217a..db2e2f0d16f0 100644 --- a/multimedia/livestreamer/Makefile +++ b/multimedia/livestreamer/Makefile @@ -13,6 +13,10 @@ COMMENT= Extract web streams and pipe them into video player of choice LICENSE= BSD2CLAUSE MIT APACHE20 LICENSE_COMB= multi +BROKEN= Doesn't work, multiple reports upstream +DEPRECATED= Abandoned upstream, please consider using www/yt-dlp or multimedia/streamlink +EXPIRATION_DATE=2022-06-30 + RUN_DEPENDS= rtmpdump:multimedia/rtmpdump \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \