1 comment "ola needs a toolchain w/ C++, threads, dynamic library"
2 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
4 depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
6 menuconfig BR2_PACKAGE_OLA
7 bool "ola (open lighting architecture)"
8 select BR2_PACKAGE_PROTOBUF
9 select BR2_PACKAGE_UTIL_LINUX_LIBUUID
10 select BR2_PACKAGE_UTIL_LINUX
11 depends on BR2_INSTALL_LIBSTDCPP # protobuf
12 depends on !BR2_STATIC_LIBS # protobuf
13 depends on BR2_TOOLCHAIN_HAS_THREADS
14 depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
16 Open Lighting Architecture provides applications
17 with a mechanism to send and receive DMX512 & RDM
18 commands using hardware devices and DMX over IP protocols.
20 http://www.opendmx.net/index.php/OLA
24 comment "bindings and interface"
26 config BR2_PACKAGE_OLA_WEB
28 depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt, libmicrohttpd
29 select BR2_PACKAGE_LIBMICROHTTPD
31 Build OLA with browser interface.
33 config BR2_PACKAGE_OLA_PYTHON_BINDINGS
34 bool "python bindings"
35 depends on BR2_PACKAGE_PYTHON
36 select BR2_PACKAGE_PYTHON_PROTOBUF
38 Build OLA with support for the Python language.
40 config BR2_PACKAGE_OLA_SLP
43 Build OLA with slp tools.
45 comment "tests and examples"
47 config BR2_PACKAGE_OLA_EXAMPLES
49 select BR2_PACKAGE_NCURSES
53 config BR2_PACKAGE_OLA_RDM_TESTS
55 depends on BR2_PACKAGE_OLA_PYTHON_BINDINGS
56 depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
57 select BR2_PACKAGE_PYTHON_NUMPY
61 comment "plugin selections"
63 config BR2_PACKAGE_OLA_PLUGIN_E131
66 Build ACN E131 plugin for OLA.
68 config BR2_PACKAGE_OLA_PLUGIN_ARTNET
71 Build Artnet plugin for OLA.
73 config BR2_PACKAGE_OLA_PLUGIN_OPENDMX
76 Build DMX4Linux plugin for OLA.
78 config BR2_PACKAGE_OLA_PLUGIN_DUMMY
81 Build Dummy plugin for OLA.
83 config BR2_PACKAGE_OLA_PLUGIN_ESPNET
86 Build EspNet plugin for OLA.
88 config BR2_PACKAGE_OLA_PLUGIN_KINET
91 Build KiNet plugin for OLA.
93 config BR2_PACKAGE_OLA_PLUGIN_MILINT
94 bool "Milford Instruments"
96 Build Milford Instruments 1-463 plugin for OLA.
98 config BR2_PACKAGE_OLA_PLUGIN_OSC
100 select BR2_PACKAGE_LIBLO
102 Build Open Sound Control plugin for OLA.
104 config BR2_PACKAGE_OLA_PLUGIN_PATHPORT
107 Build Pathport plugin for OLA.
109 config BR2_PACKAGE_OLA_PLUGIN_SANDNET
112 Build SandNet plugin for OLA.
114 config BR2_PACKAGE_OLA_PLUGIN_SHOWNET
117 Build ShowNet plugin for OLA.
119 config BR2_PACKAGE_OLA_PLUGIN_STAGEPROFI
121 select BR2_PACKAGE_LIBUSB
123 Build StageProfi plugin for OLA.
125 config BR2_PACKAGE_OLA_PLUGIN_USBPRO
127 select BR2_PACKAGE_LIBUSB
129 Build UsbPro plugin for OLA.