File: control.in

package info (click to toggle)
cwiid 0.6.91-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,236 kB
  • sloc: ansic: 7,593; python: 264; makefile: 255; lex: 176; yacc: 73; awk: 16
file content (100 lines) | stat: -rw-r--r-- 3,649 bytes parent folder | download | duplicates (4)
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
94
95
96
97
98
99
100
Source: cwiid
Section: utils
Priority: extra
Maintainer: Romain Beauxis <toots@rastageeks.org>
Build-Depends: @cdbs@, 
               python-all-dev, python, dh-support, 
               libbluetooth-dev, libgtk2.0-dev, flex, bison
Standards-Version: 3.9.2
Homepage: http://abstrakraft.org/cwiid/

Package: python-cwiid
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, libcwiid1 (>= ${binary:Version}), ${misc:Depends}
Section: python
Description: library to interface with the wiimote
 CWiid is a working userspace driver along with various
 applications implementing event drivers, multiple wiimote
 connectivity, gesture recognition, and other Wiimote-based
 functionality.
 .
 This package provides the Python cwiid module.

Package: libcwiid1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Description: library to interface with the wiimote -- runtime files
 CWiid is a working userspace driver along with various
 applications implementing event drivers, multiple wiimote
 connectivity, gesture recognition, and other Wiimote-based
 functionality.
 .
 This package provides the wiimote library that abstracts the interface
 to the wiimote by hiding the details of the underlying Bluetooth
 connection.

Package: cwiid-dbg
Architecture: any
Depends: lswm (= ${binary:Version}), libcwiid1 (= ${binary:Version}), 
         wmgui (= ${binary:Version}), wminput (= ${binary:Version}),
         ${shlibs:Depends}, ${misc:Depends}
Section: debug
Description: library to interface with the wiimote -- debug files
 CWiid is a working userspace driver along with various
 applications implementing event drivers, multiple wiimote
 connectivity, gesture recognition, and other Wiimote-based
 functionality.
 .
 This package provides the debug symbols needed to debug programs 
 using cwiid.

Package: libcwiid-dev
Architecture: any
Depends: libcwiid1 (= ${binary:Version}), libbluetooth-dev, pkg-config, ${misc:Depends}
Conflicts: libcwiid0-dev
Replaces: libcwiid0-dev, libcwiid1-dev
Section: libdevel
Description: library to interface with the wiimote -- developpement
 CWiid is a working userspace driver along with various
 applications implementing event drivers, multiple wiimote
 connectivity, gesture recognition, and other Wiimote-based
 functionality.
 .
 This package provides the developpement files needed for building against
 Cwiid.

Package: lswm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: wiimote discover utility
 CWiid is a working userspace driver along with various
 applications implementing event drivers, multiple wiimote
 connectivity, gesture recognition, and other Wiimote-based
 functionality.
 .
 This package provides an utility to discover new wiimotes.

Package: wmgui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GUI interface to the wiimote
 CWiid is a working userspace driver along with various
 applications implementing event drivers, multiple wiimote 
 connectivity, gesture recognition, and other Wiimote-based
 functionality.
 .
 This package provides the GUI to test and display the wiimote data.

Package: wminput
Architecture: any
Depends: python-cwiid, ${shlibs:Depends}, ${misc:Depends}
Description: Userspace driver for the wiimote
 CWiid is a working userspace driver along with various
 applications implementing event drivers, multiple wiimote 
 connectivity, gesture recognition, and other Wiimote-based
 functionality.
 .
 This package provides an event driver for the wiimote, supporting all
 buttons (except Power) and pointer tracking, and featuring a tracking 
 algorithm plugin architecture.