Accepting request 991763 from home:MasterPatricko

- Update to version 4.2.0
  + Added: parsed multivariant playlist reference to HLSStream and MuxedHLSStream (#4568)
  + Fixed: unnecessary delay when closing DASHStreams (#4630)
  + Fixed: FFmpegMuxer not closing sub-streams concurrently (#4634)
  + Fixed: threading issue when closing WebsocketClient connections (#4608)
  + Fixed: handling of PluginErrors when outputting JSON data via --json (#4590)
  + Fixed: broken YouTube plugin when setting custom authentication headers (#4576)
  + Fixed: "source" Twitch VODs not being considered "best" (#4625)
  + Fixed: and rewritten FilmOn plugin (#4573)
  + Fixed: websocket issue in Twitcasting plugin (#4608, #4628)
  + Fixed: VK plugin (#4613, #4638)
  + Fixed: various other plugin issues (see full changelog)
  + New plugins: Aloula (#4572)
  + Removed plugins: Eltrecetv (#4593)
- Update package description and requirements

OBS-URL: https://build.opensuse.org/request/show/991763
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=26
This commit is contained in:
Takashi Iwai 2022-08-04 08:04:11 +00:00 committed by Git OBS Bridge
parent 1ca84d9286
commit 1766ebdd09
6 changed files with 45 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b492cf48cf1c8f12adc112e42df504857088363f036f400bc9330f80ff00893
size 447665

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4reUx8LDcWLl4qCX49ueKC45D6AFAmKVBcEACgkQ49ueKC45
D6BA0g//d7uOL0YVy1ByneYIAIVKH3O1q4NtEUikRcZCqshb4lnVqRvqnJvXuXu7
LAAFNM/v5hMr2bZzCJqArBhzhB6pqcixLzng6nGWPu9qFQDY/2d68rR9KtCVE80j
15l50DD49MJgUlp7ZtAlTIYdgcOi9QlozwF1/WIfEy0l4pCkZfjcdkXRW8FZoONf
RhfRHKKdQGfjU54j2bb/a3AOH6/sxUX6BRbFK4ynKIADaPIjrYxG/chblw1cO9g+
Gh5nVgGargbnj0x07EWAiTCzZEm4Gmgntp5RvqM36RMjZHEf19wvDALM4U7eRZC1
ual4qDNJTA4DZSmBrkpIx3i4kVFDYx2pXdZ7tGvYVAA9pATOg0S9kBgcF/OyEllG
F2WnFW+ABWg0jJYsHTrx7e44HTfPrAjfH2EKrcekRu0Gq1U+yPdgH+JKvPPdhi3o
ZM75IoEdQZOVbB3IQ9VopiG4pmsMcgPNHvsDwgKDH4dEOZcl/JvXTdX4ROK/sxPP
H0PRarhFvW1pdTnmtd41NasHdt31x27Ba1zAhCRplxxI/0Kh4z+jQ0QerBvl/tvr
lthkt2f2YeB3nPSPGaRBPIr6XJlKMvhuq/bv6u4DdM63kaIfLZ6bCCpqz8TXk0DR
QD0fiWjYtf4UsodUdiXfRi+OviEeqUWIa2DW1zQ9Pai/wq3iEfE=
=ic+V
-----END PGP SIGNATURE-----

3
streamlink-4.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e745c4b91f1cc3789c619ac8dadbd461c10a66a73b70453e1d5dfa03f5bd6e4
size 452348

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4reUx8LDcWLl4qCX49ueKC45D6AFAmLI9F0ACgkQ49ueKC45
D6Bv8w/+Oag/bxnijG/2uPedVN7VFxu5h6ZyCN1sdFeMVb8PeYiax3atIL3t9fK+
gLesQ9Dlzo75MLQOuFkhVv7a7cQsJEb0SGFnWQ2A3XBPFWik+Un4046R+RSs4L6m
xMS6VrZk2Bndr9AP0dlL9gz2ldU6O8K4az0XVZprURU/w1MqV4MCwrPH3sE/oc98
wQYIka63gkBb21US4RNpBbEr+0ZASgT8MBuWrIGkVL2bdfVLehYpDBdiD5k35RLV
WXhHzWnOcT6DjzVfsTDR7hI4yDStg1/guS2z4//l8J3Nn2fdOq7fyzRqY9H05oKk
dJqWeYTpX37NDqIsNGeDD+ub68QEBzyzuLiPNAmmMiViN0+AM74Besjl5HVb5ToR
lFLrD5auP1CRe3UJVIz0N2Hy2yq2B3C5HgpTdwvltnQ+96EhNPKy+7m3AOJDrwhS
UvUfejXRYaIiCxHFyLpjN9a3NwBpgJC187CU9+mZE00FIaPaDOWMNLUx9Du1IjSr
0EjdQV6HGBpPjygC7LufjU4n/tfVyC956t5KpzuRMtqqqwOejAmdK0GBbC4Kb+8Q
Hwyc0q6V91MZF7bXdkqmtYusVZbnF05SL+3s19Irw6XI7ub0vC1ceiF9HLoRSQri
6jyyzUwcuIxPrJCZVS/zSs/xcDkmOvyDPrHwzLdxTlCgXOHEKmQ=
=bhdu
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jul 27 01:38:22 UTC 2022 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
- Update to version 4.2.0
+ Added: parsed multivariant playlist reference to HLSStream and MuxedHLSStream (#4568)
+ Fixed: unnecessary delay when closing DASHStreams (#4630)
+ Fixed: FFmpegMuxer not closing sub-streams concurrently (#4634)
+ Fixed: threading issue when closing WebsocketClient connections (#4608)
+ Fixed: handling of PluginErrors when outputting JSON data via --json (#4590)
+ Fixed: broken YouTube plugin when setting custom authentication headers (#4576)
+ Fixed: "source" Twitch VODs not being considered "best" (#4625)
+ Fixed: and rewritten FilmOn plugin (#4573)
+ Fixed: websocket issue in Twitcasting plugin (#4608, #4628)
+ Fixed: VK plugin (#4613, #4638)
+ Fixed: various other plugin issues (see full changelog)
+ New plugins: Aloula (#4572)
+ Removed plugins: Eltrecetv (#4593)
- Update package description and requirements
-------------------------------------------------------------------
Thu Jun 9 16:06:20 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -19,7 +19,7 @@
%define pythons python3
Name: streamlink
Version: 4.1.0
Version: 4.2.0
Release: 0
Summary: Program to pipe streams from services into a video player
License: BSD-2-Clause
@ -30,11 +30,11 @@ Source1: https://github.com/%{name}/%{name}/releases/download/%{version}/
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
BuildRequires: python3-Sphinx >= 4
BuildRequires: python3-devel >= 3.7
BuildRequires: python3-pip
BuildRequires: python3-requests >= 2.26
BuildRequires: python3-versioningit
BuildRequires: python3-versioningit >= 2.0.0
BuildRequires: python3-wheel
# TEST REQUIREMENTS
@ -60,16 +60,13 @@ Conflicts: python3-PySocks = 1.5.7
Recommends: vlc
Suggests: ffmpeg
Suggests: rtmpdump
BuildArch: noarch
%description
Streamlink is a CLI utility that pipes flash videos
from online streaming services to a variety of video players
such as MPV, or alternatively, a browser.
The main purpose of streamlink is to convert CPU-heavy
flash plugins to a less CPU-intensive format.
Streamlink is a fork of the livestreamer project.
Streamlink is a command-line utility which pipes video streams from various
services into a video player, such as VLC. The main purpose of Streamlink is to
avoid resource-heavy and unoptimized websites, while still allowing the user to
enjoy various streamed content.
%prep
%setup -q