source: general/genlib/qca.xml@ b93eccf0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 b93eccf0 was b93eccf0, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to plasma5-5.16.4
Tag plasma dependencies.

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

  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[47969a6]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
[daec4b5]7 <!ENTITY qca-download-http "http://download.kde.org/stable/qca/&qca-version;/qca-&qca-version;.tar.xz">
[47969a6]8 <!ENTITY qca-download-ftp " ">
[b4c475d]9 <!ENTITY qca-md5sum "5d809bf0ade891dc89dfd7639cbeaa9d">
[691fc571]10 <!ENTITY qca-size "676 KB">
11 <!ENTITY qca-buildsize "30 MB">
12 <!ENTITY qca-time "0.6 SBU (using parallelism=4; add 1.0 SBU for tests)">
[47969a6]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">
[81586492]26 <primary sortas="a-qca">qca</primary>
[47969a6]27 </indexterm>
28
29 <sect2 role="package">
[ad41452]30 <title>Introduction to Qca</title>
[47969a6]31
[0d7900a]32 <para><application>Qca</application> aims to provide a straightforward
33 and cross-platform crypto API, using <application>Qt</application> datatypes
34 and conventions. <application>Qca</application> separates the API from
[47969a6]35 the implementation, using plugins known as Providers.</para>
36
[b93eccf0]37 &lfs90_checked;
[47969a6]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>
[691fc571]60<!--
[b51c6f5c]61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing="compact">
63 <listitem>
64 <para>
65 Required patch:
66 <ulink url="&patch-root;/qca-&qca-version;-openssl-1.patch"/>
67 </para>
68 </listitem>
69 </itemizedlist>
[691fc571]70-->
[ad41452]71 <bridgehead renderas="sect3">Qca Dependencies</bridgehead>
[47969a6]72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[2198a32]75 <xref linkend="make-ca"/>,
[615961f]76 <xref linkend="cmake"/>,
[67b1a0a]77 <xref linkend="qt5"/>, and
[e40b79b6]78 <xref linkend="which"/>
[47969a6]79 </para>
80
[615961f]81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="Optional">
83 <xref linkend="cyrus-sasl"/>,
84 <xref linkend="gnupg2"/>,
85 <xref linkend="libgcrypt"/>,
86 <xref linkend="libgpg-error"/>,
87 <xref linkend="nss"/>,
88 <xref linkend="nspr"/>,
89 <xref linkend="p11-kit"/>,
[691fc571]90 <xref linkend="doxygen"/>,
91 <xref linkend="which"/>, and
92 <ulink url="https://botan.randombit.net/">Botan</ulink>
[615961f]93 </para>
94
[47969a6]95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/qca"/></para>
97
98 </sect2>
99
100 <sect2 role="installation">
[ad41452]101 <title>Installation of Qca</title>
[691fc571]102<!--
[b51c6f5c]103 <para>Use <application>openssl-1.1</application>:</para>
104
105<screen><userinput>patch -Np1 -i ../qca-2.1.3-openssl-1.patch</userinput></screen>
[691fc571]106-->
[1e314ce]107 <para>Fix the location of the CA certificates:</para>
108
[5c3f3856]109<screen><userinput>sed -i 's@cert.pem@certs/ca-bundle.crt@' CMakeLists.txt</userinput></screen>
[1e314ce]110
[ad41452]111 <para>Install <application>Qca</application> by running the following
[47969a6]112 commands:</para>
113
[615961f]114<screen><userinput>mkdir build &amp;&amp;
115cd build &amp;&amp;
116
[691fc571]117cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR \
118 -DCMAKE_BUILD_TYPE=Release \
119 -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \
120 .. &amp;&amp;
[7170000e]121make</userinput></screen>
122
[691fc571]123 <para>To test the results, issue <command>make test</command>. One test
124 using <xref linkend="gnupg2"/> fails without a correct passphrase. The
125 required passphrase does not seem to be published.</para>
[9ca304a]126
[47969a6]127 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
[ad41452]132
[47969a6]133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
[615961f]136 <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
137 used to apply a higher level of compiler optimizations.</para>
[47969a6]138
[f3429309]139 <para><parameter>-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>:
[cbdad90b]140 Install the qca man page in the normal location.</para>
141
[47969a6]142 </sect2>
[ad41452]143
[47969a6]144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
[ad41452]148 <segtitle>Installed Programs</segtitle>
[47969a6]149 <segtitle>Installed Libraries</segtitle>
[ad41452]150 <segtitle>Installed Directories</segtitle>
[47969a6]151
152 <seglistitem>
[67b1a0a]153 <seg>mozcerts-qt5 and qcatool-qt5</seg>
[b51c6f5c]154 <seg>
155 libqca-qt5.so,
156 libqca-cyrus-sasl.so,
157 libqca-gcrypt.so,
158 libqca-gnupg.so,
159 libqca-logger.so,
160 libqca-nss.so,
161 libqca-ossl.so, and
162 libqca-softstore.so
163 </seg>
[615961f]164 <seg>
[67b1a0a]165 &qt5-dir;/include/Qca-qt5,
166 &qt5-dir;/lib/cmake/Qca-qt5, and
167 &qt5-dir;/lib/qca-qt5
[615961f]168 </seg>
[47969a6]169 </seglistitem>
170 </segmentedlist>
[a88acf4]171
[47969a6]172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
[615961f]177 <varlistentry id="mozcerts">
[67b1a0a]178 <term><command>mozcerts-qt5</command></term>
[615961f]179 <listitem>
180 <para>is a command line tool for converting certdata.txt into
181 outfile.pem files.</para>
182 <indexterm zone="qca mozcerts">
[67b1a0a]183 <primary sortas="b-mozcerts">mozcerts-qt5</primary>
[615961f]184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="qcatool">
[67b1a0a]189 <term><command>qcatool-qt5</command></term>
[a88acf4]190 <listitem>
191 <para>is a command line tool for performing various cryptographic
[615961f]192 operations with Qca.</para>
193 <indexterm zone="qca qcatool">
[67b1a0a]194 <primary sortas="b-qcatool">qcatool-qt5</primary>
[a88acf4]195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="libqca">
[67b1a0a]200 <term><filename class='libraryfile'>libqca-qt5.so</filename></term>
[47969a6]201 <listitem>
[a88acf4]202 <para>is the Qt Cryptography Architecture (Qca) library.</para>
203 <indexterm zone="qca libqca">
[67b1a0a]204 <primary sortas="c-libqca">libqca-qt5.so</primary>
[47969a6]205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
[a88acf4]210
[47969a6]211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.