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
This commit is contained in:
parent
378cc9927e
commit
967e9532a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a73630ab99151665914544f302574f69a5dadca1441f162173cce9628ab905f9
|
||||
size 495367
|
3
streamlink-0.9.0.tar.gz
Normal file
3
streamlink-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd84c472f12b2b936b288de465ceadebdae42cf216f5b2cb1f31c106aff69324
|
||||
size 30720281
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user