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
|
Source: dmx4linux
Section: libs
Priority: optional
Maintainer: Shaun Jackman <sjackman@debian.org>
Build-Depends: libncurses5-dev | libncurses-dev, libxaw7-dev | libxaw-dev, debhelper (>= 4.0.0)
Standards-Version: 3.6.2.1
Package: dmx4linux-tools
Section: misc
Architecture: any
Depends: ${shlibs:Depends}
Description: DMX512 lighting protocol tools
DMX4linux is a driver package for accessing DMX512 interfaces with
Linux. DMX512 is a protocol for controlling devices supporting DMX512
like dimmers, moving lights, or scanners. Many commercial and free
interfaces are supported. The package includes some simple console
and X applications to test the drivers and your hardware immediately.
.
This package contains a DMX512 monitor named dmxdisplay, and a DMX512
console named dmxpanel.
Package: libdmx4linux2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: DMX512 lighting protocol library
DMX4linux is a driver package for accessing DMX512 interfaces with
Linux. DMX512 is a protocol for controlling devices supporting DMX512
like dimmers, moving lights, or scanners. Many commercial and free
interfaces are supported. The package includes some simple console
and X applications to test the drivers and your hardware immediately.
.
This package contains the shared library.
Package: libdmx4linux-dev
Section: libdevel
Architecture: any
Depends: libdmx4linux2 (= ${Source-Version})
Description: DMX512 lighting protocol library development files
DMX4linux is a driver package for accessing DMX512 interfaces with
Linux. DMX512 is a protocol for controlling devices supporting DMX512
like dimmers, moving lights, or scanners. Many commercial and free
interfaces are supported. The package includes some simple console
and X applications to test the drivers and your hardware immediately.
.
This package constains the library development files.
|