source: archive/gmime3.xml@ 7c8339a

10.0 10.1 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 7c8339a was 7c8339a, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Archive gmime3

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

  • Property mode set to 100644
File size: 5.3 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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GMime-&gmime3-version;</title>
24
25 <indexterm zone="gmime3">
26 <primary sortas="a-GMime-3">GMime 3</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GMime</title>
31
32 <para>
33 The <application>GMime</application> package contains a set of
34 utilities for parsing and creating messages using the Multipurpose
35 Internet Mail Extension (MIME) as defined by the applicable RFCs. See the
36 <ulink url="http://spruce.sourceforge.net/gmime/">GMime web site</ulink>
37 for the RFCs resourced. This is useful as it provides an API which adheres
38 to the MIME specification as closely as possible while also providing
39 programmers with an extremely easy to use interface to the API functions.
40 </para>
41
42 &lfs91_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&gmime3-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&gmime3-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &gmime3-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &gmime3-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &gmime3-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &gmime3-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">GMime Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="glib2"/> and
83 <xref linkend="libgpg-error"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/> and
89 <xref linkend="libidn2"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="docbook-utils"/>,
95 <xref linkend="gpgme"/>,
96 <xref linkend="gtk-doc"/>,
97 <xref linkend="vala"/>, 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 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/gtk-doc-rebuild.xml"/>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Library</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 None
152 </seg>
153 <seg>
154 libgmime-3.0.so
155 </seg>
156 <seg>
157 /usr/include/gmime-3.0 and
158 /usr/share/gtk-doc/html/gmime-3.0
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="libgmime-3">
169 <term><filename class="libraryfile">libgmime-3.0.so</filename></term>
170 <listitem>
171 <para>
172 contains API functions used by programs that need to comply to
173 the MIME standards.
174 </para>
175 <indexterm zone="gmime libgmime-3">
176 <primary sortas="c-libgmime-3">libgmime-3.0.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.