From 967e9532a9655649a17c6cca80aec477b8503a89a55a55c215750d21590b3aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 20 Dec 2017 17:59:25 +0000 Subject: [PATCH] Accepting request 558890 from home:agraul:branches:multimedia:apps - Update to version 0.9.0: * Updates to multiple plugins (electrecetv, tvplayer, Teve2, cnnturk, kanald) - Update streamlink-use-mpv.patch * Refresh to apply on rebased code OBS-URL: https://build.opensuse.org/request/show/558890 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=4 --- streamlink-0.3.2.tar.gz | 3 --- streamlink-0.9.0.tar.gz | 3 +++ streamlink-use-mpv.patch | 36 ++++++++++++++++++------------------ streamlink.changes | 9 +++++++++ streamlink.spec | 2 +- 5 files changed, 31 insertions(+), 22 deletions(-) delete mode 100644 streamlink-0.3.2.tar.gz create mode 100644 streamlink-0.9.0.tar.gz diff --git a/streamlink-0.3.2.tar.gz b/streamlink-0.3.2.tar.gz deleted file mode 100644 index 9e182b6..0000000 --- a/streamlink-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a73630ab99151665914544f302574f69a5dadca1441f162173cce9628ab905f9 -size 495367 diff --git a/streamlink-0.9.0.tar.gz b/streamlink-0.9.0.tar.gz new file mode 100644 index 0000000..d937c7e --- /dev/null +++ b/streamlink-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd84c472f12b2b936b288de465ceadebdae42cf216f5b2cb1f31c106aff69324 +size 30720281 diff --git a/streamlink-use-mpv.patch b/streamlink-use-mpv.patch index 3d416d6..5774546 100644 --- a/streamlink-use-mpv.patch +++ b/streamlink-use-mpv.patch @@ -1,19 +1,19 @@ diff -ruN a/src/streamlink_cli/argparser.py b/src/streamlink_cli/argparser.py ---- a/src/streamlink_cli/argparser.py 2016-11-21 20:56:29.000000000 +0100 -+++ b/src/streamlink_cli/argparser.py 2016-12-06 13:45:44.026750416 +0100 -@@ -283,7 +283,7 @@ +--- a/src/streamlink_cli/argparser.py 2017-11-14 14:21:36.000000000 +0100 ++++ b/src/streamlink_cli/argparser.py 2017-12-20 14:53:28.380643193 +0100 +@@ -309,7 +309,7 @@ + metavar="COMMAND", + default=find_default_player(), + help=""" +- Player to feed stream data to. By default, VLC will be used ++ Player to feed stream data to. By default, MPV will be used + if it can be found in its default location. - "'/path/with spaces/vlc' --file-caching=5000" - -- By default VLC will be used if it can be found in its default -+ By default MPV will be used if it can be found in its default - location. - """ - ) + This is a shell-like syntax to support using a specific player: diff -ruN a/src/streamlink_cli/main.py b/src/streamlink_cli/main.py ---- a/src/streamlink_cli/main.py 2016-11-21 20:56:29.000000000 +0100 -+++ b/src/streamlink_cli/main.py 2016-12-06 13:46:36.067686197 +0100 -@@ -68,7 +68,7 @@ +--- a/src/streamlink_cli/main.py 2017-11-14 14:21:36.000000000 +0100 ++++ b/src/streamlink_cli/main.py 2017-12-20 14:54:42.376865280 +0100 +@@ -72,7 +72,7 @@ http = namedpipe = None if not args.player: @@ -22,7 +22,7 @@ diff -ruN a/src/streamlink_cli/main.py b/src/streamlink_cli/main.py "installed. You must specify the path to a player " "executable with --player.") -@@ -128,7 +128,7 @@ +@@ -132,7 +132,7 @@ if not external: if not args.player: @@ -32,8 +32,8 @@ diff -ruN a/src/streamlink_cli/main.py b/src/streamlink_cli/main.py "executable with --player.") diff -ruN a/src/streamlink_cli/utils/player.py b/src/streamlink_cli/utils/player.py ---- a/src/streamlink_cli/utils/player.py 2016-11-21 20:56:29.000000000 +0100 -+++ b/src/streamlink_cli/utils/player.py 2016-12-06 13:48:25.292985793 +0100 +--- a/src/streamlink_cli/utils/player.py 2017-11-14 14:21:36.000000000 +0100 ++++ b/src/streamlink_cli/utils/player.py 2017-12-20 14:56:12.896766846 +0100 @@ -15,23 +15,23 @@ def find_default_player(): if "darwin" in sys.platform: @@ -41,8 +41,8 @@ diff -ruN a/src/streamlink_cli/utils/player.py b/src/streamlink_cli/utils/player - paths += ["/Applications/VLC.app/Contents/MacOS/"] - paths += ["~/Applications/VLC.app/Contents/MacOS/"] - path = check_paths(("VLC", "vlc"), paths) -+ paths += ["/Applications/mpv.app/Contents/MacOS/"] -+ paths += ["~/Applications/mpv.app/Contents/MacOS/"] ++ paths += ["/Applications/MPV.app/Contents/MacOS/"] ++ paths += ["~/Applications/MPV.app/Contents/MacOS/"] + path = check_paths(("MPV", "mpv"), paths) elif "win32" in sys.platform: - exename = "vlc.exe" diff --git a/streamlink.changes b/streamlink.changes index 6da7b2d..bcd7151 100644 --- a/streamlink.changes +++ b/streamlink.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 19 23:21:06 UTC 2017 - agraul@suse.com + +- Update to version 0.9.0: + * Updates to multiple plugins (electrecetv, tvplayer, Teve2, + cnnturk, kanald) +- Update streamlink-use-mpv.patch + * Refresh to apply on rebased code + ------------------------------------------------------------------- Sun Sep 17 12:21:35 UTC 2017 - mpluskal@suse.com diff --git a/streamlink.spec b/streamlink.spec index 4c92125..0fd24e6 100644 --- a/streamlink.spec +++ b/streamlink.spec @@ -17,7 +17,7 @@ Name: streamlink -Version: 0.3.2 +Version: 0.9.0 Release: 0 Summary: Program to pipe streams from services into a video player License: BSD-2-Clause