source: kde4/core/kde4graphics.xml@ 0e25c32

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 0e25c32 was 0e25c32, checked in by Thomas Trepl <thomas@…>, 13 years ago

Added the KDE4 section.

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

  • Property mode set to 100644
File size: 5.2 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
7 <!ENTITY kde4graphics-download-http "&kde4-download-http;/kdegraphics-&kde4-version;.tar.bz2">
8 <!ENTITY kde4graphics-download-ftp "&kde4-download-ftp;/kdegraphics-&kde4-version;.tar.bz2">
9 <!ENTITY kde4graphics-md5sum "61961e75d203e3eab6f53744f2a3d9e6">
10 <!ENTITY kde4graphics-size "4.9 MB">
11 <!ENTITY kde4graphics-buildsize " GB">
12 <!ENTITY kde4graphics-time "21.4 SBU">
13]>
14
15<sect1 id="kde4graphics" xreflabel="kde4graphics-&kde4-version;">
16 <?dbhtml filename="kde4graphics.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kdegraphics-&kde4-version;</title>
24
25 <indexterm zone="kde4graphics">
26 <primary sortas="a-kde4graphics">kde4graphics</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kdegraphics</title>
31
32 <para>Kdegraphics provides KDE programs to manage the video
33 display and graphical output. Applications include a kamera
34 project, PDF, DVI, and Postscript viewers, an application to
35 adjust monitor gamma correction, a 3D modeling application to
36 generate POV-Ray scenes, a scanner application and support
37 files for okular. </para>
38
39 &lfs67_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&kde4graphics-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&kde4graphics-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &kde4graphics-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &kde4graphics-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &kde4graphics-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &kde4graphics-time;</para>
60 </listitem>
61 </itemizedlist>
62
63<!--
64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
65 <itemizedlist spacing='compact'>
66 <listitem>
67 <para>Required patch: <ulink
68 url="&patch-root;/kde4graphics-&kdegraphics-version;-fixes-1.patch"/></para>
69 </listitem>
70 </itemizedlist>
71-->
72 <bridgehead renderas="sect3">Kdegraphics Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="qca"/>,
77 <xref linkend="qimageblitz"/>
78 <xref linkend="libdbusmenu-qt"/>,
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="exiv2"/>,
84 <xref linkend="poppler"/> (make sure --enable-xpdf-headers is set),
85 <xref linkend="strigi"/>,
86 <xref linkend="shared-mime-info"/>,
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="poppler"/>,
92 <xref linkend="sane"/>,
93 gphoto, chm, epub, ddjvuapi
94 </para>
95<!--
96 cmake allways says
97 "Could not find OPTIONAL package Poppler-Qt4"
98 while all tests on Poppler seems to be fine :-(
99-->
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/kde4graphics"/>
102 </para>
103
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Kdegraphics</title>
108
109 <para>Install <application>kde4graphics</application> by running
110 the following commands:</para>
111
112<screen><userinput>mkdir build &amp;&amp;
113cd build</userinput></screen>
114
115 <para>Prepare the package for compilation:</para>
116
117<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
118 -DKDE_DEFAULT_HOME=.kde4 \
119 -DSYSCONF_INSTALL_DIR=/etc/kde4 \
120 .. &amp;&amp;
121make</userinput></screen>
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="commands">
130 <title>Command Explanations</title>
131
132 <para><option>- -xyz</option>: This option is set for ...</para>
133
134 </sect2>
135-->
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directory</segtitle>
143
144 <seglistitem>
145 <seg>gwenview, okular and numerous other programs</seg>
146 <seg>several libs in &kde4-dir;/lib</seg>
147 <seg></seg>
148 </seglistitem>
149 </segmentedlist>
150<!--
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="a-kde4graphics">
157 <term><command>kde4graphics</command></term>
158 <listitem>
159 <para>is a testing utility for kde4graphics-generated build trees.</para>
160 <indexterm zone="a-kde4graphics kde4graphics">
161 <primary sortas="b-kde4graphics">kdegraphics</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167-->
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.