https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241566
--- Comment #15 from commit-h...@freebsd.org --- A commit references this bug: Author: mandree Date: Mon Apr 27 12:57:24 UTC 2020 New revision: 533133 URL: https://svnweb.freebsd.org/changeset/ports/533133 Log: New port multimedia/streamlink 1.4.1. ---------------------------------------------------------------------------- Streamlink is a command-line utility that pipes video streams from various services into a video player, such as VLC. The main purpose of Streamlink is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content. There is also an API available for developers who want access to the video stream data. This project was forked from Livestreamer, which is no longer maintained. WWW: https://streamlink.github.io/ ---------------------------------------------------------------------------- Over the original submission, add these changes: - limit to Python 3.5+ because 241566 was lacking the four requisites (one not even in the ports tree before) needed additionally on 2.7, and upstream deprecated Python 2.7 support - add support for make test (TEST_DEPENDS=, do-test:) - add a PYCOUNTRY port option with a "magic" default that will be enabled while textproc/py-iso3166 (new -> Bugzilla #241565) is missing and use py-country instead of py-iso-639 and py-iso3166. So this port no longer depends on PR 241565. PR: 241566 Submitted by: tak...@airport.fm (new maintainer) Changes: head/multimedia/Makefile head/multimedia/streamlink/ head/multimedia/streamlink/Makefile head/multimedia/streamlink/distinfo head/multimedia/streamlink/pkg-descr -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"