source: general/genlib/gmime3.xml

trunk
Last change on this file was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 6 weeks ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

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