source: general/genlib/gmime.xml@ 8aeb474

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8aeb474 was 12e5fd25, checked in by Krejzi <krejzi@…>, 12 years ago

Actually, submit gmime.

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

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[4ffe8c5]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[4ffe8c5]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[12e5fd25]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 "4e0d9fc389c840f827c8f139e7417588">
10 <!ENTITY gmime-size "708 KB">
11 <!ENTITY gmime-buildsize "20 MB">
12 <!ENTITY gmime-time "0.3 SBU">
[4ffe8c5]13]>
14
15<sect1 id="gmime" xreflabel="GMime-&gmime-version;">
16 <?dbhtml filename="gmime.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GMime-&gmime-version;</title>
24
25 <indexterm zone="gmime">
26 <primary sortas="a-GMime">GMime</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GMime</title>
31
[7ded7e3]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>
[4ffe8c5]41
[12e5fd25]42 &lfs72_checked;
[07f0d321]43
[4ffe8c5]44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
[7ded7e3]47 <para>
48 Download (HTTP): <ulink url="&gmime-download-http;"/>
49 </para>
[4ffe8c5]50 </listitem>
51 <listitem>
[7ded7e3]52 <para>
53 Download (FTP): <ulink url="&gmime-download-ftp;"/>
54 </para>
[4ffe8c5]55 </listitem>
56 <listitem>
[7ded7e3]57 <para>
58 Download MD5 sum: &gmime-md5sum;
59 </para>
[4ffe8c5]60 </listitem>
61 <listitem>
[7ded7e3]62 <para>
63 Download size: &gmime-size;
64 </para>
[4ffe8c5]65 </listitem>
66 <listitem>
[7ded7e3]67 <para>
68 Estimated disk space required: &gmime-buildsize;
69 </para>
[4ffe8c5]70 </listitem>
71 <listitem>
[7ded7e3]72 <para>
73 Estimated build time: &gmime-time;
74 </para>
[4ffe8c5]75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">GMime Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
[7ded7e3]81 <para role="required">
[aa4778c4]82 <xref linkend="glib2"/>
[7ded7e3]83 </para>
[4ffe8c5]84
85 <bridgehead renderas="sect4">Optional</bridgehead>
[7ded7e3]86 <para role="optional">
87 <xref linkend="docbook-utils"/>,
[12e5fd25]88 <xref linkend="gpgme"/>,
[7ded7e3]89 <xref linkend="gtk-doc"/> and
90 <ulink url="http://go-mono.com/sources/">Gtk#</ulink> (requires
91 <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>)
92 </para>
[4ffe8c5]93
[1039de3]94 <para condition="html" role="usernotes">User Notes:
[7ded7e3]95 <ulink url="&blfs-wiki;/gmime"/>
96 </para>
[4ffe8c5]97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of GMime</title>
101
[7ded7e3]102 <para>
103 Install <application>GMime</application> by running the following
104 commands:
105 </para>
[4ffe8c5]106
[932a778]107<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[4ffe8c5]108make</userinput></screen>
109
[7ded7e3]110 <para>
[12e5fd25]111 To test the results, issue: <command>make check</command>.
[7ded7e3]112 </para>
[4ffe8c5]113
[7ded7e3]114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
[e38a12b]117
[12e5fd25]118<screen role="root"><userinput>make install</userinput></screen>
[d42aa42]119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
[e05cd03f]125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]126 href="../../xincludes/static-libraries.xml"/>
[4ffe8c5]127
[12e5fd25]128 <para>
129 <option>--enable-smime</option>: Use this switch if you have
130 installed <xref linkend="gpgme"/> and wish to enable
131 S/MIME support in <application>GMime</application>.
132 </para>
133
[932a778]134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]135 href="../../xincludes/gtk-doc-rebuild.xml"/>
[932a778]136
[4ffe8c5]137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
[7ded7e3]143 <segtitle>Installed Library</segtitle>
[4ffe8c5]144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
[7ded7e3]147 <seg>
[12e5fd25]148 libgmime-2.6.so
[7ded7e3]149 </seg>
150 <seg>
[12e5fd25]151 /usr/include/gmime-2.6 and
[7ded7e3]152 /usr/share/gtk-doc/html/gmime
153 </seg>
[4ffe8c5]154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
[12e5fd25]162 <varlistentry id="libgmime-2">
163 <term><filename class="libraryfile">libgmime-2.6.so</filename></term>
[4ffe8c5]164 <listitem>
[7ded7e3]165 <para>
166 contains API functions used by programs that need to comply to
167 the MIME standards.
168 </para>
[12e5fd25]169 <indexterm zone="gmime libgmime-2">
170 <primary sortas="c-libgmime-2">libgmime-2.6.so</primary>
[4ffe8c5]171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.