source: postlfs/security/gpgme.xml@ 34c29696

11.0 11.1 11.2 11.3 12.0 12.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 34c29696 was 34c29696, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Package Updates

Update to cmake-3.20.5
Update to libva-2.12.0 (Xorg driver)
Update to mariadb-10.5.11
Update to xf86-input-libinput-1.1.0 (Xorg Driver)
Update to gpgme-1.16.0
Update to glu-9.0.2

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