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: Thu Apr 27 13:04:10 UTC 2023
Modified Files:
pkgsrc/multimedia/streamlink: Makefile PLIST distinfo
Log Message:
multimedia/streamlink: update to streamlink-5.4.0
streamlink 5.4.0 (2023-04-12)#
Release highlights:
* Added: --progress CLI argument and deprecated --force-progress (#5268)
* Added: --dash-manifest-reload-attempts and respective session option (#
5208)
* Improved: DASH segment availability/download logging (#5214, #5235)
* Refactored: DASH parser + stream implementation (#5221, #5224, #5225, #
5244, #5248)
* Fixed: DASH segment template numbers and availability times (#5213, #5217
, #5233)
* Fixed: DASH manifest mediaPresentationDuration and period duration (#5226
)
* Fixed: DASH manifest suggestedPresentationDelay (#5215)
* Fixed: various DASH manifest parsing bugs (#5247)
* Fixed: DASH timeline IDs not being unique (#5199)
* Fixed: DASH substreams not having synced timelines (#5262)
* Fixed: queued DASH segments being downloaded after closing the stream (#
5236, #5237)
* Fixed: incorrect min/max values of certain numeric CLI arguments (#5239)
* Fixed: all naive datetime objects and made them timezone-aware (#5210)
* Fixed: TV5monde plugin with new implementation (#5206)
* Fixed: Steam plugin missing CDN auth data in stream URLs (#5222)
* Fixed: Vimeo plugin’s playerConfig regex (#5227)
* Fixed: VKplay plugin’s validation schema (#5251)
* Fixed: Twitcasting plugin with new implementation (#5255)
* Tests: fixed setuptools/pkg_resources DeprecationWarnings (#5167, #5230)
* Tests: fixed ResourceWarnings due to stale file handles (#5242)
* Added plugins: indihometv (#5266), telemadrid (#5212)
* Removed plugins: nbcnews (#5279), useetv (#5266)
streamlink 5.3.1 (2023-02-25)#
Patch release:
* Fixed: http-trust-env session option name (--http-ignore-env CLI
parameter) (#5193)
* Fixed: missing byterange attribute of initialization segments in DASH
streams (#5189)
* Fixed: broken BaseURL context in DASH streams (#5194)
* Fixed: detection of certain encrypted DASH streams (#5196)
streamlink 5.3.0 (2023-02-18)#
Release highlights:
* Project meta: dropped Open Collective sponsoring platform and updated the
project’s README, as well as the docs’ donation/support page (#5143)
* Deprecated: global plugin arguments (#5140)
* Fixed: muxed streams sometimes missing data at the end (#5162)
* Fixed: named pipes sometimes not being cleaned up properly (#5162)
* Fixed: new YouTube channel URLs not being matched (#5137)
* Fixed: KeyError when accessing certain YouTube URLs (#5139)
* Fixed: M3U8 attribute parsing (#5125)
* Fixed: NimoTV streams stopping after a few seconds (#5147)
* Fixed: delimiter of http-query-params session option string setter (#5176
)
* Fixed: sdist/bdist missing some files (#5119, #5141)
* Docs: fixed Streamlink.set_option() docstring (#5176)
* Docs: improved CLI tutorial (#5157)
* Docs: improved install page (#5178)
* Removed plugins: funimationnow (#5128), schoolism (#5127)
streamlink 5.2.1 (2023-01-23)#
* Reverted: PyPI deploy script changes (#5116)
streamlink 5.2.0 (2023-01-23)#
Release highlights:
* Added: new stream read/output loop, to be able to detect player process
termination while stream output is paused (ad filtering, etc.) (#5024)
* Added: support for named plugin matchers (#5103, #5107)
* Added: Python warnings capturing to streamlink logger and added
StreamlinkWarning (#5072)
* Changed: deprecation log messages to warnings, and added missing warnings
for previously deprecated things (#5072)
* Deprecated: usage of validate.text in favor of str (#5090)
* Improved: Streamlink session option getters/setters (#5076)
* Fixed: incorrect inheritance of NoPluginError and removed unneeded url
parameter from NoStreamsError (#5088)
* Fixed: error handling in Twitch access token acquirement (#5011)
* Fixed: dogan plugin (#5053)
* Fixed: ceskatelevize plugin, added sport/sportplus/decko (#5063)
* Added plugins: mixcloud (#5096), vkplay (#5054)
* Removed plugins: orf_tvthek (#5104)
streamlink 5.1.2 (2022-12-03)#
Patch release:
* Fixed: ValueError being raised while muxing streams (#4998)
* Fixed: ad filtering bug in Twitch plugin (#5007)
* Fixed: SVTPlay plugin (#4994)
* Fixed: TVP plugin (#4997)
* Docs: updated Linux AppImage and Windows builds install sections (#4999)
* Docs: fixed man page links in HTML docs (#4995)
streamlink 5.1.1 (2022-11-23)#
Patch release:
* Changed: WebsocketClient to use CA certificates bundled by certifi (#4977
)
* Fixed: SegmentedStreamReader not properly getting closed (#4972)
* Fixed: CLI argument links throughout the entire docs (#4989)
* Build: added certifi as a direct dependency (#4977)
streamlink 5.1.0 (2022-11-14)#
Release highlights:
* Added: debug log messages of the FFmpeg version in use (#4861)
Checking the FFmpeg version can be disabled via --ffmpeg-no-validation
* Added: --twitch-access-token-param for changing access token API request
params (#4952)
* Added: new log level all (#4941)
* Updated: sbscokr plugin and removed the --sbscokr-id parameter (#4865)
* Updated: Twitch authentication docs (#4940, #4956)
* Fixed: broken --twitch-disable-ads mid-roll ad filering (#4942)
* Fixed: incorrect module name for trace logs on Python 3.11 (#4863)
* Fixed: bloomberg plugin (#4919)
* Fixed: dailymotion plugin (#4910)
* Fixed: raiplay plugin (#4851)
* Fixed: tvp plugin (#4905)
* Fixed: vinhlongtv plugin (#4850)
* Fixed: various other plugin issues (see full changelog)
* Removed plugins: egame (#4866)
* Build: added urllib3 as a direct dependency and set it to >=1.26.0 (#4950
)
* Build: added pytest-asyncio to dev-requirements (#4861)
streamlink 5.0.1 (2022-09-22)#
Patch release:
* Fixed: truncation of relative paths in progress output on Windows (#4830)
* Fixed: mitele plugin’s validation schema (#4839)
* Fixed: infinite loop in rtve plugin (#4840)
streamlink 5.0.0 (2022-09-16)#
Breaking changes:
* BREAKING: removed avconv (libav) from FFmpeg fallback list (#4826)
* BREAKING/API: removed Plugin.bind() and changed the signature of the
Plugin class constructor (#4768)
A compatibility wrapper for these interface changes has temporarily been
added in order to keep third-party plugin implementations working.
Please see the deprecation docs for more details.
* BREAKING/API: changed the return value of Session.resolve_url() (#4768)
Please see the deprecation docs for more details.
* BREAKING/API: removed HTTPSession.parse_*() methods (#4803)
Release highlights:
* Added: official support for Python 3.11 (#4806)
* Added: --player-external-http-continuous (#4739)
* Added: file path to progress output (--output, --record, etc.) (#4764)
* Added: warning message when FFmpeg is not available and muxing is
unsupported (#4781)
* Changed: logging channel of deprecation messages to “warning” (#4785)
* Disabled: --twitch-disable-hosting and removed its logic (#4805)
* Fixed: memory leak when initializing the Streamlink session (#4768)
* Fixed: cbsnews plugin (#4743)
* Fixed: steam plugin authentication (#4745)
* Fixed: ustreamtv plugin (#4761)
* Fixed: huya plugin (#4763)
* Fixed: atresplayer, mitele and rtve plugins (#4759, #4760, #4766)
* Fixed: albavision, hiplayer and htv plugins (#4770)
* Fixed: OKru plugin with support for the mobile page (#4780)
* Fixed: trovo plugin VODs (#4812)
* API: added Streamlink and HTTPSession typing informations to Plugin and
Stream (including its various subclasses) (#4802, #4814)
* API: added pluginargument decorator (#4747)
* Docs: updated pluginmatcher and pluginargument documentation (#4771)
streamlink 4.3.0 (2022-08-15)#
Release highlights:
* Improved: CLI download progress output (#4656)
* Fixed: consecutive FFmpeg executable lookups not being cached (#4660)
* Fixed: --ffmpeg-verbose-path not expanding ~ to the user’s home directory
(#4688)
* Fixed: deprecated stdlib API calls in the upcoming Python 3.11 release (#
4651, #4654)
* Fixed: huya plugin (#4685)
* Fixed: livestream plugin (#4679)
* Fixed: picarto plugin (#4729)
* Fixed: nbcnews plugin (#4668)
* Fixed: deutschewelle plugin (#4725)
* Added plugins: atpchallenger (#4700)
* Removed plugins: nbc + nbcsports + theplatform (#4731), common_jwplayer (
#4733)
* Docs: various CLI related improvements (#4659)
* Docs: removed OpenBSD and Ubuntu from install docs (#4681)
* Plugin API: added new validation schemas and updated validators (#4691, #
4709, #4732)
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/multimedia/streamlink/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/multimedia/streamlink/PLIST
cvs rdiff -u -r1.22 -r1.23 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.35 pkgsrc/multimedia/streamlink/Makefile:1.36
--- pkgsrc/multimedia/streamlink/Makefile:1.35 Mon Jul 18 22:11:03 2022
+++ pkgsrc/multimedia/streamlink/Makefile Thu Apr 27 13:04:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2022/07/18 22:11:03 yhardy Exp $
+# $NetBSD: Makefile,v 1.36 2023/04/27 13:04:10 yhardy Exp $
-DISTNAME= streamlink-4.2.0
+DISTNAME= streamlink-5.4.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.18 pkgsrc/multimedia/streamlink/PLIST:1.19
--- pkgsrc/multimedia/streamlink/PLIST:1.18 Mon Jul 25 19:07:23 2022
+++ pkgsrc/multimedia/streamlink/PLIST Thu Apr 27 13:04:10 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2022/07/25 19:07:23 yhardy Exp $
+@comment $NetBSD: PLIST,v 1.19 2023/04/27 13:04:10 yhardy Exp $
bin/streamlink
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -105,6 +105,9 @@ ${PYSITELIB}/streamlink/plugins/ard_medi
${PYSITELIB}/streamlink/plugins/artetv.py
${PYSITELIB}/streamlink/plugins/artetv.pyc
${PYSITELIB}/streamlink/plugins/artetv.pyo
+${PYSITELIB}/streamlink/plugins/atpchallenger.py
+${PYSITELIB}/streamlink/plugins/atpchallenger.pyc
+${PYSITELIB}/streamlink/plugins/atpchallenger.pyo
${PYSITELIB}/streamlink/plugins/atresplayer.py
${PYSITELIB}/streamlink/plugins/atresplayer.pyc
${PYSITELIB}/streamlink/plugins/atresplayer.pyo
@@ -156,9 +159,6 @@ ${PYSITELIB}/streamlink/plugins/cmmedia.
${PYSITELIB}/streamlink/plugins/cnews.py
${PYSITELIB}/streamlink/plugins/cnews.pyc
${PYSITELIB}/streamlink/plugins/cnews.pyo
-${PYSITELIB}/streamlink/plugins/common_jwplayer.py
-${PYSITELIB}/streamlink/plugins/common_jwplayer.pyc
-${PYSITELIB}/streamlink/plugins/common_jwplayer.pyo
${PYSITELIB}/streamlink/plugins/crunchyroll.py
${PYSITELIB}/streamlink/plugins/crunchyroll.pyc
${PYSITELIB}/streamlink/plugins/crunchyroll.pyo
@@ -189,9 +189,6 @@ ${PYSITELIB}/streamlink/plugins/drdk.pyo
${PYSITELIB}/streamlink/plugins/earthcam.py
${PYSITELIB}/streamlink/plugins/earthcam.pyc
${PYSITELIB}/streamlink/plugins/earthcam.pyo
-${PYSITELIB}/streamlink/plugins/egame.py
-${PYSITELIB}/streamlink/plugins/egame.pyc
-${PYSITELIB}/streamlink/plugins/egame.pyo
${PYSITELIB}/streamlink/plugins/euronews.py
${PYSITELIB}/streamlink/plugins/euronews.pyc
${PYSITELIB}/streamlink/plugins/euronews.pyo
@@ -204,9 +201,6 @@ ${PYSITELIB}/streamlink/plugins/filmon.p
${PYSITELIB}/streamlink/plugins/foxtr.py
${PYSITELIB}/streamlink/plugins/foxtr.pyc
${PYSITELIB}/streamlink/plugins/foxtr.pyo
-${PYSITELIB}/streamlink/plugins/funimationnow.py
-${PYSITELIB}/streamlink/plugins/funimationnow.pyc
-${PYSITELIB}/streamlink/plugins/funimationnow.pyo
${PYSITELIB}/streamlink/plugins/galatasaraytv.py
${PYSITELIB}/streamlink/plugins/galatasaraytv.pyc
${PYSITELIB}/streamlink/plugins/galatasaraytv.pyo
@@ -243,6 +237,9 @@ ${PYSITELIB}/streamlink/plugins/huya.pyo
${PYSITELIB}/streamlink/plugins/idf1.py
${PYSITELIB}/streamlink/plugins/idf1.pyc
${PYSITELIB}/streamlink/plugins/idf1.pyo
+${PYSITELIB}/streamlink/plugins/indihometv.py
+${PYSITELIB}/streamlink/plugins/indihometv.pyc
+${PYSITELIB}/streamlink/plugins/indihometv.pyo
${PYSITELIB}/streamlink/plugins/invintus.py
${PYSITELIB}/streamlink/plugins/invintus.pyc
${PYSITELIB}/streamlink/plugins/invintus.pyo
@@ -279,6 +276,9 @@ ${PYSITELIB}/streamlink/plugins/mildom.p
${PYSITELIB}/streamlink/plugins/mitele.py
${PYSITELIB}/streamlink/plugins/mitele.pyc
${PYSITELIB}/streamlink/plugins/mitele.pyo
+${PYSITELIB}/streamlink/plugins/mixcloud.py
+${PYSITELIB}/streamlink/plugins/mixcloud.pyc
+${PYSITELIB}/streamlink/plugins/mixcloud.pyo
${PYSITELIB}/streamlink/plugins/mjunoon.py
${PYSITELIB}/streamlink/plugins/mjunoon.pyc
${PYSITELIB}/streamlink/plugins/mjunoon.pyo
@@ -288,15 +288,6 @@ ${PYSITELIB}/streamlink/plugins/mrtmk.py
${PYSITELIB}/streamlink/plugins/n13tv.py
${PYSITELIB}/streamlink/plugins/n13tv.pyc
${PYSITELIB}/streamlink/plugins/n13tv.pyo
-${PYSITELIB}/streamlink/plugins/nbc.py
-${PYSITELIB}/streamlink/plugins/nbc.pyc
-${PYSITELIB}/streamlink/plugins/nbc.pyo
-${PYSITELIB}/streamlink/plugins/nbcnews.py
-${PYSITELIB}/streamlink/plugins/nbcnews.pyc
-${PYSITELIB}/streamlink/plugins/nbcnews.pyo
-${PYSITELIB}/streamlink/plugins/nbcsports.py
-${PYSITELIB}/streamlink/plugins/nbcsports.pyc
-${PYSITELIB}/streamlink/plugins/nbcsports.pyo
${PYSITELIB}/streamlink/plugins/nhkworld.py
${PYSITELIB}/streamlink/plugins/nhkworld.pyc
${PYSITELIB}/streamlink/plugins/nhkworld.pyo
@@ -333,9 +324,6 @@ ${PYSITELIB}/streamlink/plugins/onetv.py
${PYSITELIB}/streamlink/plugins/openrectv.py
${PYSITELIB}/streamlink/plugins/openrectv.pyc
${PYSITELIB}/streamlink/plugins/openrectv.pyo
-${PYSITELIB}/streamlink/plugins/orf_tvthek.py
-${PYSITELIB}/streamlink/plugins/orf_tvthek.pyc
-${PYSITELIB}/streamlink/plugins/orf_tvthek.pyo
${PYSITELIB}/streamlink/plugins/pandalive.py
${PYSITELIB}/streamlink/plugins/pandalive.pyc
${PYSITELIB}/streamlink/plugins/pandalive.pyo
@@ -390,17 +378,12 @@ ${PYSITELIB}/streamlink/plugins/ruv.pyo
${PYSITELIB}/streamlink/plugins/sbscokr.py
${PYSITELIB}/streamlink/plugins/sbscokr.pyc
${PYSITELIB}/streamlink/plugins/sbscokr.pyo
-${PYSITELIB}/streamlink/plugins/schoolism.py
-${PYSITELIB}/streamlink/plugins/schoolism.pyc
-${PYSITELIB}/streamlink/plugins/schoolism.pyo
${PYSITELIB}/streamlink/plugins/showroom.py
${PYSITELIB}/streamlink/plugins/showroom.pyc
${PYSITELIB}/streamlink/plugins/showroom.pyo
${PYSITELIB}/streamlink/plugins/sportal.py
${PYSITELIB}/streamlink/plugins/sportal.pyc
${PYSITELIB}/streamlink/plugins/sportal.pyo
-${PYSITELIB}/streamlink/plugins/sportal.pyc
-${PYSITELIB}/streamlink/plugins/sportschau.pyo
${PYSITELIB}/streamlink/plugins/sportschau.py
${PYSITELIB}/streamlink/plugins/sportschau.pyc
${PYSITELIB}/streamlink/plugins/sportschau.pyo
@@ -419,9 +402,6 @@ ${PYSITELIB}/streamlink/plugins/streamab
${PYSITELIB}/streamlink/plugins/streann.py
${PYSITELIB}/streamlink/plugins/streann.pyc
${PYSITELIB}/streamlink/plugins/streann.pyo
-${PYSITELIB}/streamlink/plugins/streann.pyc
-${PYSITELIB}/streamlink/plugins/streann.pyo
-${PYSITELIB}/streamlink/plugins/stv.py
${PYSITELIB}/streamlink/plugins/stv.py
${PYSITELIB}/streamlink/plugins/stv.pyc
${PYSITELIB}/streamlink/plugins/stv.pyo
@@ -434,12 +414,12 @@ ${PYSITELIB}/streamlink/plugins/swisstxt
${PYSITELIB}/streamlink/plugins/telefe.py
${PYSITELIB}/streamlink/plugins/telefe.pyc
${PYSITELIB}/streamlink/plugins/telefe.pyo
+${PYSITELIB}/streamlink/plugins/telemadrid.py
+${PYSITELIB}/streamlink/plugins/telemadrid.pyc
+${PYSITELIB}/streamlink/plugins/telemadrid.pyo
${PYSITELIB}/streamlink/plugins/tf1.py
${PYSITELIB}/streamlink/plugins/tf1.pyc
${PYSITELIB}/streamlink/plugins/tf1.pyo
-${PYSITELIB}/streamlink/plugins/theplatform.py
-${PYSITELIB}/streamlink/plugins/theplatform.pyc
-${PYSITELIB}/streamlink/plugins/theplatform.pyo
${PYSITELIB}/streamlink/plugins/trovo.py
${PYSITELIB}/streamlink/plugins/trovo.pyc
${PYSITELIB}/streamlink/plugins/trovo.pyo
@@ -449,8 +429,6 @@ ${PYSITELIB}/streamlink/plugins/turkuvaz
${PYSITELIB}/streamlink/plugins/tv360.py
${PYSITELIB}/streamlink/plugins/tv360.pyc
${PYSITELIB}/streamlink/plugins/tv360.pyo
-${PYSITELIB}/streamlink/plugins/turkuvaz.pyo
-${PYSITELIB}/streamlink/plugins/tv360.py
${PYSITELIB}/streamlink/plugins/tv3cat.py
${PYSITELIB}/streamlink/plugins/tv3cat.pyc
${PYSITELIB}/streamlink/plugins/tv3cat.pyo
@@ -490,9 +468,6 @@ ${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
@@ -511,6 +486,9 @@ ${PYSITELIB}/streamlink/plugins/vinhlong
${PYSITELIB}/streamlink/plugins/vk.py
${PYSITELIB}/streamlink/plugins/vk.pyc
${PYSITELIB}/streamlink/plugins/vk.pyo
+${PYSITELIB}/streamlink/plugins/vkplay.py
+${PYSITELIB}/streamlink/plugins/vkplay.pyc
+${PYSITELIB}/streamlink/plugins/vkplay.pyo
${PYSITELIB}/streamlink/plugins/vlive.py
${PYSITELIB}/streamlink/plugins/vlive.pyc
${PYSITELIB}/streamlink/plugins/vlive.pyo
@@ -550,6 +528,7 @@ ${PYSITELIB}/streamlink/plugins/zengatv.
${PYSITELIB}/streamlink/plugins/zhanqi.py
${PYSITELIB}/streamlink/plugins/zhanqi.pyc
${PYSITELIB}/streamlink/plugins/zhanqi.pyo
+${PYSITELIB}/streamlink/py.typed
${PYSITELIB}/streamlink/session.py
${PYSITELIB}/streamlink/session.pyc
${PYSITELIB}/streamlink/session.pyo
@@ -568,6 +547,9 @@ ${PYSITELIB}/streamlink/stream/ffmpegmux
${PYSITELIB}/streamlink/stream/file.py
${PYSITELIB}/streamlink/stream/file.pyc
${PYSITELIB}/streamlink/stream/file.pyo
+${PYSITELIB}/streamlink/stream/filtered.py
+${PYSITELIB}/streamlink/stream/filtered.pyc
+${PYSITELIB}/streamlink/stream/filtered.pyo
${PYSITELIB}/streamlink/stream/hls.py
${PYSITELIB}/streamlink/stream/hls.pyc
${PYSITELIB}/streamlink/stream/hls.pyo
@@ -586,6 +568,9 @@ ${PYSITELIB}/streamlink/stream/stream.py
${PYSITELIB}/streamlink/stream/wrappers.py
${PYSITELIB}/streamlink/stream/wrappers.pyc
${PYSITELIB}/streamlink/stream/wrappers.pyo
+${PYSITELIB}/streamlink/user_input.py
+${PYSITELIB}/streamlink/user_input.pyc
+${PYSITELIB}/streamlink/user_input.pyo
${PYSITELIB}/streamlink/utils/__init__.py
${PYSITELIB}/streamlink/utils/__init__.pyc
${PYSITELIB}/streamlink/utils/__init__.pyo
@@ -616,6 +601,9 @@ ${PYSITELIB}/streamlink/utils/named_pipe
${PYSITELIB}/streamlink/utils/parse.py
${PYSITELIB}/streamlink/utils/parse.pyc
${PYSITELIB}/streamlink/utils/parse.pyo
+${PYSITELIB}/streamlink/utils/processoutput.py
+${PYSITELIB}/streamlink/utils/processoutput.pyc
+${PYSITELIB}/streamlink/utils/processoutput.pyo
${PYSITELIB}/streamlink/utils/times.py
${PYSITELIB}/streamlink/utils/times.pyc
${PYSITELIB}/streamlink/utils/times.pyo
@@ -646,6 +634,9 @@ ${PYSITELIB}/streamlink_cli/main.pyo
${PYSITELIB}/streamlink_cli/output.py
${PYSITELIB}/streamlink_cli/output.pyc
${PYSITELIB}/streamlink_cli/output.pyo
+${PYSITELIB}/streamlink_cli/streamrunner.py
+${PYSITELIB}/streamlink_cli/streamrunner.pyc
+${PYSITELIB}/streamlink_cli/streamrunner.pyo
${PYSITELIB}/streamlink_cli/utils/__init__.py
${PYSITELIB}/streamlink_cli/utils/__init__.pyc
${PYSITELIB}/streamlink_cli/utils/__init__.pyo
@@ -664,3 +655,6 @@ ${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/versioncheck.py
+${PYSITELIB}/streamlink_cli/utils/versioncheck.pyc
+${PYSITELIB}/streamlink_cli/utils/versioncheck.pyo
Index: pkgsrc/multimedia/streamlink/distinfo
diff -u pkgsrc/multimedia/streamlink/distinfo:1.22 pkgsrc/multimedia/streamlink/distinfo:1.23
--- pkgsrc/multimedia/streamlink/distinfo:1.22 Mon Jul 18 22:11:03 2022
+++ pkgsrc/multimedia/streamlink/distinfo Thu Apr 27 13:04:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/07/18 22:11:03 yhardy Exp $
+$NetBSD: distinfo,v 1.23 2023/04/27 13:04:10 yhardy Exp $
-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
+BLAKE2s (streamlink-5.4.0.tar.gz) = 03f92c8e8856a8fd1add4508168d97a418af64a8a91eb0fe2b5cfd7a4e356327
+SHA512 (streamlink-5.4.0.tar.gz) = 8b961f2b33be1ad7df5b61166e5b5ee282a00f4e5eb54f4f705d4428aa29786d6933b29e8097d70602f34843d3206ac6f99b1a11558fa02c15156477daaa70bd
+Size (streamlink-5.4.0.tar.gz) = 490759 bytes
Home |
Main Index |
Thread Index |
Old Index