streamlink/streamlink.spec

109 lines
3.2 KiB
RPMSpec
Raw Normal View History

#
# spec file for package streamlink
#
# Copyright (c) 2022 SUSE LLC
#
# 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.
Accepting request 856591 from home:MasterPatricko - Update to 1.7.0: * Added: new plugins for micous.com, tv999.bg and cbsnews.com * Added: new embedded ad detection for Twitch streams (#3213) * Fixed: a few broken plugins and minor plugin issues (see changelog down below) * Fixed: arguments in config files were read too late before taking effect (#3255) * Fixed: Arte plugin returning too many streams and overriding primary ones (#3228) * Fixed: Twitch plugin error when stream metadata API response is empty (#3223) * Fixed: Zattoo login issues (#3202) * Changed: plugin request and submission guidelines (#3244) * Changed: refactored and cleaned up Twitch plugin (#3227) * Removed: platform=_ stream token request parameter from Twitch plugin (again) (#3220) * Removed: plugins for itvplayer, aljazeeraen, srgssr and dingittv - Update to 1.6.0: * Fixed: lots of broken plugins and minor plugin issues (see changelog down below) * Fixed: embedded ads on Twitch with an ads workaround, removing pre-roll and mid-stream ads (#3173) * Fixed: read timeout error when filtering out HLS segments (#3187) * Fixed: twitch plugin logging incorrect low-latency status when pre-roll ads exist (#3169) * Fixed: crunchyroll auth logic (#3150) * Added: the --hls-playlist-reload-time parameter for customizing HLS playlist reload times (#2925) * Added: python -m streamlink invocation style support (#3174) * Added: plugin for mrt.com.mk (#3097) * Changed: yupptv plugin and replaced email+pass with id+token authentication (#3116) * Removed: plugins for vaughnlive, pandatv, douyutv, cybergame, europaplus and startv OBS-URL: https://build.opensuse.org/request/show/856591 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=13
2020-12-17 07:52:46 +01:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define pythons python3
Name: streamlink
Version: 4.1.0
Release: 0
Summary: Program to pipe streams from services into a video player
License: BSD-2-Clause
Group: Development/Languages/Python
Accepting request 856591 from home:MasterPatricko - Update to 1.7.0: * Added: new plugins for micous.com, tv999.bg and cbsnews.com * Added: new embedded ad detection for Twitch streams (#3213) * Fixed: a few broken plugins and minor plugin issues (see changelog down below) * Fixed: arguments in config files were read too late before taking effect (#3255) * Fixed: Arte plugin returning too many streams and overriding primary ones (#3228) * Fixed: Twitch plugin error when stream metadata API response is empty (#3223) * Fixed: Zattoo login issues (#3202) * Changed: plugin request and submission guidelines (#3244) * Changed: refactored and cleaned up Twitch plugin (#3227) * Removed: platform=_ stream token request parameter from Twitch plugin (again) (#3220) * Removed: plugins for itvplayer, aljazeeraen, srgssr and dingittv - Update to 1.6.0: * Fixed: lots of broken plugins and minor plugin issues (see changelog down below) * Fixed: embedded ads on Twitch with an ads workaround, removing pre-roll and mid-stream ads (#3173) * Fixed: read timeout error when filtering out HLS segments (#3187) * Fixed: twitch plugin logging incorrect low-latency status when pre-roll ads exist (#3169) * Fixed: crunchyroll auth logic (#3150) * Added: the --hls-playlist-reload-time parameter for customizing HLS playlist reload times (#2925) * Added: python -m streamlink invocation style support (#3174) * Added: plugin for mrt.com.mk (#3097) * Changed: yupptv plugin and replaced email+pass with id+token authentication (#3116) * Removed: plugins for vaughnlive, pandatv, douyutv, cybergame, europaplus and startv OBS-URL: https://build.opensuse.org/request/show/856591 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=13
2020-12-17 07:52:46 +01:00
URL: https://streamlink.github.io/
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
Accepting request 856591 from home:MasterPatricko - Update to 1.7.0: * Added: new plugins for micous.com, tv999.bg and cbsnews.com * Added: new embedded ad detection for Twitch streams (#3213) * Fixed: a few broken plugins and minor plugin issues (see changelog down below) * Fixed: arguments in config files were read too late before taking effect (#3255) * Fixed: Arte plugin returning too many streams and overriding primary ones (#3228) * Fixed: Twitch plugin error when stream metadata API response is empty (#3223) * Fixed: Zattoo login issues (#3202) * Changed: plugin request and submission guidelines (#3244) * Changed: refactored and cleaned up Twitch plugin (#3227) * Removed: platform=_ stream token request parameter from Twitch plugin (again) (#3220) * Removed: plugins for itvplayer, aljazeeraen, srgssr and dingittv - Update to 1.6.0: * Fixed: lots of broken plugins and minor plugin issues (see changelog down below) * Fixed: embedded ads on Twitch with an ads workaround, removing pre-roll and mid-stream ads (#3173) * Fixed: read timeout error when filtering out HLS segments (#3187) * Fixed: twitch plugin logging incorrect low-latency status when pre-roll ads exist (#3169) * Fixed: crunchyroll auth logic (#3150) * Added: the --hls-playlist-reload-time parameter for customizing HLS playlist reload times (#2925) * Added: python -m streamlink invocation style support (#3174) * Added: plugin for mrt.com.mk (#3097) * Changed: yupptv plugin and replaced email+pass with id+token authentication (#3116) * Removed: plugins for vaughnlive, pandatv, douyutv, cybergame, europaplus and startv OBS-URL: https://build.opensuse.org/request/show/856591 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=13
2020-12-17 07:52:46 +01:00
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
BuildRequires: python3-devel >= 3.7
BuildRequires: python3-pip
BuildRequires: python3-requests >= 2.26
BuildRequires: python3-versioningit
BuildRequires: python3-wheel
# TEST REQUIREMENTS
BuildRequires: python3-pytest
BuildRequires: python3-PySocks >= 1.5.6
BuildRequires: python3-freezegun
BuildRequires: python3-isodate
BuildRequires: python3-lxml >= 4.6.4
BuildRequires: python3-pycountry
BuildRequires: python3-pycryptodome
BuildRequires: python3-requests-mock
BuildRequires: python3-websocket-client >= 1.2.1
BuildConflicts: python3-PySocks = 1.5.7
Requires: python3-PySocks >= 1.5.6
Accepting request 856591 from home:MasterPatricko - Update to 1.7.0: * Added: new plugins for micous.com, tv999.bg and cbsnews.com * Added: new embedded ad detection for Twitch streams (#3213) * Fixed: a few broken plugins and minor plugin issues (see changelog down below) * Fixed: arguments in config files were read too late before taking effect (#3255) * Fixed: Arte plugin returning too many streams and overriding primary ones (#3228) * Fixed: Twitch plugin error when stream metadata API response is empty (#3223) * Fixed: Zattoo login issues (#3202) * Changed: plugin request and submission guidelines (#3244) * Changed: refactored and cleaned up Twitch plugin (#3227) * Removed: platform=_ stream token request parameter from Twitch plugin (again) (#3220) * Removed: plugins for itvplayer, aljazeeraen, srgssr and dingittv - Update to 1.6.0: * Fixed: lots of broken plugins and minor plugin issues (see changelog down below) * Fixed: embedded ads on Twitch with an ads workaround, removing pre-roll and mid-stream ads (#3173) * Fixed: read timeout error when filtering out HLS segments (#3187) * Fixed: twitch plugin logging incorrect low-latency status when pre-roll ads exist (#3169) * Fixed: crunchyroll auth logic (#3150) * Added: the --hls-playlist-reload-time parameter for customizing HLS playlist reload times (#2925) * Added: python -m streamlink invocation style support (#3174) * Added: plugin for mrt.com.mk (#3097) * Changed: yupptv plugin and replaced email+pass with id+token authentication (#3116) * Removed: plugins for vaughnlive, pandatv, douyutv, cybergame, europaplus and startv OBS-URL: https://build.opensuse.org/request/show/856591 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=13
2020-12-17 07:52:46 +01:00
Requires: python3-isodate
Requires: python3-lxml >= 4.6.4
Requires: python3-pycountry
Requires: python3-pycryptodome >= 3.4.3
Requires: python3-requests >= 2.26
Requires: python3-websocket-client >= 1.2.1
Conflicts: python3-PySocks = 1.5.7
Accepting request 856591 from home:MasterPatricko - Update to 1.7.0: * Added: new plugins for micous.com, tv999.bg and cbsnews.com * Added: new embedded ad detection for Twitch streams (#3213) * Fixed: a few broken plugins and minor plugin issues (see changelog down below) * Fixed: arguments in config files were read too late before taking effect (#3255) * Fixed: Arte plugin returning too many streams and overriding primary ones (#3228) * Fixed: Twitch plugin error when stream metadata API response is empty (#3223) * Fixed: Zattoo login issues (#3202) * Changed: plugin request and submission guidelines (#3244) * Changed: refactored and cleaned up Twitch plugin (#3227) * Removed: platform=_ stream token request parameter from Twitch plugin (again) (#3220) * Removed: plugins for itvplayer, aljazeeraen, srgssr and dingittv - Update to 1.6.0: * Fixed: lots of broken plugins and minor plugin issues (see changelog down below) * Fixed: embedded ads on Twitch with an ads workaround, removing pre-roll and mid-stream ads (#3173) * Fixed: read timeout error when filtering out HLS segments (#3187) * Fixed: twitch plugin logging incorrect low-latency status when pre-roll ads exist (#3169) * Fixed: crunchyroll auth logic (#3150) * Added: the --hls-playlist-reload-time parameter for customizing HLS playlist reload times (#2925) * Added: python -m streamlink invocation style support (#3174) * Added: plugin for mrt.com.mk (#3097) * Changed: yupptv plugin and replaced email+pass with id+token authentication (#3116) * Removed: plugins for vaughnlive, pandatv, douyutv, cybergame, europaplus and startv OBS-URL: https://build.opensuse.org/request/show/856591 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=13
2020-12-17 07:52:46 +01:00
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.
%prep
%setup -q
%build
%pyproject_wheel
%install
%pyproject_install
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
%fdupes -s %{buildroot}
%check
%pytest
%files
%license LICENSE
%doc AUTHORS CHANGELOG.md MANIFEST.in README.md
%{_bindir}/%{name}
%{python3_sitelib}/%{name}
%{python3_sitelib}/%{name}_cli
%{python3_sitelib}/%{name}-%{version}*-info
%_mandir/man*/*
%{_datadir}/bash-completion/completions/streamlink
%dir %{_datadir}/zsh
%dir %{_datadir}/zsh/site-functions
%{_datadir}/zsh/site-functions/_streamlink
%changelog