source: general/genlib/gmime.xml@ 57aa7bbf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 57aa7bbf was 57aa7bbf, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to joe-4.4.
Update to opus-1.1.4.
Update to gdb-7.12.1.
Update to gmime-2.6.23.

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

  • Property mode set to 100644
File size: 5.5 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 gmime-download-http "&gnome-download-http;/gmime/2.6/gmime-&gmime-version;.tar.xz">
8 <!ENTITY gmime-download-ftp "&gnome-download-ftp;/gmime/2.6/gmime-&gmime-version;.tar.xz">
9 <!ENTITY gmime-md5sum "247072236d84bd0fbbff299d69bdf333">
10 <!ENTITY gmime-size "5.0 MB">
11 <!ENTITY gmime-buildsize "28 MB (with tests)">
12 <!ENTITY gmime-time "0.5 SBU (with tests)">
13 <!-- ^^^ Noticably larger! ^^^ -->
14]>
15
16<sect1 id="gmime" xreflabel="GMime-&gmime-version;">
17 <?dbhtml filename="gmime.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>GMime-&gmime-version;</title>
25
26 <indexterm zone="gmime">
27 <primary sortas="a-GMime">GMime</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GMime</title>
32
33 <para>
34 The <application>GMime</application> package contains a set of
35 utilities for parsing and creating messages using the Multipurpose
36 Internet Mail Extension (MIME) as defined by the applicable RFCs. See the
37 <ulink url="http://spruce.sourceforge.net/gmime/">GMime web site</ulink>
38 for the RFCs resourced. This is useful as it provides an API which adheres
39 to the MIME specification as closely as possible while also providing
40 programmers with an extremely easy to use interface to the API functions.
41 </para>
42
43 &lfs7a_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&gmime-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&gmime-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &gmime-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &gmime-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &gmime-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &gmime-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">GMime Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="glib2"/> and
84 <xref linkend="libgpg-error"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gobject-introspection"/> and
90 <xref linkend="vala"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="docbook-utils"/>,
96 <xref linkend="gpgme"/>,
97 <xref linkend="gtk-doc"/> and
98 <ulink url="http://download.mono-project.com/sources/gtk-sharp/">Gtk#</ulink> (requires
99 <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>)
100 </para>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/gmime"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of GMime</title>
109
110 <para>
111 Install <application>GMime</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 To test the results, issue: <command>make check</command>.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/static-libraries.xml"/>
135
136 <para>
137 <option>--enable-smime</option>: Use this switch if you have
138 installed <xref linkend="gpgme"/> and wish to enable
139 S/MIME support in <application>GMime</application>.
140 </para>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/gtk-doc-rebuild.xml"/>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Library</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 None
158 </seg>
159 <seg>
160 libgmime-2.6.so
161 </seg>
162 <seg>
163 /usr/include/gmime-2.6 and
164 /usr/share/gtk-doc/html/gmime-2.6
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="libgmime-2">
175 <term><filename class="libraryfile">libgmime-2.6.so</filename></term>
176 <listitem>
177 <para>
178 contains API functions used by programs that need to comply to
179 the MIME standards.
180 </para>
181 <indexterm zone="gmime libgmime-2">
182 <primary sortas="c-libgmime-2">libgmime-2.6.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.