source: general/genlib/gmime3.xml@ 179d426d

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 179d426d was 179d426d, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags and a glibc-2.24 update for postfix

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