File: control

package info (click to toggle)
brltty 3.4.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,268 kB
  • ctags: 4,537
  • sloc: ansic: 54,295; sh: 3,470; makefile: 793; tcl: 398; yacc: 300; awk: 57; python: 29
file content (61 lines) | stat: -rw-r--r-- 2,368 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
Source: brltty
Section: admin
Priority: extra
Maintainer: Mario Lang <mlang@debian.org>
Build-Depends: debhelper (>= 4.1.16), bison, doxygen, linuxdoc-tools, groff
Standards-Version: 3.6.1

Package: brltty
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libbrlapi-dev, festival
Description: Access software for a blind person using a soft braille terminal
 BRLTTY is a daemon which provides access to the Linux console (text mode)
 for a blind person using a soft braille display.  It drives the braille
 terminal and provides complete screen review functionality.
 The following display models are supported:
  * Alva (ABT3xx/Delphi)
  * BrailleLite (18/40)
  * BrailleNote (18/32)
  * EcoBraille displays
  * EuroBraille displays
  * HandyTech (Bookworm/Braillino/Braille Wave/Braille Star 40/80)
  * LogText 32
  * MDV braille displays
  * Papenmeier
  * Tieman Voyager 44/70 (USB), CombiBraille, MiniBraille and MultiBraille
  * TSI (PowerBraille/Navigator)
  * Vario (Emul. 1 (40/80)/Emul. 2)
  * Videobraille
  * VisioBraille
 .
 BRLTTY also provides a client/server based infrastructure for applications
 wishing to utilize a Braille display.  The daemon process listens for incoming
 TCP/IP connections on a certain port.  A shared object library for clients is
 provided in the package libbrlapi.  A static library, header files and
 documentation is provided in package libbrlapi-dev.

Package: libbrlapi
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: braille display access via BRLTTY - shared library
 This package contains the shared library necessary to run programs which
 want to communicate with a refreshable braille display.

Package: libbrlapi-dev
Architecture: any
Section: libdevel
Depends: libbrlapi (>= ${Source-Version}), libc6-dev
Description: Library for communication with BRLTTY - static libs and headers
 This package contains the static library libbrlapi.a and header files
 in /usr/include/brltty/ necessary to compile programs for BrlAPI, a
 client-server based mechanism to remotely access a braille display.

Package: brltty-udeb
Architecture: any
Section: debian-installer
Priority: extra
Depends: ${shlibs:Depends}
Description: Access software for a blind person using a soft braille terminal
 This is a small version of brltty, optimized for use on boot floppies.