diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-04-27 06:34:48 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-04-27 06:42:10 +0000 |
commit | f77edff7451a133834a3f3868092b9ba486b0f6c (patch) | |
tree | 2087de501ca18e58e7b6590cbaef742782768005 | |
parent | e44a9ef72a4bbce5904efb9d32d7b736f7a40025 (diff) | |
download | ports-f77edff7451a133834a3f3868092b9ba486b0f6c.tar.gz ports-f77edff7451a133834a3f3868092b9ba486b0f6c.zip |
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)
-rw-r--r-- | multimedia/livestreamer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} \ |