source: kde/add/kdegraphics.xml@ 393aab6

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 393aab6 was 393aab6, checked in by Randy McMurchy <randy@…>, 20 years ago

Added gcc34 patch to fix an LFS-6.0 build problem and added additional optional dependencies to kdegraphics

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

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