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
|
Source: emacspeak
Section: editors
Priority: optional
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Uploaders: Paul Gevers <elbrus@debian.org>, Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper-compat (= 12),
libespeak-ng-libespeak-dev,
po-debconf,
tcl-dev,
Build-Depends-Indep: csound,
docbook-xsl,
emacs-nox (>= 1:26.1~),
xsltproc,
Standards-Version: 4.5.0
Homepage: http://emacspeak.sf.net
Vcs-Browser: https://salsa.debian.org/a11y-team/emacspeak
Vcs-Git: https://salsa.debian.org/a11y-team/emacspeak.git
Package: emacspeak
Architecture: all
Depends: adduser,
debconf,
emacs (>= 1:26.1~),
make,
perl,
tcl,
tclx8.4,
${misc:Depends},
${perl:Depends}
Recommends: emacspeak-espeak-server, sox
Suggests: eflite, emacspeak-ss, espeak, psgml, w3m-el, xsltproc
Description: speech output interface to Emacs
Emacspeak is a speech output system that will allow someone who
cannot see to work directly on a UNIX system.
.
Emacspeak is built on top of Emacs. Once Emacs is started with Emacspeak
loaded, users get spoken feedback for all actions. As Emacs can do
everything, they get speech feedback for everything they do.
.
This package recommends the speech server for the espeak (software)
speech synthesizer, so it should work straight away. However it also
contains the source for speech servers to support the DECtalk Express
and DECtalk MultiVoice (hardware) speech synthesizers. For other
synthesizers, look for speech server packages such as emacspeak-ss and
eflite.
Package: emacspeak-espeak-server
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Enhances: emacspeak
Description: espeak synthesis server for emacspeak
Emacspeak is a speech output system that will allow someone who
cannot see to work directly on a UNIX system.
.
Emacspeak is built on top of Emacs. Once Emacs is started with Emacspeak
loaded, users get spoken feedback for all actions. As Emacs can do
everything, they get speech feedback for everything they do.
.
This package includes the speech server for the espeak (software)
speech synthesizer.
|