File: control

package info (click to toggle)
voctomix 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,024 kB
  • ctags: 336
  • sloc: python: 3,071; sh: 654; makefile: 20
file content (84 lines) | stat: -rw-r--r-- 2,853 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
Source: voctomix
Section: video
Priority: optional
Maintainer: Holger Levsen <holger@debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends: debhelper (>=9), dh-python, pandoc, python3:any
Standards-Version: 3.9.8
Homepage: https://github.com/voc/voctomix
Vcs-Git: https://anonscm.debian.org/git/collab-maint/voctomix.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/voctomix.git
X-Python-Version: >= 3

Package: voctomix
Architecture: all
Depends:
 gstreamer1.0-tools,
 voctomix-core,
 voctomix-gui,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends}
Suggests: fbset, gstreamer1.0-libav, python3-pyinotify, rlwrap
Description: Full-HD Software Live-Video-Mixer
 The Voctomix Project by the C3Voc (the Chaos Communication Congress' Video
 Operation Crew) is their software implementation of a Live-Video-Mixer.
 .
 It is written in Python using GStreamer and consists of three parts:
  - Voctocore, the videomixer core-process that does the actual video- and
    audio crunching.
  - Voctogui, a GUI implementation in GTK controlling the core's functionality
    and giving visual feedback of the mixed video.
  - Voctomix Example Scripts, a collection of tools and examples for talking
    to the core-process, feeding and receiving video-streams and controlling
    operations from scripts or command-line.
 .
 This package depends on all the components and also contains the
 documentation and example scripts.

Package: voctomix-core
Architecture: all
Depends:
 gir1.2-gst-plugins-base-1.0,
 gir1.2-gstreamer-1.0,
 gstreamer1.0-plugins-bad,
 gstreamer1.0-plugins-base,
 gstreamer1.0-plugins-good,
 gstreamer1.0-plugins-ugly,
 libgstreamer1.0-0 (>=1.6.1~),
 python3-gi,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends}
Description: Full-HD Software Live-Video-Mixer (Core)
 The Voctomix Project by the C3Voc (the Chaos Communication Congress' Video
 Operation Crew) is their software implementation of a Live-Video-Mixer.
 .
 This package contains the core component, Voctocore, the videomixer
 core-process that does the actual video- and audio crunching.

Package: voctomix-gui
Architecture: all
Depends:
 gir1.2-gst-plugins-base-1.0,
 gir1.2-gstreamer-1.0,
 gir1.2-gtk-3.0,
 gstreamer1.0-alsa,
 gstreamer1.0-plugins-bad,
 gstreamer1.0-plugins-base,
 gstreamer1.0-plugins-good,
 gstreamer1.0-plugins-ugly,
 gstreamer1.0-tools,
 libgstreamer1.0-0 (>=1.6.1~),
 python3-gi,
 python3-gi-cairo,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends}
Suggests: gstreamer1.0-libav
Description: Full-HD Software Live-Video-Mixer (GUI)
 The Voctomix Project by the C3Voc (the Chaos Communication Congress' Video
 Operation Crew) is their software implementation of a Live-Video-Mixer.
 .
 This package contains the GUI component, Voctogui, a GUI implementation in
 GTK controlling the core's functionality.