aboutsummaryrefslogtreecommitdiff
path: root/multimedia/streamlink
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/streamlink: Update to 2.1.1Li-Wen Hsu2021-04-082-5/+5
| | | | | PR: 254562 Submitted by: takefu@airport.fm (maintainer)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/streamlink: Update to 2.0.0Guangyuan Yang2021-01-082-8/+5
| | | | | | | | | | | | - Fix Python 3.6+ - Changelog: https://github.com/streamlink/streamlink/releases/tag/2.0.0 PR: 252386 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Approved by: lwhsu, takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=560816
* multimedia/streamlink: Update to 1.7.0Mikael Urankar2020-11-072-5/+5
| | | | | | | | | | | | | Changelogs: https://github.com/streamlink/streamlink/releases/tag/1.6.0 https://github.com/streamlink/streamlink/releases/tag/1.7.0 PR: 250788 Submitted by: Naram Qashat Approved by: takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=554405
* multimedia/streamlink: Update to 1.5.0Steve Wills2020-07-182-5/+4
| | | | | | | | PR: 247968 Submitted by: takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=542473
* multimedia/streamlink: add missing requisitesMatthias Andree2020-04-271-2/+6
| | | | | | | | | | | | | | https://streamlink.github.io/install.html#dependencies - py-pysocks is a mandatory dependency (the import isn't guarded by try...except) - ffmpeg and rtmpdump are formally optional, but required for high-profile streaming sites, make them options enabled by default - add PORTREVISION=1 to pull pysocks in. Notes: svn path=/head/; revision=533145
* New port multimedia/streamlink 1.4.1.Matthias Andree2020-04-273-0/+66
---------------------------------------------------------------------------- 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: takefu@airport.fm (new maintainer) Notes: svn path=/head/; revision=533133