-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathcontrol
More file actions
93 lines (88 loc) · 3.68 KB
/
control
File metadata and controls
93 lines (88 loc) · 3.68 KB
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
91
92
93
Source: ola
Priority: optional
Maintainer: Wouter Verhelst <wouter@debian.org>
Uploaders: RenZO <renzo@imaginux.com>
Build-Depends: debhelper-compat (= 12), autotools-dev, dh-autoreconf, dh-python, bash-completion, libcppunit-dev, bison, flex, pkg-config, uuid-dev, python3, python3-protobuf, libprotobuf-dev, protobuf-compiler, libprotoc-dev, libusb-1.0-0-dev, libftdi1-dev, liblo-dev, libmicrohttpd-dev, libncurses5-dev, libavahi-client-dev, python3-numpy
Standards-Version: 3.9.8
Section: libs
Vcs-Git: https://github.com/OpenLightingProject/ola.git
Vcs-browser: https://github.com/OpenLightingProject/ola
Homepage: https://www.openlighting.org/
Package: libola-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ola (= ${binary:Version}), ${misc:Depends}, libprotobuf-dev
Description: Open Lighting Architecture - development libraries
The DMX512 standard for Digital MultipleX is used for digital
communication networks commonly used to control stage lighting and
effects.
.
The Open Lighting Architecture (OLA) provides a plugin framework for
distributing DMX512 control signals.
.
This package contains the development files for libola and various related
libraries, used to write plugins or control the OLA daemon.
Package: ola-python
Section: libs
Architecture: all
Depends: ola (>= ${source:Version}), ola (<< ${source:Version}.~), ${python3:Depends}, ${misc:Depends}, python3-protobuf
Description: Open Lighting Architecture - Python Classes
The DMX512 standard for Digital MultipleX is used for digital
communication networks commonly used to control stage lighting and
effects.
.
The Open Lighting Architecture (OLA) provides a plugin framework for
distributing DMX512 control signals.
.
This package contains the Python client module.
Package: ola-rdm-tests
Section: libs
Architecture: all
Depends: ola (>= ${source:Version}), ola (<< ${source:Version}.~), ola-python (= ${binary:Version}), ${python3:Depends}, ${misc:Depends}, python3-numpy, libjs-jquery, libjs-jquery-ui, lsb-base
Suggests: bash-completion
Description: Open Lighting Architecture - RDM Responder Tests
The DMX512 standard for Digital MultipleX is used for digital
communication networks commonly used to control stage lighting and
effects.
.
The Remote Device Management protocol is an extension to DMX512,
allowing bi-directional communication between RDM-compliant devices
without disturbing other devices on the same connection.
.
The Open Lighting Architecture (OLA) provides a plugin framework for
distributing DMX512 control signals.
.
This package provides an automated way to check protocol compliance in
RDM devices.
Package: ola
Section: electronics
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base
Suggests: bash-completion
Description: Open Lighting Architecture
The DMX512 standard for Digital MultipleX is used for digital
communication networks commonly used to control stage lighting and
effects.
.
The Open Lighting Architecture (OLA) provides a plugin framework for
distributing DMX512 control signals.
.
This package contains olad, the OLA daemon used to control lighting,
and a number of command-line tools to control and manipulate olad.
Package: libola1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Open Lighting Architecture - shared libraries
The DMX512 standard for Digital MultipleX is used for digital
communication networks commonly used to control stage lighting and
effects.
.
The Open Lighting Architecture (OLA) provides a plugin framework for
distributing DMX512 control signals.
.
This package contains the shared libraries required to communicate with
olad.