Accepting request 912895 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/912895 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=6
This commit is contained in:
commit
da93a91af0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89ec0b7a914c09fbd2c341167c6aafbb0425a13f0baa01a3caefe5f2ea5ba4bb
|
||||
size 482542
|
3
streamlink-2.3.0.tar.gz
Normal file
3
streamlink-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1497e6dc5d2fb8c5b17688f20ca2e8989a279de804a4de37d2107af33b9faa04
|
||||
size 519800
|
16
streamlink-2.3.0.tar.gz.asc
Normal file
16
streamlink-2.3.0.tar.gz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE4reUx8LDcWLl4qCX49ueKC45D6AFAmD+ANYACgkQ49ueKC45
|
||||
D6DzLBAA9lvMUfJDyHrI+62CFHK6UDTwI+73d9Y9cKO1oUYLf5uWYPdDJKXPY8RT
|
||||
U+yIQZN8TmQO6GvY2JLmNbzSZ585MywQgnZflj137X2+G/zC39BhngnZnTUZyW2g
|
||||
0AXFieP/VD4p8yjiZ1hkNOdVYCLjARyRP9xvwQAbLjFRPtpKzMSzo41vOSY6wMqo
|
||||
QcQuOmNDNBdoLkd2KHZSkzjEYZ3Uq1bNj3qqsQ4hcP4lzBVElHWNctVZhaBkRT6V
|
||||
U/ZN5aWpIPYgtM7uoRReK1DO4kVogcWaAwjsMdBJmsmq4AFYQwo0CYrUXd1jc/Fb
|
||||
APOvTYKTHSuvovpuo6km9pugImQapWdlDuerHJzXGZtKPeciK4MN+VRFds+lx/fJ
|
||||
drk9pGR5oUCKP7jt0hvOHmWBjNsJHo42DT8meq1CYLE52FSS/9R2Yjp8uirAkVNV
|
||||
dgFlJ7XWr3CD3BQVYoU+DX2xb94217Il454x3vdjy2/eIt0co4pEEfpeIEti1PLH
|
||||
6uwbIXjXefMU8Y/rWHrdREnRwgIm+NS1v5iK9mB4IOaXyLXYJZ7C5r9/kHNQurFj
|
||||
mdssMhgH8Wt1PTdTSGQqtV/A+hAD/wwdICPnXXtCnoOjAIbb4Pv82+FeN5TufPw1
|
||||
p1REoKMEoHYXMReoWvD20cJjKN9rWdXaG1bmc6OZe8PYYMuUl3c=
|
||||
=nJUs
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 16 19:40:16 UTC 2021 - Simon Puchert <simonpuchert@alice.de>
|
||||
|
||||
- Update to version 2.3.0:
|
||||
* new plugin URL matching API
|
||||
* HLS media initialization section (fragmented MPEG-4 streams)
|
||||
* Fixed: YouTube channel URLs, premiering live streams,
|
||||
added API fallback
|
||||
* Removed plugins: canalplus, dommune, liveedu, periscope,
|
||||
powerapp, rtlxl, streamingvideoprovider, teleclubzoom, tigerdile
|
||||
- Update to version 2.2.0:
|
||||
* Changed default custom plugins directory path:
|
||||
`${XDG_DATA_HOME:-${HOME}/.local/share}/streamlink/plugins`
|
||||
* Deprecated (old) config file paths and custom plugins directory paths:
|
||||
`${XDG_CONFIG_HOME:-${HOME}/.config}/streamlink/plugins` and
|
||||
`${HOME}/.streamlinkrc`.
|
||||
* Implemented `--logfile` CLI argument
|
||||
* Fixed Youtube 404 errors by dropping private API calls (plugin rewrite)
|
||||
* Fixed: Twitch clips and hosted channel redirection
|
||||
* Fixed: Olympicchannel plugin
|
||||
* Fixed various Zattoo plugin issues
|
||||
* Fixed: HTTP responses with truncated body and mismatching content-length header
|
||||
* Fixed: scheme-less URLs with address:port for `--http-proxy`, etc.
|
||||
* Fixed rendered man page path on Sphinx 4
|
||||
* Added plugins: mildom.com, booyah.live, mediavitrina.ru
|
||||
* Removed plugins: ine.com, playtv.fr
|
||||
- Updated requirements according to upstream build instructions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 31 20:54:10 UTC 2021 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
|
||||
|
||||
|
@ -18,19 +18,20 @@
|
||||
|
||||
%define pythons python3
|
||||
Name: streamlink
|
||||
Version: 2.1.2
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Program to pipe streams from services into a video player
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://streamlink.github.io/
|
||||
Source: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-devel >= 3.4
|
||||
BuildRequires: python3-requests >= 1.0
|
||||
BuildRequires: python3-devel >= 3.6
|
||||
BuildRequires: python3-requests >= 2.21
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
# TEST REQUIREMENTS
|
||||
@ -47,8 +48,8 @@ Requires: python3-PySocks
|
||||
Requires: python3-isodate
|
||||
Requires: python3-pycountry
|
||||
Requires: python3-pycryptodome
|
||||
Requires: python3-requests >= 1.0
|
||||
Requires: python3-websocket-client
|
||||
Requires: python3-requests >= 2.21
|
||||
Requires: python3-websocket-client >= 0.58
|
||||
|
||||
Recommends: vlc
|
||||
Suggests: ffmpeg
|
||||
@ -92,5 +93,6 @@ done
|
||||
%doc AUTHORS CHANGELOG.md MANIFEST.in README.md
|
||||
%{_bindir}/%{name}
|
||||
%{python3_sitelib}/%{name}*/
|
||||
%_mandir/man*/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user