source: archive/kde/add/kdeaccessibility.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[60384c68]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[60384c68]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[76cfd80]6 <!ENTITY kdeaccessibility-download-http "&trinity-repo-http;/kdeaccessibility-&trinity-version;.tar.gz">
7 <!ENTITY kdeaccessibility-download-ftp "&trinity-repo-ftp;/kdeaccessibility-&trinity-version;.tar.gz">
8 <!ENTITY kdeaccessibility-md5sum "ce31b01c1831046fb28aab172f2423bf">
9 <!ENTITY kdeaccessibility-size "8.7 MB">
10 <!ENTITY kdeaccessibility-buildsize "197 MB">
11 <!ENTITY kdeaccessibility-time "1.6 SBU">
[60384c68]12]>
13
[76cfd80]14<sect1 id="kdeaccessibility" xreflabel="kdeaccessibility-&trinity-version;">
[5bdbd0c3]15 <?dbhtml filename="kdeaccessibility.html"?>
16
17
[76cfd80]18 <title>Kdeaccessibility-&trinity-version;</title>
[5bdbd0c3]19
20 <indexterm zone="kdeaccessibility">
21 <primary sortas="a-kdeaccessibility">Kdeaccessibility</primary>
22 </indexterm>
23
24 <sect2 role="package">
[b9e43e1]25 <title>Introduction to Kdeaccessibility</title>
[5bdbd0c3]26
[90bd3c1b]27 <para><application>Kdeaccessibility</application> provides
28 <application>KDE</application> programs to aid handicapped users. Programs
29 include a screen magnifier, a text to speech plugin service to allow an
30 application to speak using the DCOP interface, and an application for
31 computer speech for mute users.</para>
32
[7247d44]33 &lfs70_checked;
34
[5bdbd0c3]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing='compact'>
37 <listitem>
38 <para>Download (HTTP): <ulink url="&kdeaccessibility-download-http;"/>
39 </para></listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&kdeaccessibility-download-ftp;"/>
42 </para></listitem>
43 <listitem>
44 <para>Download MD5 sum: &kdeaccessibility-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &kdeaccessibility-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &kdeaccessibility-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &kdeaccessibility-time;</para>
54 </listitem>
55 </itemizedlist>
56
[b9e43e1]57 <bridgehead renderas="sect3">Kdeaccessibility Dependencies</bridgehead>
[5bdbd0c3]58
59 <bridgehead renderas="sect4">Required</bridgehead>
[76cfd80]60 <para role="required">
61 <xref linkend="kdebase"/>
62 </para>
[5bdbd0c3]63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
[76cfd80]65 <para role="recommended">
66 <xref linkend="libjpeg"/>,
67 <xref linkend="libxml2"/>, and
68 <xref linkend="alsa"/>
69 </para>
[5bdbd0c3]70
71 <bridgehead renderas="sect4">Optional</bridgehead>
[76cfd80]72 <para role="optional">
73 <xref linkend="akode"/>
74 </para>
[5bdbd0c3]75
[a3ef34c2]76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/kdeaccessibility"/></para>
78
[5bdbd0c3]79 </sect2>
80
[d33b066]81 <sect2 id="kdeaccessibility-runtime-dependencies"
82 xreflabel="KDE Accessability Runtime Dependencies">
83 <title>Run-Time Dependencies</title>
84
[64d92a80]85 <para>Several <application>KDE</application> accessibility programs access
[d33b066]86 other programs at run time for rendering speech from text. These include
[0d7900a]87 <xref linkend="freetts"/>,
88 <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>,
[76cfd80]89 <ulink url="http://www.speech.cs.cmu.edu/flite/index.html">Festival Lite</ulink>,
[0d7900a]90 <ulink url='http://epos.ure.cas.cz/'>Epos</ulink>, or
91 <ulink url='http://tcts.fpms.ac.be/synthesis/mbrola.html'>MBROLA</ulink>
92 with optionally
[76cfd80]93 <ulink url='http://www.ikp.uni-bonn.de/dt/forsch/phonetik/hadifix/HADIFIXforMBROLA.html'>Txt2pho</ulink>.</para>
[d33b066]94
95
[5f238c99]96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Kdeaccessibility</title>
100
101 <para>Install <application>kdeaccessibility</application> with:</para>
102
[76cfd80]103<screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in &amp;&amp;
104cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh &amp;&amp;
105sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \
106 admin/acinclude.m4.in &amp;&amp;
107make -f admin/Makefile.common &amp;&amp;
108
109./configure --prefix=$TRINITY_PREFIX \
[ad24d3e1]110 --with-qt-dir=$QTDIR \
[76cfd80]111 --enable-closure \
112 --with-alsa \
113 --with-extra-includes=$TRINITY_PREFIX/include \
114 --with-extra-libs=$TRINITY_PREFIX/lib &amp;&amp;
115
[5f238c99]116make</userinput></screen>
117
[410e228b]118 <para>This package does not come with a test suite.</para>
[5f238c99]119
120 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
[5bdbd0c3]124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
[9f271dd]133
[5bdbd0c3]134 <seglistitem>
[b9e43e1]135 <seg>kmag, kmousetool, and kmouth</seg>
[64d92a80]136 <seg>kdeaccessibility support libraries</seg>
[5bdbd0c3]137 <seg>None</seg>
138 </seglistitem>
139 </segmentedlist>
[9f271dd]140
[5bdbd0c3]141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="kmag">
147 <term><command>kmag</command></term>
148 <listitem>
[b9e43e1]149 <para>is a screen magnifier for <application>KDE</application>.</para>
[5bdbd0c3]150 <indexterm zone="kdeaccessibility kmag">
151 <primary sortas="b-kmag">kmag</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="kmousetool">
157 <term><command>kmousetool</command></term>
158 <listitem>
[00c8453]159 <para>is a utility which clicks the mouse whenever the mouse
[5bdbd0c3]160 cursor pauses briefly.</para>
161 <indexterm zone="kdeaccessibility kmousetool">
162 <primary sortas="b-kmousetool">kmousetool</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="kmouth">
168 <term><command>kmouth</command></term>
169 <listitem>
[00c8453]170 <para>is an application that enables persons that cannot
[5bdbd0c3]171 speak to let their computers speak.</para>
172 <indexterm zone="kdeaccessibility kmouth">
173 <primary sortas="b-kmouth">kmouth</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
[9f271dd]178 </variablelist>
179
[5bdbd0c3]180 </sect2>
[fc20429]181
182</sect1>
Note: See TracBrowser for help on using the repository browser.