./multimedia/streamlink, Tool that pipes video streams into a video player

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.5.1nb2, Package name: streamlink-5.5.1nb2, Maintainer: pkgsrc-users

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.

Streamlink is a fork of Livestreamer


Required to run:
[devel/py-setuptools] [textproc/py-lxml] [devel/py-requests] [time/py-isodate] [net/py-Socks] [security/py-cryptodome] [geography/py-country] [www/py-websocket-client] [lang/python310]

Required to build:
[devel/py-setuptools] [devel/py-wheel] [devel/py-versioningit]

Master sites:

Filesize: 485.241 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2023-12-25 18:04:50 by Thomas Klausner | Files touched by this commit (2)
Log message:
streamlink: convert to wheel.mk

Add missing files to PLIST while here.

Bump PKGREVISION.
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-05-08 21:24:46 by Yorick Hardy | Files touched by this commit (2) | Package updated
Log message:
multimedia/streamlink: update to streamlink-5.5.1

5.5.1

Patch release:

  * Fixed: shifting time offset when reloading HLS playlists (#5321)
  * Fixed: import of create_urllib3_context on urllib3 <2.0.0 (#5333)
  * Fixed: Vimeo plugin (#5331)
   2023-05-05 19:53:08 by Yorick Hardy | Files touched by this commit (3) | Package updated
Log message:
multimedia/streamlink: update to streamlink-5.5.0

5.5.0

Release highlights:

  • Added: --no-config (#5314)
  • Added: --player-external-http-interface (#5295)
  • Fixed: M3U8 attribute parsing issue (#5307)
  • Fixed: various minor plugin issues (#5291, #5299, #5306)
  • Build: bumped urllib3 to >=1.26.0,<3 and fixed compatibility
    issues with urllib3 >=2.0.0 (#5326, #5325)
  • Docs: bumped furo theme to 2023.03.27 (#5301)
  • Docs: bumped build dependencies sphinx >=5.0.0,<7,
    myst-parser >=1.0.0,<2 and sphinx-design >=0.4.1,<1 (#5301)

Full changelog

Ian Cameron:
      plugins.mitele: fix/add Origin header

bastimeyer:
      cli.output: split up module into subpackage
      chore: update GitHub release template
      cli.output: refactor HTTPOutput
      cli: add --player-external-http-interface argument
      plugins.dogan: find direct HLS URL
      script: implement plugin URL tester
      docs: bump furo to 2023.03.27
      revert: docs: remove solus from install docs
      stream.hls: fix M3U8 attribute parser
      docs: fix Linux AppImages link in install docs
      cli: add --no-config argument
      docs: add pull request feedback to CONTRIBUTING.md
      tests: clean up root-logger state
      ci.github: bump deps of useragents workflow
      build: update version range of urllib3
      session: add support for urllib3 2.0

streamlinkbot:
      plugin.api: update useragents

vinyl-umbrella:
      plugins.openrectv: fix 401 error (#5291)