source: kde/add/kdeaccessibility.xml@ e444c076

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e444c076 was 410e228b, checked in by Randy McMurchy <randy@…>, 16 years ago

Removed extraneous whitespace from the ends of line text

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7431 af4574ff-66df-0310-9fd7-8a98e5e911e0

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