source: kde/add/kdegraphics.xml@ efcf979

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 efcf979 was 35bf1ea, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to lame-3.99.3

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

  • Property mode set to 100644
File size: 14.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 kdegraphics-download-http "&trinity-repo-http;/kdegraphics-&trinity-version;.tar.gz">
7 <!ENTITY kdegraphics-download-ftp "&trinity-repo-ftp;/kdegraphics-&trinity-version;.tar.gz">
8 <!ENTITY kdegraphics-md5sum "349f197c9af4bf0d9b8773f26829415e">
9 <!ENTITY kdegraphics-size "8.6 MB">
10 <!ENTITY kdegraphics-buildsize "98 MB">
11 <!ENTITY kdegraphics-time "5.1 SBU">
12]>
13
14<sect1 id="kdegraphics" xreflabel="kdegraphics-&trinity-version;">
15 <?dbhtml filename="kdegraphics.html"?>
16
17 <sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Kdegraphics-&trinity-version;</title>
23
24 <indexterm zone="kdegraphics">
25 <primary sortas="a-kdegraphics">Kdegraphics</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Kdegraphics</title>
30
31 <para><application>Kdegraphics</application> provides
32 <application>KDE</application> programs to manage the video display and
33 graphical output. Applications include PDF, DVI, and Postscript viewers,
34 an application to adjust monitor gamma correction, a 3D modeling
35 application to generate POV-Ray scenes, and a scanner application.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing='compact'>
41 <listitem>
42 <para>Download (HTTP): <ulink url="&kdegraphics-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&kdegraphics-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &kdegraphics-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &kdegraphics-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &kdegraphics-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &kdegraphics-time;</para>
58 </listitem>
59 </itemizedlist>
60
61<!--
62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing="compact">
64 <listitem>
65 <para>Required Patch:
66 <ulink url=""/>
67 </para>
68 </listitem>
69 </itemizedlist>
70-->
71
72 <bridgehead renderas="sect3">Kdegraphics Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="kdebase"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="libjpeg"/>,
82 <xref linkend="libxml2"/>, and
83 <xref linkend="libart_lgpl"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="libtiff"/>,
89 <ulink url="http://ftp.gnome.org/pub/gnome/sources/imlib/1.9/">Imlib</ulink>
90 (not recommended: obsolete, abandoned upstream,
91 needed only for the <command>kuickshow</command> image viewer,
92 <xref linkend="lcms"/>,
93 <xref linkend="poppler"/>
94 (<filename class='libraryfile'>libpoppler-qt.so</filename> must have
95 been built),
96 <xref linkend="sane"/>,
97 <!-- There is an internal copy of Xpdf and there are *no* hooks to any
98 outside version. Commenting this out for now <xref linkend="xpdf"/>, -->
99 <xref linkend="texlive"/>,
100 <xref linkend="fribidi"/>,
101 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
102 <ulink url="http://www.sfr-fresh.com/linux/misc/t1lib">t1lib</ulink>,
103 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
104 <ulink url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>,
105 <ulink url="http://www.rerecognition.com/">KADMOS</ulink> (a commercial
106 OCR engine),
107 <ulink url="http://pages.cs.wisc.edu/~ghost/gv/index.htm">Ghostview</ulink>,
108 <xref linkend="graphviz"/>, and
109 <xref linkend="doxygen"/>
110 </para>
111
112 <para condition="html" role="usernotes">User Notes:
113 <ulink url="&blfs-wiki;/kdegraphics"/></para>
114
115 </sect2>
116
117 <sect2 id="kdegraphics-runtime-dependencies"
118 xreflabel="KDE Graphics Runtime Dependencies">
119 <title>Run-Time Dependencies</title>
120
121 <para>The <command>kooka</command> utility is a scanning and OCR program.
122 In order for <command>kooka</command> to utilize the OCR capabilities, you
123 must install an OCR engine. <command>kooka</command> provides full OCR
124 support using the <ulink url="http://www.rerecognition.com/">KADMOS</ulink>
125 and <ulink url="http://sourceforge.net/projects/jocr">GOCR</ulink> engines
126 and partial support using the <ulink
127 url="https://savannah.gnu.org/projects/ocrad/">Ocrad</ulink> engine.</para>
128
129 <para>The <command>kghostview</command> program requires a ghostscript
130 interpreter from <xref linkend="gs"/> to process PS or PDF files.</para>
131
132 <para>The <command>kpovmodeler</command> program requires
133 <ulink url="http://www.povray.org/">POV-Ray</ulink> to render 3D scenes.</para>
134
135 </sect2>
136
137 <sect2 role="installation">
138 <title>Installation of Kdegraphics</title>
139
140 <para>Install <application>kdegraphics</application> with:</para>
141
142<screen><userinput>KDEGRAPHICS=`pwd` &amp;&amp;
143rm -rf $MAKEDIR &amp;&amp;
144mkdir -p $MAKEDIR &amp;&amp;
145cd $MAKEDIR &amp;&amp;
146
147cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
148 -DCMAKE_VERBOSE_MAKEFILE=ON \
149 -DQT_VERSION=3 \
150 -DCMAKE_CXX_FLAGS="-fpermissive" \
151 -DWITH_TIFF=ON \
152 -DWITH_PAM=ON \
153 -DBUILD_ALL=ON \
154 -DBUILD_KAMERA=OFF \
155 -DBUILD_KSVG=OFF \
156 -DBUILD_KUICKSHOW=OFF \
157 -DBUILD_LIBKSCAN=OFF \
158 -DBUILD_KOOKA=OFF \
159 -DBUILD_KGHOSTVIEW=OFF \
160 -DBUILD_KFILE_PLUGINS=OFF \
161 $KDEGRAPHICS &amp;&amp;
162
163unset KDEGRAPHICS MAKEDIR &amp;&amp;
164make</userinput></screen>
165
166 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
167 href="../../xincludes/kde-apidocs.xml"/>
168
169 <para>This package does not come with a test suite.</para>
170
171 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
172
173<screen role="root"><userinput>make install</userinput></screen>
174
175 </sect2>
176 <sect2 role="commands">
177 <title>Command Explanations</title>
178
179 <para><option>-DBUILD_KAMERA</option>: Requires libgphoto2.</para>
180 <para><option>-DBUILD_KSVG</option>: Requires fribidi.</para>
181 <para><option>-DBUILD_KUICKSHOW</option>: Requires imlib (obsolete).</para>
182 <para><option>-DBUILD_LIBKSCAN</option>: Requires sane.</para>
183 <para><option>-DBUILD_KFILE_PLUGINS</option>: Requires poppler.</para>
184 <para><option>-DBUILD_KOOKA</option>: Requires LIBKSCAN.</para>
185 <para><option>-DWITH_LIBPAPER</option>: Requires libpaper (manage paper characteristics).</para>
186 <para><option>-DWITH_T1LIB</option>: Requires t1lib (generate glyphs from Type 1 fonts).</para>
187 <para><option>-DWITH_OPENEXR</option>: Requires OpenEXR (High def image format).</para>
188
189 </sect2>
190
191 <sect2 role="content">
192 <title>Contents</title>
193
194 <segmentedlist>
195 <segtitle>Installed Programs</segtitle>
196 <segtitle>Installed Libraries</segtitle>
197 <segtitle>Installed Directories</segtitle>
198
199 <seglistitem>
200 <seg>kcolorchooser, kcoloredit, kdvi, kfax, kfaxview, kghostview,
201 kiconedit, kolourpaint, kooka, kpdf, kpovmodeler, kruler, ksnapshot,
202 kuickshow, kview, kviewshell, mrmlsearch, printnodetest, svgdisplay,
203 and xf86gammacfg</seg>
204 <seg>kio_kamera and several other kdegraphics specific libraries and
205 support modules</seg>
206 <seg>The following subdirectories in &kde-dir;: include/{svg,
207 kviewshell, libtext2path-0.1}, share/applnk/Graphics, share/apps/{too
208 many to list}, and share/config/magic</seg>
209 </seglistitem>
210 </segmentedlist>
211
212 <variablelist>
213 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
214 <?dbfo list-presentation="list"?>
215 <?dbhtml list-presentation="table"?>
216
217 <varlistentry id="kcolorchooser">
218 <term><command>kcolorchooser</command></term>
219 <listitem>
220 <para>is a color chooser for a given pallette.</para>
221 <indexterm zone="kdegraphics kcolorchooser">
222 <primary sortas="b-kcolorchooser">kcolorchooser</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="kcoloredit">
228 <term><command>kcoloredit</command></term>
229 <listitem>
230 <para>is a color pallette editor.</para>
231 <indexterm zone="kdegraphics kcoloredit">
232 <primary sortas="b-kcoloredit">kcoloredit</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="kdvi">
238 <term><command>kdvi</command></term>
239 <listitem>
240 <para>is a DVI viewer.</para>
241 <indexterm zone="kdegraphics kdvi">
242 <primary sortas="b-kdvi">kdvi</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="kfax">
248 <term><command>kfax</command></term>
249 <listitem>
250 <para>is a FAX viewer.</para>
251 <indexterm zone="kdegraphics kfax">
252 <primary sortas="b-kfax">kfax</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="kfaxview">
258 <term><command>kfaxview</command></term>
259 <listitem>
260 <para>is a FAX previewer used with
261 <command>kviewshell</command>.</para>
262 <indexterm zone="kdegraphics kfaxview">
263 <primary sortas="b-kfaxview">kfaxview</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="kghostview">
269 <term><command>kghostview</command></term>
270 <listitem>
271 <para>is a PS/PDF viewer.</para>
272 <indexterm zone="kdegraphics kghostview">
273 <primary sortas="b-kghostview">kghostview</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry id="kiconedit">
279 <term><command>kiconedit</command></term>
280 <listitem>
281 <para>is an icon editor.</para>
282 <indexterm zone="kdegraphics kiconedit">
283 <primary sortas="b-kiconedit">kiconedit</primary>
284 </indexterm>
285 </listitem>
286 </varlistentry>
287
288 <varlistentry id="kolourpaint">
289 <term><command>kolourpaint</command></term>
290 <listitem>
291 <para>is a paint program.</para>
292 <indexterm zone="kdegraphics kolourpaint">
293 <primary sortas="b-kolourpaint">kolourpaint</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="kooka">
299 <term><command>kooka</command></term>
300 <listitem>
301 <para>is a raster image scan program.</para>
302 <indexterm zone="kdegraphics kooka">
303 <primary sortas="b-kooka">kooka</primary>
304 </indexterm>
305 </listitem>
306 </varlistentry>
307
308 <varlistentry id="kpdf">
309 <term><command>kpdf</command></term>
310 <listitem>
311 <para>is a PDF viewer.</para>
312 <indexterm zone="kdegraphics kpdf">
313 <primary sortas="b-kpdf">kpdf</primary>
314 </indexterm>
315 </listitem>
316 </varlistentry>
317
318 <varlistentry id="kpovmodeler">
319 <term><command>kpovmodeler</command></term>
320 <listitem>
321 <para>is a graphical 3D modeler, which can generate scenes for
322 <ulink url="http://www.povray.org/">POV-Ray</ulink>.</para>
323 <indexterm zone="kdegraphics kpovmodeler">
324 <primary sortas="b-kpovmodeler">kpovmodeler</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="kruler">
330 <term><command>kruler</command></term>
331 <listitem>
332 <para>is a screen ruler.</para>
333 <indexterm zone="kdegraphics kruler">
334 <primary sortas="b-kruler">kruler</primary>
335 </indexterm>
336 </listitem>
337 </varlistentry>
338
339 <varlistentry id="ksnapshot">
340 <term><command>ksnapshot</command></term>
341 <listitem>
342 <para> is a screen capture program.</para>
343 <indexterm zone="kdegraphics ksnapshot">
344 <primary sortas="b-ksnapshot">ksnapshot</primary>
345 </indexterm>
346 </listitem>
347 </varlistentry>
348
349 <varlistentry id="kuickshow">
350 <term><command>kuickshow</command></term>
351 <listitem>
352 <para>is an image viewer.</para>
353 <indexterm zone="kdegraphics kuickshow">
354 <primary sortas="b-kuickshow">kuickshow</primary>
355 </indexterm>
356 </listitem>
357 </varlistentry>
358
359 <varlistentry id="kview">
360 <term><command>kview</command></term>
361 <listitem>
362 <para>is another image viewer.</para>
363 <indexterm zone="kdegraphics kview">
364 <primary sortas="b-kview">kview</primary>
365 </indexterm>
366 </listitem>
367 </varlistentry>
368
369 <varlistentry id="kviewshell">
370 <term><command>kviewshell</command></term>
371 <listitem>
372 <para>is a generic framework for the KDE viewer
373 applications.</para>
374 <indexterm zone="kdegraphics kviewshell">
375 <primary sortas="b-kviewshell">kviewshell</primary>
376 </indexterm>
377 </listitem>
378 </varlistentry>
379
380 <varlistentry id="xf86gammacfg">
381 <term><command>xf86gammacfg</command></term>
382 <listitem>
383 <para>is a simple tool for monitor gamma correction.</para>
384 <indexterm zone="kdegraphics xf86gammacfg">
385 <primary sortas="b-xf86gammacfg">xf86gammacfg</primary>
386 </indexterm>
387 </listitem>
388 </varlistentry>
389
390 <varlistentry id="kio_kamera">
391 <term><command>kio_kamera</command></term>
392 <listitem>
393 <para>is an ioslave that allows you to view and download images from a
394 digital camera using the <userinput>kamera:/</userinput> URL in
395 <command>konqueror</command>.</para>
396 <indexterm zone="kdegraphics kio_kamera">
397 <primary sortas="c-kio_kamera">kio_kamera</primary>
398 </indexterm>
399 </listitem>
400 </varlistentry>
401
402 </variablelist>
403
404 </sect2>
405
406</sect1>
Note: See TracBrowser for help on using the repository browser.