pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/streamlink



Module Name:    pkgsrc
Committed By:   yhardy
Date:           Tue Apr 14 20:23:16 UTC 2026

Modified Files:
        pkgsrc/multimedia/streamlink: Makefile distinfo

Log Message:
multimedia/streamlink: update to streamlink-8.3.0

Changelog:

== streamlink 8.3.0 (2026-04-10)

- Added: support for choosing the `--interface` by name on non-Windows
         systems, with optional prefixes, similar to curl
- Added: support for also checking stream segments in
         `HLSStream.parse_variant_playlist()` by setting
         `check_streams="segments"`
- Fixed: stdout/stderr streams in `ProcessOutput` not being fully
         line-buffered
- Updated plugins:
  - cdnbg: rewritten and fixed plugin
  - nicolive: added websocket reconnect attempts on HLS decryption key
              retrieval failure
  - soop: migrated to sooplive.com
  - telefe: rewritten and fixed plugin

== streamlink 8.2.1 (2026-03-05)

- Changed: HLS stream names using the "pixels" format to include
           framerate data, if available
- Deprecated: imports of re-exported attributes from `streamlink.stream`
- Fixed: plugin-related typing issues and missing typing annotations
- Updated plugins:
  - ceskatelevize: fixed sports streams
  - nrk: updated to tv-player v9
  - pluto: updated to v2 API
  - twitch: switched to Usher v2 API endpoints
  - youtube: updated API clientVersion

== streamlink 8.2.0 (2026-02-09)

- Added: `--http-cookies-file` CLI argument and `http-cookies-files`
         session option
- Changed: `PluginError` to also be raised when setting a plugin's
           `url` attribute to a value that doesn't match any of its URL
           matchers, not just when initializing the plugin class
- Deprecated: imports of re-exported module attributes from
              `streamlink.utils`
- Fixed: `LogRecord` missing the function name and stack info
- Fixed: custom network interface being reset when disabling
         Diffie-Hellman key exchange
- Fixed: broken logic when unsetting ipv4/ipv6 session options
- Fixed: edge case when trying to detect the text encoding of certain
         kinds of HTML responses
- Fixed: missing representation not being handled when polling dynamic
         DASH manifests
- Updated plugins:
  - dailymotion: disabled TLS session tickets, fixing 403 HLS playlist
                 responses on Python builds with an older version of
                 OpenSSL
- Docs: bumped dependencies with support for Sphinx 9
- Docs: added rules for AI-assisted contributions
- Build: added `typing-extensions` as a runtime dependency on
         Python 3.10, as it was already a transitive runtime dependency
         (via `exceptiongroup`) that was used as a fallback import
         since 8.1.0


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/multimedia/streamlink/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/streamlink/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/streamlink/Makefile
diff -u pkgsrc/multimedia/streamlink/Makefile:1.46 pkgsrc/multimedia/streamlink/Makefile:1.47
--- pkgsrc/multimedia/streamlink/Makefile:1.46  Mon Mar  2 20:31:12 2026
+++ pkgsrc/multimedia/streamlink/Makefile       Tue Apr 14 20:23:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2026/03/02 20:31:12 yhardy Exp $
+# $NetBSD: Makefile,v 1.47 2026/04/14 20:23:16 yhardy Exp $
 
-DISTNAME=      streamlink-8.1.2
+DISTNAME=      streamlink-8.3.0
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=streamlink/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/multimedia/streamlink/distinfo
diff -u pkgsrc/multimedia/streamlink/distinfo:1.26 pkgsrc/multimedia/streamlink/distinfo:1.27
--- pkgsrc/multimedia/streamlink/distinfo:1.26  Mon Mar  2 20:31:12 2026
+++ pkgsrc/multimedia/streamlink/distinfo       Tue Apr 14 20:23:16 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.26 2026/03/02 20:31:12 yhardy Exp $
+$NetBSD: distinfo,v 1.27 2026/04/14 20:23:16 yhardy Exp $
 
-BLAKE2s (streamlink-8.1.2.tar.gz) = 1bfc36d19ddbb18760b0f16a80ac32f3281e1c9aecc217eacc8f482e390fc9c8
-SHA512 (streamlink-8.1.2.tar.gz) = ce57617ba1de2fbb62e67abb406ae2550f9fd92ed20422480d8b0f8deb8fc7a9af1498de03d299259b983d4467fb323c4a600e16aed9d44b7b81581d9c3f3b55
-Size (streamlink-8.1.2.tar.gz) = 823590 bytes
+BLAKE2s (streamlink-8.3.0.tar.gz) = dae00eba1233b0732b76c21a75b7b1da43c3d73bdf74a01150d98fc10582e2a3
+SHA512 (streamlink-8.3.0.tar.gz) = d9e735235e3ffdc829290ad32ad3c0ea157571127313f35cd995b7ac3b2c7dec02814818c2c07347e100160bf7af22cf72c96e93be21b7303b1a2470105b3dee
+Size (streamlink-8.3.0.tar.gz) = 836930 bytes
 SHA1 (patch-build__backend_onbuild.py) = c73f4a88f76e5ae6db0b0b993206d270f36115ec
 SHA1 (patch-setup.py) = 629d625e1566e3deff082806d25d4cdcdf9459e6



Home | Main Index | Thread Index | Old Index