source: general/genlib/qca.xml@ 47969a6

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

Add several packages in preparation for (but not only for) KDE4

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

  • Property mode set to 100644
File size: 4.0 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 qca-download-http "http://delta.affinix.com/download/qca/2.0/qca-&qca-version;.tar.bz2">
8 <!ENTITY qca-download-ftp " ">
9 <!ENTITY qca-md5sum "fc15bd4da22b8096c51fcfe52d2fa309">
10 <!ENTITY qca-size "4.5 MB">
11 <!ENTITY qca-buildsize "89 MB">
12 <!ENTITY qca-time "2.2 SBU">
13]>
14
15<sect1 id="qca" xreflabel="qca-&qca-version;">
16 <?dbhtml filename="qca.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Qca-&qca-version;</title>
24
25 <indexterm zone="qca">
26 <primary sortas="l-qca">qca</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to QCA</title>
31
32 <para><application>QCA</application> aims to provide a straightforward
33 and cross-platform crypto API, using <application>Qt4</application> datatypes
34 and conventions. <application>QCA</application> separates the API from
35 the implementation, using plugins known as Providers.</para>
36
37 &lfs67_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&qca-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&qca-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &qca-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &qca-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &qca-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &qca-time;</para>
58 </listitem>
59 </itemizedlist>
60
61<!--
62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing='compact'>
64 <listitem>
65 <para>Required patch: <ulink
66 url="&patch-root;/qca-&qca-version;-fixes-1.patch"/></para>
67 </listitem>
68 </itemizedlist>
69-->
70 <bridgehead renderas="sect3">qca Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="qt4"/>
75 </para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/qca"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of QCA</title>
84
85 <para>Install <application>qca</application> by running the following
86 commands:</para>
87
88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix QtCore) &amp;&amp;
89make</userinput></screen>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96<!--
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><option>- -xyz</option>: This option is set for ...</para>
101
102 </sect2>
103-->
104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Program</segtitle>
109 <segtitle>Installed Libraries</segtitle>
110 <segtitle>Installed Directory</segtitle>
111
112 <seglistitem>
113 <seg>None</seg>
114 <seg>libqca.so</seg>
115 <seg>$QT4DIR/share/qca</seg>
116 </seglistitem>
117 </segmentedlist>
118<!--
119 <variablelist>
120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
121 <?dbfo list-presentation="list"?>
122 <?dbhtml list-presentation="table"?>
123
124 <varlistentry id="a-automoc4">
125 <term><command>automoc4</command></term>
126 <listitem>
127 <para>is a testing utility for qca-generated build trees.</para>
128 <indexterm zone="a-automoc4 automoc4">
129 <primary sortas="b-automoc4">automoc4</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
133
134 </variablelist>
135-->
136 </sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.