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:           Mon Jul 18 22:11:03 UTC 2022

Modified Files:
        pkgsrc/multimedia/streamlink: Makefile PLIST distinfo

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

This package now requires versioningit>=2.0.0, I tested with
py39-versioningit-1.1.1 and it builds without problems.

The tests get stuck at 96%, tests/utils/test_named_pipe.py.

= Changelog

== streamlink 4.2.0 (2022-07-09)

Release highlights:

- Added: new Windows portable builds
- Added: more dependency versions to debug log header
- Added: parsed multivariant playlist reference to 'HLSStream' and
         'MuxedHLSStream'
- Fixed: unnecessary delay when closing 'DASHStream's
- Fixed: 'FFmpegMuxer' not closing sub-streams concurrently
- Fixed: threading issue when closing 'WebsocketClient'
         connections
- Fixed: handling of 'PluginError's when outputting JSON data via
         '--json'
- Fixed: broken YouTube plugin when setting custom authentication
         headers
- Fixed: "source" Twitch VODs not being considered "best"
- Fixed: and rewritten FilmOn plugin
- Fixed: websocket issue in Twitcasting plugin
- Fixed: VK plugin
- Fixed: various other plugin issues (see full changelog)
- New plugins: Aloula
- Removed plugins: Eltrecetv
- Docs: added openSUSE and Scoop
- Docs: improved some links in CLI docs
- Docs: upgraded 'furo' theme to '2022.06.04.1',
        require 'sphinx' '>=4', and replace 'recommonmark'
        with 'myst-parser'
- Build: fixed outdated 'python_requires' value in 'setup.cfg'
- Build: upgraded 'versioningit' build dependency to '>=2.0.0 <3'

== streamlink 4.1.0 (2022-05-30)

Release highlights:

- Improved: decryption of HLS streams
- Improved: HLS playlist parsing
- Improved: string representations of 'Stream' implementations
- Fixed: new YouTube consent dialog
- Fixed: crunchyroll plugin
- Fixed: nicolive email logins
- Fixed: threading issue when closing segmented streams
- Removed: suppression of 'InsecureRequestWarning'
- New plugins: blazetv, hiplayer, useetv
- Removed plugins: rotana


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/multimedia/streamlink/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/streamlink/PLIST
cvs rdiff -u -r1.21 -r1.22 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.34 pkgsrc/multimedia/streamlink/Makefile:1.35
--- pkgsrc/multimedia/streamlink/Makefile:1.34  Thu Jun 30 11:18:39 2022
+++ pkgsrc/multimedia/streamlink/Makefile       Mon Jul 18 22:11:03 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2022/06/30 11:18:39 nia Exp $
+# $NetBSD: Makefile,v 1.35 2022/07/18 22:11:03 yhardy Exp $
 
-DISTNAME=      streamlink-4.0.1
-PKGREVISION=   1
+DISTNAME=      streamlink-4.2.0
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=streamlink/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/multimedia/streamlink/PLIST
diff -u pkgsrc/multimedia/streamlink/PLIST:1.16 pkgsrc/multimedia/streamlink/PLIST:1.17
--- pkgsrc/multimedia/streamlink/PLIST:1.16     Wed May 11 18:07:28 2022
+++ pkgsrc/multimedia/streamlink/PLIST  Mon Jul 18 22:11:03 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2022/05/11 18:07:28 bouyer Exp $
+@comment $NetBSD: PLIST,v 1.17 2022/07/18 22:11:03 yhardy Exp $
 bin/streamlink
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -54,9 +54,21 @@ ${PYSITELIB}/streamlink/plugin/api/http_
 ${PYSITELIB}/streamlink/plugin/api/useragents.py
 ${PYSITELIB}/streamlink/plugin/api/useragents.pyc
 ${PYSITELIB}/streamlink/plugin/api/useragents.pyo
