brltty 6.4-4ubuntu3 source package in Ubuntu

Changelog

brltty (6.4-4ubuntu3) jammy; urgency=medium

  * Try to resolve brltty conflicting with generic serials (lp: #1958224)
  * debian/brltty.udev.rules, debian/brltty-usb-generic.rules,
    debian/brltty.examples:
    - split the generic identifier udev rules to a separate rule which
      is going to be distributed as an example but not installed by default.
      Those rules are needed by some braille readers to work but conflict
      with cp210x and FTDI serial ports. Those special devices had required
      manual setup in Ubuntu since 2011 and were only added back to the
      default configuration due to a merge error.
  * debian/brltty.templates, debian/brltty.postinst, debian/rules:
    - when upgrading from a version that provided the generic rules prompt
      the user with debconf to ask if those should still be installed.
      The default answer is yes to avoid accidentally regressing users
      with a such braille reader configured during the upgrade.
      If you don't use a brailler reader you should answer 'no' to avoid
      having the service blocking access to other devices.
      The script is /etc/udev/rules.d/86-brltty-usbgeneric.rules

 -- Sebastien Bacher <email address hidden>  Tue, 28 Jun 2022 17:25:25 +0200

Upload details

Uploaded by:
Sebastien Bacher
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates main admin

Downloads

File Size SHA-256 Checksum
brltty_6.4.orig.tar.xz 4.0 MiB e7ddd195b4b0aec23d4085b9edadeea21670cff7f8df8686552860aef5a29d3a
brltty_6.4-4ubuntu3.debian.tar.xz 38.9 KiB 02d37dbb6d70817faab950e386a82fc377b1c11b73c673236d97430368eb4f29
brltty_6.4-4ubuntu3.dsc 2.7 KiB 7f1e02183a05ce4a1d58a13c1273f5f04fafe58b38c9aad4d812a309bd881e6f

Available diffs

View changes file

Binary packages built by this source

brltty: Access software for a blind person using a braille display

 BRLTTY is a daemon which provides access to the console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 The following display models are supported:
  * Alva/Optelec (ABT3xx, Delphi, Satellite, Braille System 40, BC 640/680)
  * Baum
  * BrailComm
  * BrailleLite
  * BrailleNote
  * Cebra
  * EcoBraille
  * EuroBraille (AzerBraille, Clio, Esys, Iris, NoteBraille, Scriba)
  * Freedom Scientific (Focus and PacMate)
  * Handy Tech
  * HIMS (Braille Sense, SyncBraille)
  * HumanWare (Brailliant)
  * Iris
  * LogText 32
  * MDV
  * Metec (BD-40)
  * NinePoint
  * Papenmeier
  * Pegasus
  * Seika
  * Tieman (Voyager, CombiBraille, MiniBraille, MultiBraille,
            BraillePen/EasyLink)
  * Tivomatic (Albatross)
  * TSI (Navigator, PowerBraille)
  * 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 libbrlapi0.8. A static library, header files and
 documentation is provided in package libbrlapi-dev. Bindings to other
 programming languages can be found in cl-brlapi (Lisp), libbrlapi-java (Java)
 and python3-brlapi (Python).

brltty-dbgsym: debug symbols for brltty
brltty-espeak: Access software for a blind person - espeak driver

 BRLTTY is a daemon which provides access to the Linux console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 This package contains an optional speech driver for the espeak
 speech synthesis engine.

brltty-espeak-dbgsym: debug symbols for brltty-espeak
brltty-flite: Access software for a blind person - Flite speech driver

 BRLTTY is a daemon which provides access to the Linux console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 This package contains an optional speech driver for the Festival Lite
 speech synthesis engine.

brltty-flite-dbgsym: debug symbols for brltty-flite
brltty-speechd: Access software for a blind person - Speech Dispatcher driver

 BRLTTY is a daemon which provides access to the Linux console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 This package contains an optional speech driver for the speech-dispatcher
 speech synthesis server.

brltty-speechd-dbgsym: debug symbols for brltty-speechd
brltty-x11: Access software for a blind person using a braille display - X11 drivers

 BRLTTY is a daemon which provides access to the Linux console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 This package contains optional screen drivers for BRLTTY which require X11 or
 GNOME.

brltty-x11-dbgsym: debug symbols for brltty-x11
cl-brlapi: Common Lisp bindings for BrlAPI

 BRLTTY is a daemon which provides access to the console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 BrlAPI is a library which gives an application access to a braille display and
 lets it write braille.
 .
 This package provides Common Lisp bindings vor BrlAPI.

libbrlapi-dev: Library for communication with BRLTTY - static libs and headers

 BRLTTY is a daemon which provides access to the console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 BrlAPI is a library which gives an application access to a braille display and
 lets it write braille.
 .
 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.

libbrlapi-java: Java bindings for BrlAPI

 BRLTTY is a daemon which provides access to the console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 BrlAPI is a library which gives an application access to a braille display and
 lets it write braille.
 .
 This package provides java classes to access a braille display via BrlAPI.

libbrlapi-jni: Java bindings for BrlAPI (native library)

 BRLTTY is a daemon which provides access to the console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 BrlAPI is a library which gives an application access to a braille display and
 lets it write braille.
 .
 This package provides the architecture-dependant files required to
 access a braille terminal via BrlAPI from Java.

libbrlapi-jni-dbgsym: debug symbols for libbrlapi-jni
libbrlapi0.8: braille display access via BRLTTY - shared library

 BRLTTY is a daemon which provides access to the console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 BrlAPI is a library which gives an application access to a braille display and
 lets it write braille.
 .
 This package contains the shared library necessary to run programs which
 need to communicate with a braille display.

libbrlapi0.8-dbgsym: debug symbols for libbrlapi0.8
python3-brlapi: Braille display access via BRLTTY - Python3 bindings

 BRLTTY is a daemon which provides access to the console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 BrlAPI is a library which gives an application access to a braille display and
 lets it write braille.
 .
 This package provides Python 3 bindings.

python3-brlapi-dbgsym: debug symbols for python3-brlapi
xbrlapi: Access software for a blind person using a braille display - xbrlapi

 BRLTTY is a daemon which provides access to the Linux console (text mode)
 for a blind person using a braille display. It drives the braille
 display and provides complete screen review functionality.
 .
 This package provides xbrlapi, a brltty X11 helper which handles proper
 keyboard simulation and window selection.

xbrlapi-dbgsym: debug symbols for xbrlapi