mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
6732c09460
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
172 lines
6.0 KiB
XML
172 lines
6.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
<!ENTITY kdeaccessibility-download-http "&kde-download-http;/kdeaccessibility-&kde-version;.tar.bz2">
|
|
<!ENTITY kdeaccessibility-download-ftp "&kde-download-ftp;/kdeaccessibility-&kde-version;.tar.bz2">
|
|
<!ENTITY kdeaccessibility-md5sum "03d3c9f4d8c2fd12b7d0e020e11cd88e">
|
|
<!ENTITY kdeaccessibility-size "8.2 MB">
|
|
<!ENTITY kdeaccessibility-buildsize "57 MB">
|
|
<!ENTITY kdeaccessibility-time "2.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="kdeaccessibility" xreflabel="kdeaccessibility-&kde-version;">
|
|
<?dbhtml filename="kdeaccessibility.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Kdeaccessibility-&kde-version;</title>
|
|
|
|
<indexterm zone="kdeaccessibility">
|
|
<primary sortas="a-kdeaccessibility">Kdeaccessibility</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Kdeaccessibility</title>
|
|
|
|
<para><application>Kdeaccessibility</application> provides
|
|
<application>KDE</application> 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.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&kdeaccessibility-download-http;"/>
|
|
</para></listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&kdeaccessibility-download-ftp;"/>
|
|
</para></listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &kdeaccessibility-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &kdeaccessibility-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &kdeaccessibility-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &kdeaccessibility-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Kdeaccessibility Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="kdebase"/></para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended"><xref linkend="libjpeg"/> and
|
|
<xref linkend="libxml2"/></para>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">A text-to-speech synthesis program such as
|
|
<xref linkend="freetts"/> or
|
|
<ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>
|
|
is required by <command>kmouth</command> to render speech.</para>
|
|
-->
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kdeaccessibility"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Kdeaccessibility</title>
|
|
|
|
<para>Install <application>kdeaccessibility</application> with:</para>
|
|
|
|
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
|
|
--disable-dependency-tracking &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 id="kdeaccessibility-runtime-dependencies"
|
|
xreflabel="KDE Accessability Runtime Dependencies">
|
|
<title>Run-Time Dependencies</title>
|
|
|
|
<para>Several <application>KDE</application> accessibility programs access
|
|
other programs at run time for rendering speech from text. These include
|
|
<xref linkend="freetts"/>, <ulink
|
|
url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>, <ulink
|
|
url="http://www.speech.cs.cmu.edu/flite/index.html">Festival Lite</ulink>,
|
|
<ulink url='http://epos.ure.cas.cz/'>Epos</ulink>, or <ulink
|
|
url='http://tcts.fpms.ac.be/synthesis/mbrola.html'>MBROLA</ulink> with
|
|
optionally <ulink
|
|
url='http://www.ikp.uni-bonn.de/dt/forsch/phonetik/hadifix/HADIFIXforMBROLA.html'>Txt2pho</ulink>.</para>
|
|
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>kmag, kmousetool, and kmouth</seg>
|
|
<seg>kdeaccessibility support libraries</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="kmag">
|
|
<term><command>kmag</command></term>
|
|
<listitem>
|
|
<para>is a screen magnifier for <application>KDE</application>.</para>
|
|
<indexterm zone="kdeaccessibility kmag">
|
|
<primary sortas="b-kmag">kmag</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kmousetool">
|
|
<term><command>kmousetool</command></term>
|
|
<listitem>
|
|
<para>is a utility which clicks the mouse whenever the mouse
|
|
cursor pauses briefly.</para>
|
|
<indexterm zone="kdeaccessibility kmousetool">
|
|
<primary sortas="b-kmousetool">kmousetool</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kmouth">
|
|
<term><command>kmouth</command></term>
|
|
<listitem>
|
|
<para>is an application that enables persons that cannot
|
|
speak to let their computers speak.</para>
|
|
<indexterm zone="kdeaccessibility kmouth">
|
|
<primary sortas="b-kmouth">kmouth</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|