source: kde/add/kdegraphics.xml@ 4e83952

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 4e83952 was b63b992, checked in by Randy McMurchy <randy@…>, 19 years ago

Added new security patches to kdelibs and kdegraphics instructions

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

  • Property mode set to 100644
File size: 5.4 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 kdegraphics-download-http "&kde-download-http;/kdegraphics-&kde-version;.tar.bz2">
8<!ENTITY kdegraphics-download-ftp "&kde-download-ftp;/kdegraphics-&kde-version;.tar.bz2">
9<!ENTITY kdegraphics-md5sum "03092b8be2f7054d71895b8fd58ad26e">
10<!ENTITY kdegraphics-size "6.2 MB">
11<!ENTITY kdegraphics-buildsize "135 MB">
12<!ENTITY kdegraphics-time "13.76 SBU">
13]>
14
15<sect1 id="kdegraphics" xreflabel="kdegraphics-&kde-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="kdegraphics.html"?>
21<title><application>kdegraphics</application>-&kde-version;</title>
22
23<sect2>
24<title>Introduction to <application>kdegraphics</application></title>
25
26<sect3><title>Package information</title>
27<itemizedlist spacing='compact'>
28<listitem><para>Download (HTTP): <ulink
29url="&kdegraphics-download-http;"/></para></listitem>
30<listitem><para>Download (FTP): <ulink
31url="&kdegraphics-download-ftp;"/></para></listitem>
32<listitem><para>Download MD5 sum: &kdegraphics-md5sum;</para></listitem>
33<listitem><para>Download size: &kdegraphics-size;</para></listitem>
34<listitem><para>Estimated disk space required:
35&kdegraphics-buildsize;</para></listitem>
36<listitem><para>Estimated build time:
37&kdegraphics-time;</para></listitem></itemizedlist>
38</sect3>
39
40<sect3><title>Additional download</title>
41<itemizedlist spacing='compact'>
42<listitem><para>Required patch: <ulink
43url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdegraphics.diff"/></para>
44</listitem></itemizedlist>
45</sect3>
46
47<sect3><title><application>kdegraphics</application> dependencies</title>
48<sect4><title>Required</title>
49<para><xref linkend="kdebase"/></para>
50</sect4>
51
52<sect4><title>Recommended</title>
53<para><xref linkend="libjpeg"/>,
54<xref linkend="libxml2"/> and
55<xref linkend="libart_lgpl"/></para>
56</sect4>
57
58<sect4><title>Optional</title>
59<para><xref linkend="libtiff"/>,
60<xref linkend="imlib"/>,
61<xref linkend="lcms"/>,
62<xref linkend="sane"/>,
63<xref linkend="xpdf"/>,
64<xref linkend="pst-typesetting-tex"/>,
65<ulink url="http://freedesktop.org/Software/FriBidi">FriBidi</ulink>,
66<ulink url="http://www.gphoto.org/">gPhoto2</ulink>,
67<ulink
68url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">t1lib</ulink>,
69<ulink url="http://www.openexr.com/">OpenEXR</ulink> and
70<ulink
71url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>
72</para></sect4>
73</sect3>
74
75</sect2>
76
77<sect2>
78<title>Installation of <application>kdegraphics</application></title>
79
80<para>Install <application>kdegraphics</application> with:</para>
81
82<screen><userinput><command>patch -Np0 -i ../post-3.3.2-kdegraphics.diff &amp;&amp;
83./configure --prefix=&kde-dir; --disable-debug \
84 --disable-dependency-tracking &amp;&amp;
85make &amp;&amp;
86make install</command></userinput></screen>
87
88</sect2>
89
90<sect2>
91<title>Contents</title>
92
93<para>Major programs in <application>kdegraphics</application> include
94<command>kcoloredit</command>,
95<command>kdvi</command>,
96<command>kfax</command>,
97<command>kgamma</command>,
98<command>kghostview</command>,
99<command>kiconedit</command>,
100<command>kooka</command>,
101<command>kpaint</command>,
102<command>kpdf</command>,
103<command>kpovmodeler</command>,
104<command>kruler</command>,
105<command>ksnapshot</command>,
106<command>kuickshow</command>,
107<command>kview</command> and the
108<filename class='libraryfile'>kio_kamera</filename> io slave.</para>
109
110</sect2>
111
112<sect2><title>Description</title>
113
114<sect3><title>kcoloredit</title>
115<para><command>kcoloredit</command> is a color pallette
116editor.</para></sect3>
117
118<sect3><title>kdvi</title>
119<para><command>kdvi</command> is a <acronym>DVI</acronym>
120viewer.</para></sect3>
121
122<sect3><title>kfax</title>
123<para><command>kfax</command> is a <acronym>FAX</acronym>
124viewer.</para></sect3>
125
126<sect3><title>kgamma</title>
127<para><command>kgamma</command> is a simple tool for monitor gamma
128correction.</para></sect3>
129
130<sect3><title>kghostview</title>
131<para><command>kghostview</command> is a
132<acronym>PS</acronym>/<acronym>PDF</acronym> viewer.</para></sect3>
133
134<sect3><title>kiconedit</title>
135<para><command>kiconedit</command> is an icon editor.</para></sect3>
136
137<sect3><title>kooka</title>
138<para><command>kooka</command> is a raster image scan
139program.</para></sect3>
140
141<sect3><title>kpaint</title>
142<para><command>kpaint</command> is a paint program.</para></sect3>
143
144<sect3><title>kpovmodeler</title>
145<para><command>kpovmodeler</command> is a graphical 3D modeler,
146which can generate scenes for
147<ulink url="http://www.povray.org/">POV-Ray</ulink>.</para></sect3>
148
149<sect3><title>kruler</title>
150<para><command>kruler</command> is a screen ruler.</para></sect3>
151
152<sect3><title>ksnapshot</title>
153<para><command>ksnapshot</command> is a screen capture
154program.</para></sect3>
155
156<sect3><title>kuickshow</title>
157<para><command>kuickshow</command> is an image viewer.</para></sect3>
158
159<sect3><title>kview</title>
160<para><command>kview</command> is another image viewer.</para></sect3>
161
162<sect3><title>kio_kamera io slave</title>
163<para>The <filename class='libraryfile'>kio_kamera</filename> io slave allows
164you to view and download images from a digital camera using the
165<userinput>kamera:/</userinput> <acronym>URL</acronym> in
166<application>konqueror</application>.</para></sect3>
167
168</sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.