source: archive/kde/add/kdeaccessibility.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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