forked from pool/syncplay
New package. Is very useful for watching any kind of media with people over a distance, so it is a very worthwhile add to the repo. I'd like to maintain the package if possible as well. OBS-URL: https://build.opensuse.org/request/show/856844 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/syncplay?expand=0&rev=1
19 lines
592 B
Diff
19 lines
592 B
Diff
diff -rub syncplay/syncplayClient.py syncplay-patched/syncplayClient.py
|
|
--- syncplay/syncplayClient.py 2020-12-17 20:31:30.982327614 -0700
|
|
+++ syncplay-patched/syncplayClient.py 2020-12-17 22:55:16.867337439 -0700
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python3
|
|
+#!/usr/bin/python3
|
|
|
|
import sys
|
|
|
|
diff -rub syncplay/syncplayServer.py syncplay-patched/syncplayServer.py
|
|
--- syncplay/syncplayServer.py 2020-12-17 20:31:30.982327614 -0700
|
|
+++ syncplay-patched/syncplayServer.py 2020-12-17 22:55:28.963439820 -0700
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python3
|
|
+#!/usr/bin/python3
|
|
#coding:utf8
|
|
|
|
import sys
|