source: kde/core/qimageblitz.xml@ 83ef2a4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 83ef2a4 was 59e0f32, checked in by Pierre Labastie <pieere@…>, 9 years ago

KDE4 tags, except phonon and k3b

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

  • Property mode set to 100644
File size: 4.3 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 "&kde-download-http;qimageblitz/qimageblitz-&qimageblitz-version;.tar.bz2">
8 <!ENTITY qimageblitz-download-ftp "&kde-download-ftp;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 &lfs78_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="qt4"/> and
74 <xref linkend="cmake"/>
75 </para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/qimageblitz"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of QImageblitz</title>
84
85 <para>Install <application>QImageblitz</application> by running the following
86 commands:</para>
87
88<screen><userinput>mkdir build &amp;&amp;
89cd build &amp;&amp;
90
91cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev .. &amp;&amp;
92make</userinput></screen>
93
94 <para>
95 This package does not come with a test suite.
96 </para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103<!--
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><option>- -xyz</option>: This option is set for ...</para>
108
109 </sect2>
110-->
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>blitztest</seg>
121 <seg>libqimageblitz.so</seg>
122 <seg>&kde-dir;/include/qimageblitz</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="blitztest">
132 <term><command>blitztest</command></term>
133 <listitem>
134 <para>is a testing utility for qimageblitz.</para>
135 <indexterm zone="qimageblitz blitztest">
136 <primary sortas="b-blitztest">blitztest</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 </variablelist>
142
143 </sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.