Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
brltty: Braille display driver for Linux/Unix.
- Summary
- BRLTTY is a background process (daemon) which provides
access to the Linux/Unix console (when in text mode)
for a blind person using a refreshable braille display.
It drives the braille display,
and provides complete screen review functionality.
Some speech capability has also been incorporated.
Arch: x86_64
Download: | brltty-3.2-2.1.x86_64.rpm |
Build Date: | Wed Feb 4 14:27:53 2004 |
Packager: | Jaroslaw Polok <jaroslaw.polok@cern.ch> |
Size: | 1.71 MiB |
Changelog
- * Wed Aug 27 05:00:00 2003 Adrian Havill <havill{%}redhat{*}com> 3.2-2.1
- bumped n-v-r
- * Mon Jul 7 05:00:00 2003 Adrian Havill <havill{%}redhat{*}com> 3.2-2
- changed spec "Copyright" to "License"
- use
CFLAGS="${CFLAGS:--O2 -g -pipe}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe}" ; export FFLAGS ;
for i in $(find . -name config.guess -o -name config.sub) ; do
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/lib/rpm/redhat/$(basename $i) $i ;
done ;
./configure --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu \
--target=x86_64-redhat-linux-gnu \
--program-prefix= \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib64 \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info macro, /usr/lib64 for non-ia32 archs
- removed unnecessary set and unset, assumed/default spec headers
- fixed unpackaged man page, duplicate /bin and /lib entries
- use plain install vs scripts for non-i386 buildsys