source: postlfs/security/gpgme.xml@ 73c5b574

12.0 12.1 12.2 gimp3 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 73c5b574 was 786c586, checked in by Xi Ruoyao <xry111@…>, 16 months ago

gpgme: Fix punctuation

  • Property mode set to 100644
File size: 8.0 KB
RevLine 
[b358845]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
[8dfc5c3]7 <!ENTITY gpgme-download-http "&gnupg-http;/gpgme/gpgme-&gpgme-version;.tar.bz2">
[d4e8cd93]8 <!ENTITY gpgme-download-ftp "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2">
[14d673a2]9 <!ENTITY gpgme-download-ftp " ">
[0d6d30b]10 <!ENTITY gpgme-md5sum "526949233610f46655741cafd09e66a7">
[0a18d81]11 <!ENTITY gpgme-size "1.7 MB">
[0d6d30b]12 <!ENTITY gpgme-buildsize "189 MB (Add 34 MB for tests)">
[6a8a6a0]13 <!ENTITY gpgme-time "0.6 SBU (with all bindings, add 0.8 SBU for tests; both with parallelism=4)">
[b358845]14]>
15
16<sect1 id="gpgme" xreflabel="GPGME-&gpgme-version;">
17 <?dbhtml filename="gpgme.html"?>
18
19
20 <title>GPGME-&gpgme-version;</title>
21
22 <indexterm zone="gpgme">
23 <primary sortas="a-GPGME">GPGME</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GPGME</title>
28
[d6da5da]29 <para>
[200bab29]30 The <application>GPGME</application> package is a C library
[bbacc9a]31 that allows cryptography support to be added to a
[d6da5da]32 program. It is designed to make access to public key crypto
33 engines like <application>GnuPG</application> or GpgSM easier
34 for applications. <application>GPGME</application> provides
35 a high-level crypto API for encryption, decryption, signing,
36 signature verification and key management.
37 </para>
[b358845]38
[74b918b]39 &lfs113_checked;
[b358845]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[d6da5da]44 <para>
45 Download (HTTP): <ulink url="&gpgme-download-http;"/>
46 </para>
[b358845]47 </listitem>
48 <listitem>
[d6da5da]49 <para>
50 Download (FTP): <ulink url="&gpgme-download-ftp;"/>
51 </para>
[b358845]52 </listitem>
53 <listitem>
[d6da5da]54 <para>
55 Download MD5 sum: &gpgme-md5sum;
56 </para>
[b358845]57 </listitem>
58 <listitem>
[d6da5da]59 <para>
60 Download size: &gpgme-size;
61 </para>
[b358845]62 </listitem>
63 <listitem>
[d6da5da]64 <para>
65 Estimated disk space required: &gpgme-buildsize;
66 </para>
[b358845]67 </listitem>
68 <listitem>
[d6da5da]69 <para>
70 Estimated build time: &gpgme-time;
71 </para>
[b358845]72 </listitem>
73 </itemizedlist>
[e1d06c0]74<!--
[367cbd0]75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Recommended patch (required if SWIG is installed):
80 <ulink url="&patch-root;/gpgme-&gpgme-version;-gpg_error_1_46-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
[e1d06c0]84-->
[b358845]85 <bridgehead renderas="sect3">GPGME Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
[d6da5da]88 <para role="required">
89 <xref linkend="libassuan"/>
90 </para>
[b358845]91
92 <bridgehead renderas="sect4">Optional</bridgehead>
[289d262f]93 <para role="optional">
[33690a1]94 <xref linkend="doxygen"/> and
[cd074c2]95 <xref linkend="graphviz"/> (for API documentation),
[33690a1]96 <xref linkend="gnupg2"/> (required if Qt or SWIG are installed;
[48771ae]97 used during the test suite),
[33690a1]98 <xref linkend="clisp"/>,<!--
99gpgme can still use python 2.7, but can use python3 as well,
100so do not advertise python2
101 <xref linkend="python2"/>,-->
[30d6b736]102 <xref linkend="qt5"/>, and/or
103 <xref linkend="swig"/> (for language bindings)
[d6da5da]104 </para>
[b358845]105
106 <para condition="html" role="usernotes">User Notes:
[d6da5da]107 <ulink url="&blfs-wiki;/gpgme"/>
108 </para>
[b358845]109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of GPGME</title>
113
[d6da5da]114 <para>
115 Install <application>GPGME</application> by running the following
116 commands:
117 </para>
[b358845]118
[14f0ab29]119<screen><userinput>./configure --prefix=/usr --disable-gpg-test &amp;&amp;
[b358845]120make</userinput></screen>
[150992ab]121
[d6da5da]122 <para>
[14f0ab29]123 To test the results, you should have <xref linkend="gnupg2"/> installed
124 and remove the <command>--disable-gpg-test</command> above. Issue:
[786c586]125 <command>make -k check</command>. One test, TestRemarks, is known to fail.
[d6da5da]126 </para>
[b358845]127
[d6da5da]128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
[b358845]131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
[f7ac7b2]135
[14f0ab29]136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <para>
140 <parameter>--disable-gpg-test</parameter>: if this parameter is not
141 passed to configure, the test programs are built during
142 <command>make</command> stage, which requires <xref linkend="gnupg2"/>.
143 This parameter is not needed if <xref linkend="gnupg2"/> is installed.
144 </para>
145
146 </sect2>
147
[b358845]148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Program</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directory</segtitle>
155
156 <seglistitem>
[d6da5da]157 <seg>
[b3285de]158 gpgme-json, and gpgme-tool
[d6da5da]159 </seg>
160 <seg>
[cd074c2]161 libgpgme, libgpgmepp.so, and libqgpgme.so
[d6da5da]162 </seg>
163 <seg>
[cd074c2]164 /usr/include/{gpgme++,qgpgme,QGpgME},
165 /usr/lib/cmake/{Gpgmepp,QGpgme}.
[90691c23]166 /usr/lib/python{2.7,3.9}/site-packages/gpg, and
[d6da5da]167 /usr/share/common-lisp/source/gpgme
168 </seg>
[b358845]169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
[cd074c2]177 <varlistentry id="gpgme-json">
178 <term><command>gpgme-json</command></term>
179 <listitem>
180 <para>
[4c24eb0a]181 outputs <application>GPGME</application> commands in JSON format
[cd074c2]182 </para>
183 <indexterm zone="gpgme gpgme-json">
184 <primary sortas="b-gpgme-json">gpgme-json</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
[150992ab]189 <varlistentry id="gpgme-tool">
190 <term><command>gpgme-tool</command></term>
191 <listitem>
192 <para>
[d5f6e8e]193 is an assuan server exposing <application>GPGME</application>
194 operations, such as printing fingerprints and keyids with
[4c24eb0a]195 keyservers
[150992ab]196 </para>
197 <indexterm zone="gpgme gpgme-tool">
198 <primary sortas="b-gpgme-tool">gpgme-tool</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
[cd074c2]203 <!-- As of 1.13.1, this library isn't present anymore.
[b358845]204 <varlistentry id="libgpgme-pthread">
[d6da5da]205 <term><filename class="libraryfile">libgpgme-pthread.so</filename></term>
[b358845]206 <listitem>
[d6da5da]207 <para>
208 contains the <application>GPGME</application> API functions for
209 applications using pthread.
210 </para>
[b358845]211 <indexterm zone="gpgme libgpgme-pthread">
[d6da5da]212 <primary sortas="c-libgpgme-pthread">libgpgme-pthread.so</primary>
[b358845]213 </indexterm>
214 </listitem>
215 </varlistentry>
[cd074c2]216 -->
[b358845]217
218 <varlistentry id="libgpgme">
[d6da5da]219 <term><filename class="libraryfile">libgpgme.so</filename></term>
[b358845]220 <listitem>
[d6da5da]221 <para>
[4c24eb0a]222 contains the <application>GPGME</application> API functions
[d6da5da]223 </para>
[b358845]224 <indexterm zone="gpgme libgpgme">
[d6da5da]225 <primary sortas="c-libgpgme">libgpgme.so</primary>
[b358845]226 </indexterm>
227 </listitem>
228 </varlistentry>
229
[48ad7d9]230 <varlistentry id="libgpgmepp">
231 <term><filename class="libraryfile">libgpgmepp.so</filename></term>
232 <listitem>
233 <para>
[4c24eb0a]234 contains the C++ <application>GPGME</application> API functions
[48ad7d9]235 </para>
236 <indexterm zone="gpgme libgpgmepp">
237 <primary sortas="c-libgpgmepp">libgpgmepp.so</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
[cd074c2]242 <varlistentry id="libqgpgme">
243 <term><filename class="libraryfile">libqgpgme.so</filename></term>
244 <listitem>
245 <para>
246 contains API functions for handling GPG operations in
[4c24eb0a]247 <application>Qt</application> applications
[cd074c2]248 </para>
249 <indexterm zone="gpgme libqgpgme">
250 <primary sortas="c-libqgpgme">libqgpgme.so</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
[b358845]255 </variablelist>
256
257 </sect2>
258
259</sect1>
Note: See TracBrowser for help on using the repository browser.