-${PYSITELIB}/streamlink/plugin/api/validate.py
-${PYSITELIB}/streamlink/plugin/api/validate.pyc
-${PYSITELIB}/streamlink/plugin/api/validate.pyo
+${PYSITELIB}/streamlink/plugin/api/validate/__init__.py
+${PYSITELIB}/streamlink/plugin/api/validate/__init__.pyc
+${PYSITELIB}/streamlink/plugin/api/validate/__init__.pyo
+${PYSITELIB}/streamlink/plugin/api/validate/_exception.py
+${PYSITELIB}/streamlink/plugin/api/validate/_exception.pyc
+${PYSITELIB}/streamlink/plugin/api/validate/_exception.pyo
+${PYSITELIB}/streamlink/plugin/api/validate/_schemas.py
+${PYSITELIB}/streamlink/plugin/api/validate/_schemas.pyc
+${PYSITELIB}/streamlink/plugin/api/validate/_schemas.pyo
+${PYSITELIB}/streamlink/plugin/api/validate/_validate.py
+${PYSITELIB}/streamlink/plugin/api/validate/_validate.pyc
+${PYSITELIB}/streamlink/plugin/api/validate/_validate.pyo
+${PYSITELIB}/streamlink/plugin/api/validate/_validators.py
+${PYSITELIB}/streamlink/plugin/api/validate/_validators.pyc
+${PYSITELIB}/streamlink/plugin/api/validate/_validators.pyo
 ${PYSITELIB}/streamlink/plugin/api/websocket.py
 ${PYSITELIB}/streamlink/plugin/api/websocket.pyc
 ${PYSITELIB}/streamlink/plugin/api/websocket.pyo
@@ -78,6 +90,9 @@ ${PYSITELIB}/streamlink/plugins/afreeca.
 ${PYSITELIB}/streamlink/plugins/albavision.py
 ${PYSITELIB}/streamlink/plugins/albavision.pyc
 ${PYSITELIB}/streamlink/plugins/albavision.pyo
+${PYSITELIB}/streamlink/plugins/aloula.py
+${PYSITELIB}/streamlink/plugins/aloula.pyc
+${PYSITELIB}/streamlink/plugins/aloula.pyo
 ${PYSITELIB}/streamlink/plugins/app17.py
 ${PYSITELIB}/streamlink/plugins/app17.pyc
 ${PYSITELIB}/streamlink/plugins/app17.pyo
@@ -105,6 +120,9 @@ ${PYSITELIB}/streamlink/plugins/bigo.pyo
 ${PYSITELIB}/streamlink/plugins/bilibili.py
 ${PYSITELIB}/streamlink/plugins/bilibili.pyc
 ${PYSITELIB}/streamlink/plugins/bilibili.pyo
+${PYSITELIB}/streamlink/plugins/blazetv.py
+${PYSITELIB}/streamlink/plugins/blazetv.pyc
+${PYSITELIB}/streamlink/plugins/blazetv.pyo
 ${PYSITELIB}/streamlink/plugins/bloomberg.py
 ${PYSITELIB}/streamlink/plugins/bloomberg.pyc
 ${PYSITELIB}/streamlink/plugins/bloomberg.pyo
@@ -174,9 +192,6 @@ ${PYSITELIB}/streamlink/plugins/earthcam
 ${PYSITELIB}/streamlink/plugins/egame.py
 ${PYSITELIB}/streamlink/plugins/egame.pyc
 ${PYSITELIB}/streamlink/plugins/egame.pyo
-${PYSITELIB}/streamlink/plugins/eltrecetv.py
-${PYSITELIB}/streamlink/plugins/eltrecetv.pyc
-${PYSITELIB}/streamlink/plugins/eltrecetv.pyo
 ${PYSITELIB}/streamlink/plugins/euronews.py
 ${PYSITELIB}/streamlink/plugins/euronews.pyc
 ${PYSITELIB}/streamlink/plugins/euronews.pyo
@@ -207,6 +222,9 @@ ${PYSITELIB}/streamlink/plugins/googledr
 ${PYSITELIB}/streamlink/plugins/gulli.py
 ${PYSITELIB}/streamlink/plugins/gulli.pyc
 ${PYSITELIB}/streamlink/plugins/gulli.pyo
