File: control

package info (click to toggle)
syncplay 1.7.4%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,676 kB
  • sloc: python: 19,824; sh: 32; makefile: 16
file content (90 lines) | stat: -rw-r--r-- 3,590 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: syncplay
Section: net
Priority: optional
Maintainer: Bruno Kleinert <fuddl@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3-all,
# For tests by upstream
               python3-twisted
Standards-Version: 4.6.2
Homepage: https://syncplay.pl/
Vcs-Browser: https://salsa.debian.org/fuddl/syncplay
Vcs-Git: https://salsa.debian.org/fuddl/syncplay.git
#Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: syncplay
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         syncplay-common,
         python3-twisted,
         python3-certifi,
# Those are for the graphical user interface:
         python3-pyside2.qtwidgets,
         python3-pyside2.qtcore,
         mpv | vlc
Recommends: syncplay-server (>= 1.6.7+repack1-7)
Suggests: linphone-desktop | mumble
Description: Synchronize playback of various video players via internet (Client)
 Allows you to watch movies with friends or family at different places
 synchronized via the internet.
 .
 When a viewer pauses/continues playback or seeks within their media player
 this will be replicated across all media players connected to the same server
 in the same viewing session. A chat function is included so viewers can
 discuss the movie while watching it. To improve the communication experience
 for viewers, the Syncplay developers and therefore the syncplay-client package
 suggest to use additional VoIP software (package mumble) or video phone
 software (packages jami or linphone-desktop).
 .
 Technically, it synchronizes the position and play states of multiple mpv,
 VLC, MPC-HC and MPC-BEmedia player instances so viewers' players present the
 same movie at the same time.
 .
 In case your friends and family do not use Debian, Syncplay is available for
 other operating systems on the upstream website.
 To learn what Syncplay is read the description of package 'syncplay'.
 .
 This package installs the graphical desktop client program that does the actual
 synchronization of your video player. Therefore it must connect to a Syncplay
 server.

Package: syncplay-server
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         syncplay-common,
         python3-twisted,
         python3-certifi
Recommends: certbot
Suggests: dehydrated | acme-tiny
Breaks: syncplay (<< 1.6.7+repack1-7)
Replaces: syncplay (<< 1.6.7+repack1-7)
Description: Synchronize playback of various video players via internet (Server)
 To learn what Syncplay is read the description of package 'syncplay'.
 .
 This package installs the Syncplay server program. Install this package when
 you plan to set up your own Syncplay server that your friends and family
 connect to.
 .
 Note that the computer that runs the Syncplay server must be reachable from the
 Internet. To enable encryption, you need a domain and a valid certificate. The
 package provides a hook script for the recommended certbot package to simplify
 encrypted configurations. Integration with the suggested packages dehydrated
 or acme-tiny requires manual configuration.

Package: syncplay-common
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Breaks: syncplay (<< 1.6.7+repack1-7)
Replaces: syncplay (<< 1.6.7+repack1-7)
Description: Common files for Syncplay client and server packages
 This package is a dependency of syncplay-client and syncplay-server. You do
 not want to install this package manually.
 .
 If you are looking for Syncplay, have a look at the description of package
 syncplay.