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.
Changelog
- * Thu Jun 22 19:00:00 2006 Petr Rockai <prockai{%}redhat{*}com> 3.2-3.EL3
- prereq for coreutils -- scriptlets use chown/chmod/mknod
- add a missing BuildRequires on byacc
- * Wed Aug 27 19:00:00 2003 Adrian Havill <havill{%}redhat{*}com> 3.2-2.1
- bumped n-v-r
- * Mon Jul 7 19:00:00 2003 Adrian Havill <havill{%}redhat{*}com> 3.2-2
- changed spec "Copyright" to "License"
- use
CFLAGS="${CFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; 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=i386-redhat-linux --build=i386-redhat-linux \
--target=i386-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/lib \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info macro, /usr/lib 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