source: kde/add/kdeaccessibility.xml@ 7f76b96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY kdeaccessibility-download-http "&kde-download-http;/kdeaccessibility-&kde-version;.tar.bz2">
8<!ENTITY kdeaccessibility-download-ftp "&kde-download-ftp;/kdeaccessibility-&kde-version;.tar.bz2">
9<!ENTITY kdeaccessibility-md5sum "2d1fc370ce1e6a58c82d4dc283ee206d">
10<!ENTITY kdeaccessibility-size "1.2 MB">
11<!ENTITY kdeaccessibility-buildsize "12.9 MB">
12<!ENTITY kdeaccessibility-time "0.74 SBU">
13]>
14
15<sect1 id="kdeaccessibility">
16
17<sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20</sect1info>
21
22<?dbhtml filename="kdeaccessibility.html"?>
23<title>kdeaccessibility-&kde-version;</title>
24
25<indexterm zone="kdeaccessibility">
26 <primary sortas="a-kdeaccessibility">Kdeaccessibility</primary>
27</indexterm>
28
29<sect2>
30<title>Introduction to <application>kdeaccessibility</application></title>
31
32<sect3><title>Package information</title>
33 <itemizedlist spacing='compact'>
34 <listitem><para>Download (HTTP): <ulink url="&kdeaccessibility-download-http;"/></para></listitem>
35 <listitem><para>Download (FTP): <ulink url="&kdeaccessibility-download-ftp;"/></para></listitem>
36 <listitem><para>Download MD5 sum: &kdeaccessibility-md5sum;</para></listitem>
37 <listitem><para>Download size: &kdeaccessibility-size;</para></listitem>
38 <listitem><para>Estimated disk space required: &kdeaccessibility-buildsize;</para></listitem>
39 <listitem><para>Estimated build time: &kdeaccessibility-time;</para></listitem>
40 </itemizedlist>
41</sect3>
42
43<sect3>
44 <title><application>kdeaccessibility</application> dependencies</title>
45
46<sect4>
47 <title>Required</title>
48 <para><xref linkend="kdebase"/></para>
49</sect4>
50
51<sect4>
52 <title>Recommended</title>
53 <para><xref linkend="libjpeg"/> and
54 <xref linkend="libxml2"/>
55 </para>
56</sect4>
57
58<sect4>
59 <title>Optional</title>
60 <para>A text-to-speech synthesis program such as
61 <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink> or
62 <ulink url="http://freetts.sourceforge.net/">FreeTTS</ulink> is required by
63 <command>kmouth</command> to render speech.
64 </para>
65</sect4>
66</sect3>
67
68</sect2>
69
70<sect2>
71<title>Installation of <application>kdeaccessibility</application></title>
72
73<para>Install <application>kdeaccessibility</application> with:</para>
74
75<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
76 --disable-dependency-tracking &amp;&amp;
77make</command></userinput></screen>
78
79<para>Now, as the root user:</para>
80
81<screen><userinput role='root'><command>make install</command></userinput></screen>
82
83</sect2>
84
85<sect2>
86<title>Contents</title>
87
88<segmentedlist>
89 <segtitle>Installed Programs</segtitle>
90
91 <seglistitem>
92 <seg>kmag, kmousetool, kmouth</seg>
93 </seglistitem>
94</segmentedlist>
95
96<variablelist>
97 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
98 <?dbfo list-presentation="list"?>
99
100<varlistentry id="kmag">
101 <term><command>kmag</command></term>
102 <listitem>
103 <para>is a screen magnifier for <acronym>KDE</acronym>.</para>
104 <indexterm zone="kdeaccessibility kmag">
105 <primary sortas="b-kmag">kmag</primary>
106 </indexterm>
107 </listitem>
108</varlistentry>
109
110<varlistentry id="kmousetool">
111 <term><command>kmousetool</command></term>
112 <listitem>
113 <para>is a utility which clicks the mouse whenever the mouse cursor pauses briefly.</para>
114 <indexterm zone="kdeaccessibility kmousetool">
115 <primary sortas="b-kmousetool">kmousetool</primary>
116 </indexterm>
117 </listitem>
118</varlistentry>
119
120<varlistentry id="kmouth">
121 <term><command>kmouth</command></term>
122 <listitem>
123 <para>is an application that enables persons that cannot speak to let their computers speak.</para>
124 <indexterm zone="kdeaccessibility kmouth">
125 <primary sortas="b-kmouth">kmouth</primary>
126 </indexterm>
127 </listitem>
128</varlistentry>
129
130</variablelist>
131</sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.