source: archive/gmime.xml@ fa91d2e

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 fa91d2e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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