[Bug 241566] [NEW PORT] net/streamlink: Command-line utility that pipes video streams

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 27 12:57:33 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241566

--- Comment #15 from commit-hook at 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: takefu at 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.


More information about the freebsd-python mailing list