mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
3f2db3a638
They only contain a date tag that is nowhere used.
183 lines
6.3 KiB
XML
183 lines
6.3 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 "&trinity-repo-http;/kdeaccessibility-&trinity-version;.tar.gz">
|
|
<!ENTITY kdeaccessibility-download-ftp "&trinity-repo-ftp;/kdeaccessibility-&trinity-version;.tar.gz">
|
|
<!ENTITY kdeaccessibility-md5sum "ce31b01c1831046fb28aab172f2423bf">
|
|
<!ENTITY kdeaccessibility-size "8.7 MB">
|
|
<!ENTITY kdeaccessibility-buildsize "197 MB">
|
|
<!ENTITY kdeaccessibility-time "1.6 SBU">
|
|
]>
|
|
|
|
<sect1 id="kdeaccessibility" xreflabel="kdeaccessibility-&trinity-version;">
|
|
<?dbhtml filename="kdeaccessibility.html"?>
|
|
|
|
|
|
<title>Kdeaccessibility-&trinity-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>
|
|
|
|
&lfs70_checked;
|
|
|
|
<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"/>,
|
|
<xref linkend="libxml2"/>, and
|
|
<xref linkend="alsa"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="akode"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kdeaccessibility"/></para>
|
|
|
|
</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="installation">
|
|
<title>Installation of Kdeaccessibility</title>
|
|
|
|
<para>Install <application>kdeaccessibility</application> with:</para>
|
|
|
|
<screen><userinput>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</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 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>
|