2016-12-09 15:38:50 +01:00
|
|
|
#
|
|
|
|
# spec file for package streamlink
|
|
|
|
#
|
Accepting request 873571 from home:dirkmueller:Factory
- update to 2.0.0:
* BREAKING: dropped support for Python 2 and Python 3.5 (#3232, #3269)
* BREAKING: updated the Python version of the Windows installer to 3.8 (#3330)
* Users of Windows 7 will need their system to be fully upgraded.
* BREAKING: removed all deprecated CLI arguments (#3277, #3349)
* BREAKING: replaced various subtitle muxing CLI arguments with --mux-subtitles (#3324)
* BREAKING: sideloading faulty plugins will now raise an Exception (#3366)
* BREAKING: changed trace logging timestamp format (#3273)
* BREAKING/API: removed deprecated Session compat options (#3349)
* BREAKING/API: removed deprecated custom Logger and LogRecord (#3273)
* BREAKING/API: removed deprecated parameters from HLSStream.parse_variant_playlist (#3347)
* BREAKING/API: removed plugin.api.support_plugin (#3398)
* Added: new plugin for pluto.tv (#3363)
* Added: support for HLS master playlist URLs to --stream-url / --json (#3300)
* Added: --ffmpeg-fout for changing the output format of muxed streams (#2892)
* Added: --ffmpeg-copyts and --ffmpeg-start-at-zero (#3404, #3413)
* Added: --streann-url for iframe referencing (#3356)
* Added: --niconico-timeshift-offset (#3425)
* Fixed: duplicate stream names in DASH inputs (#3410)
* Fixed: youtube live playback (#3268, #3372, #3428)
* Fixed: --twitch-disable-reruns (#3375)
* Fixed: various plugins issues (see detailed changelog down below)
* Changed: {filename} variable in --player-args / -a to {playerinput} and made both optional (#3313)
* Changed: and fixed streamlinkrc config file in the Windows installer (#3350)
* Changed: MPV’s automated --title argument to --force-media-title (#3405)
* Changed: HTML documentation theme to furo (#3335)
* Removed: plugins for skai, kingkong, ellobo, trt/trtspor, tamago, streamme, metube, cubetv, willax
OBS-URL: https://build.opensuse.org/request/show/873571
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=15
2021-02-25 07:40:58 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2016-12-09 15:38:50 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-12-17 07:52:46 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-12-09 15:38:50 +01:00
|
|
|
#
|
|
|
|
|
2017-09-17 14:23:43 +02:00
|
|
|
|
2016-12-09 15:38:50 +01:00
|
|
|
Name: streamlink
|
Accepting request 873571 from home:dirkmueller:Factory
- update to 2.0.0:
* BREAKING: dropped support for Python 2 and Python 3.5 (#3232, #3269)
* BREAKING: updated the Python version of the Windows installer to 3.8 (#3330)
* Users of Windows 7 will need their system to be fully upgraded.
* BREAKING: removed all deprecated CLI arguments (#3277, #3349)
* BREAKING: replaced various subtitle muxing CLI arguments with --mux-subtitles (#3324)
* BREAKING: sideloading faulty plugins will now raise an Exception (#3366)
* BREAKING: changed trace logging timestamp format (#3273)
* BREAKING/API: removed deprecated Session compat options (#3349)
* BREAKING/API: removed deprecated custom Logger and LogRecord (#3273)
* BREAKING/API: removed deprecated parameters from HLSStream.parse_variant_playlist (#3347)
* BREAKING/API: removed plugin.api.support_plugin (#3398)
* Added: new plugin for pluto.tv (#3363)
* Added: support for HLS master playlist URLs to --stream-url / --json (#3300)
* Added: --ffmpeg-fout for changing the output format of muxed streams (#2892)
* Added: --ffmpeg-copyts and --ffmpeg-start-at-zero (#3404, #3413)
* Added: --streann-url for iframe referencing (#3356)
* Added: --niconico-timeshift-offset (#3425)
* Fixed: duplicate stream names in DASH inputs (#3410)
* Fixed: youtube live playback (#3268, #3372, #3428)
* Fixed: --twitch-disable-reruns (#3375)
* Fixed: various plugins issues (see detailed changelog down below)
* Changed: {filename} variable in --player-args / -a to {playerinput} and made both optional (#3313)
* Changed: and fixed streamlinkrc config file in the Windows installer (#3350)
* Changed: MPV’s automated --title argument to --force-media-title (#3405)
* Changed: HTML documentation theme to furo (#3335)
* Removed: plugins for skai, kingkong, ellobo, trt/trtspor, tamago, streamme, metube, cubetv, willax
OBS-URL: https://build.opensuse.org/request/show/873571
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=15
2021-02-25 07:40:58 +01:00
|
|
|
Version: 2.0.0
|
2016-12-09 15:38:50 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Program to pipe streams from services into a video player
|
|
|
|
License: BSD-2-Clause
|
|
|
|
Group: Development/Languages/Python
|
2020-12-17 07:52:46 +01:00
|
|
|
URL: https://streamlink.github.io/
|
2016-12-09 15:38:50 +01:00
|
|
|
Source: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2020-12-17 07:52:46 +01:00
|
|
|
BuildRequires: fdupes
|
2019-04-14 02:36:17 +02:00
|
|
|
BuildRequires: python-rpm-macros
|
2017-09-17 14:23:43 +02:00
|
|
|
BuildRequires: python3-Sphinx
|
2016-12-09 15:38:50 +01:00
|
|
|
BuildRequires: python3-devel >= 3.4
|
2019-04-14 02:36:17 +02:00
|
|
|
BuildRequires: python3-requests >= 1.0
|
2020-12-17 07:52:46 +01:00
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
Requires: python3-PySocks
|
|
|
|
Requires: python3-isodate
|
2019-04-14 02:36:17 +02:00
|
|
|
Requires: python3-pycountry
|
2017-03-07 17:13:25 +01:00
|
|
|
Requires: python3-pycryptodome
|
2017-09-17 14:23:43 +02:00
|
|
|
Requires: python3-requests >= 1.0
|
2019-04-14 02:36:17 +02:00
|
|
|
Requires: python3-websocket-client
|
2020-12-17 07:52:46 +01:00
|
|
|
Recommends: vlc
|
|
|
|
Suggests: ffmpeg
|
|
|
|
Suggests: rtmpdump
|
|
|
|
BuildArch: noarch
|
2016-12-09 15:38:50 +01:00
|
|
|
|
|
|
|
%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.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2019-04-14 02:36:17 +02:00
|
|
|
%python3_build
|
2016-12-09 15:38:50 +01:00
|
|
|
|
|
|
|
%install
|
2019-04-14 02:36:17 +02:00
|
|
|
export STREAMLINK_USE_PYCOUNTRY="true"
|
|
|
|
%python3_install \
|
2016-12-09 15:38:50 +01:00
|
|
|
--root=%{buildroot} \
|
|
|
|
--prefix=%{_prefix}
|
|
|
|
|
|
|
|
find %{buildroot}{%{python3_sitelib},%{python_sitelib}} -type f -name '*.py' | while read py; do
|
|
|
|
if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then
|
|
|
|
chmod a+x "$py"
|
|
|
|
else
|
|
|
|
chmod a-x "$py"
|
|
|
|
fi
|
|
|
|
done
|
2019-08-22 10:23:54 +02:00
|
|
|
%fdupes -s %{buildroot}
|
2016-12-09 15:38:50 +01:00
|
|
|
|
|
|
|
%files
|
2018-06-25 13:08:06 +02:00
|
|
|
%license LICENSE
|
|
|
|
%doc AUTHORS CHANGELOG.md MANIFEST.in README.md
|
2016-12-09 15:38:50 +01:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{python3_sitelib}/%{name}*/
|
|
|
|
|
|
|
|
%changelog
|