+${PYSITELIB}/streamlink/plugins/hiplayer.py
+${PYSITELIB}/streamlink/plugins/hiplayer.pyc
+${PYSITELIB}/streamlink/plugins/hiplayer.pyo
 ${PYSITELIB}/streamlink/plugins/hls.py
 ${PYSITELIB}/streamlink/plugins/hls.pyc
 ${PYSITELIB}/streamlink/plugins/hls.pyo
@@ -351,9 +369,6 @@ ${PYSITELIB}/streamlink/plugins/raiplay.
 ${PYSITELIB}/streamlink/plugins/reuters.py
 ${PYSITELIB}/streamlink/plugins/reuters.pyc
 ${PYSITELIB}/streamlink/plugins/reuters.pyo
-${PYSITELIB}/streamlink/plugins/rotana.py
-${PYSITELIB}/streamlink/plugins/rotana.pyc
-${PYSITELIB}/streamlink/plugins/rotana.pyo
 ${PYSITELIB}/streamlink/plugins/rtbf.py
 ${PYSITELIB}/streamlink/plugins/rtbf.pyc
 ${PYSITELIB}/streamlink/plugins/rtbf.pyo
@@ -468,6 +483,9 @@ ${PYSITELIB}/streamlink/plugins/twitcast
 ${PYSITELIB}/streamlink/plugins/twitch.py
 ${PYSITELIB}/streamlink/plugins/twitch.pyc
 ${PYSITELIB}/streamlink/plugins/twitch.pyo
+${PYSITELIB}/streamlink/plugins/useetv.py
+${PYSITELIB}/streamlink/plugins/useetv.pyc
+${PYSITELIB}/streamlink/plugins/useetv.pyo
 ${PYSITELIB}/streamlink/plugins/ustreamtv.py
 ${PYSITELIB}/streamlink/plugins/ustreamtv.pyc
 ${PYSITELIB}/streamlink/plugins/ustreamtv.pyo
@@ -639,6 +657,3 @@ ${PYSITELIB}/streamlink_cli/utils/player
 ${PYSITELIB}/streamlink_cli/utils/progress.py
 ${PYSITELIB}/streamlink_cli/utils/progress.pyc
 ${PYSITELIB}/streamlink_cli/utils/progress.pyo
-${PYSITELIB}/streamlink_cli/utils/stream.py
-${PYSITELIB}/streamlink_cli/utils/stream.pyc
-${PYSITELIB}/streamlink_cli/utils/stream.pyo

Index: pkgsrc/multimedia/streamlink/distinfo
diff -u pkgsrc/multimedia/streamlink/distinfo:1.21 pkgsrc/multimedia/streamlink/distinfo:1.22
--- pkgsrc/multimedia/streamlink/distinfo:1.21  Wed May 11 18:07:28 2022
+++ pkgsrc/multimedia/streamlink/distinfo       Mon Jul 18 22:11:03 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/05/11 18:07:28 bouyer Exp $
+$NetBSD: distinfo,v 1.22 2022/07/18 22:11:03 yhardy Exp $
 
-BLAKE2s (streamlink-4.0.1.tar.gz) = f3f434bacad1811884289cda241e8b68709f4192641b9f20aa56d0c48ba66270
-SHA512 (streamlink-4.0.1.tar.gz) = 350f2713e8710a6d83a36935a9db106e953e6267dc6d87c009ae712bcbc72ba6fdd15431c7bd9644999c29604603d624c06028a97c1537f97fcc7c9196ad711c
-Size (streamlink-4.0.1.tar.gz) = 446574 bytes
+BLAKE2s (streamlink-4.2.0.tar.gz) = 9f0adb4a35712afcf2ce5630de02b23dccba99b7f53862f93db584c21767b27a
+SHA512 (streamlink-4.2.0.tar.gz) = 9782371f630265519cefc0bc3b5c009b195f203d8c030579a60bf4697bac80c7d5824803640c438185287262276fd9739ac92c17e4f5b79a960940376fbda9b8
+Size (streamlink-4.2.0.tar.gz) = 423722 bytes



Home | Main Index | Thread Index | Old Index