Kdeaccessibility provides KDE programs to aid handicapped users. Programs include a screen magnifier, a text to speech plugin service to allow an application to speak using the DCOP interface, and an application for computer speech for mute users.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://anduin.linuxfromscratch.org/sources/trinity/kdeaccessibility-3.5.13.tar.gz
Download (FTP): ftp://anduin.linuxfromscratch.org/trinity/kdeaccessibility-3.5.13.tar.gz
Download MD5 sum: ce31b01c1831046fb28aab172f2423bf
Download size: 8.7 MB
Estimated disk space required: 197 MB
Estimated build time: 1.6 SBU
libjpeg-8c, libxml2-2.7.8, and ALSA-1.0.24.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdeaccessibility
Several KDE accessibility programs access other programs at run time for rendering speech from text. These include FreeTTS-1.2.1, Festival, Festival Lite, Epos, or MBROLA with optionally Txt2pho.
Install kdeaccessibility with:
cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in && cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh && sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \ admin/acinclude.m4.in && make -f admin/Makefile.common && ./configure --prefix=$TRINITY_PREFIX \ --with-qt-dir=$QTDIR \ --enable-closure \ --with-alsa \ --with-extra-includes=$TRINITY_PREFIX/include \ --with-extra-libs=$TRINITY_PREFIX/lib && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2012-01-05 17:57:13 +0000