Date: Mon, 27 Apr 2020 12:57:29 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 241566] [NEW PORT] net/streamlink: Command-line utility that pipes video streams Message-ID: <bug-241566-21822-MOYEd41Y8r@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241566-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-241566-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241566 --- Comment #15 from commit-hook@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=3D, 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: takefu@airport.fm (new maintainer) Changes: head/multimedia/Makefile head/multimedia/streamlink/ head/multimedia/streamlink/Makefile head/multimedia/streamlink/distinfo head/multimedia/streamlink/pkg-descr --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241566-21822-MOYEd41Y8r>