source: kde/core/qimageblitz.xml@ 2a7334e8

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 2a7334e8 was 2a7334e8, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Update to KDE 4.9.0 and a major overhaul of the section.

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

  • Property mode set to 100644
File size: 4.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 qimageblitz-download-http "http://mirrors.isc.org/pub/kde/stable/qimageblitz/qimageblitz-&qimageblitz-version;.tar.bz2">
8 <!ENTITY qimageblitz-download-ftp "ftp://ftp.kde.org/pub/kde/stable/qimageblitz/qimageblitz-&qimageblitz-version;.tar.bz2">
9 <!ENTITY qimageblitz-md5sum "0ae2f7d4e0876764a97ca73799f61df4">
10 <!ENTITY qimageblitz-size "57 KB">
11 <!ENTITY qimageblitz-buildsize "1.4 MB">
12 <!ENTITY qimageblitz-time "0.1 SBU">
13]>
14
15<sect1 id="qimageblitz" xreflabel="qimageblitz-&qimageblitz-version;">
16 <?dbhtml filename="qimageblitz.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>QImageblitz-&qimageblitz-version;</title>
24
25 <indexterm zone="qimageblitz">
26 <primary sortas="a-qimageblitz">qimageblitz</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to QImageblitz</title>
31
32 <para><application>QImageblitz</application> is a graphical effect and
33 filter library for <application>KDE</application>.</para>
34
35 &lfs71_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&qimageblitz-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&qimageblitz-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &qimageblitz-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &qimageblitz-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &qimageblitz-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &qimageblitz-time;</para>
56 </listitem>
57 </itemizedlist>
58
59<!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/qimageblitz-&qimageblitz-version;-fixes-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67-->
68
69 <bridgehead renderas="sect3">QImageblitz Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="qt"/>
74 </para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/qimageblitz"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of QImageblitz</title>
83
84 <para>Install <application>QImageblitz</application> by running the following
85 commands:</para>
86
87<screen><userinput>mkdir build &amp;&amp;
88cd build &amp;&amp;
89cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. &amp;&amp;
90make</userinput></screen>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97<!--
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><option>- -xyz</option>: This option is set for ...</para>
102
103 </sect2>
104-->
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>blitztest</seg>
115 <seg>libqimageblitz.so</seg>
116 <seg>&kde-dir;/include/qimageblitz</seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="blitztest">
126 <term><command>blitztest</command></term>
127 <listitem>
128 <para>is a testing utility for qimageblitz.</para>
129 <indexterm zone="qimageblitz blitztest">
130 <primary sortas="b-blitztest">blitztest</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 </variablelist>
136
137 </sect2>
138
139</sect1>
140
Note: See TracBrowser for help on using the repository browser.