Updated to GMime-2.2.10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6941 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-07-20 20:41:06 +00:00
parent e5be0a1a7f
commit d42aa42d3a
3 changed files with 35 additions and 26 deletions

View File

@ -124,7 +124,7 @@ $Date$
<!ENTITY LZO-version "2.02">
<!ENTITY libusb-version "0.1.12">
<!ENTITY iso-codes-version "0.58-1">
<!ENTITY gmime-version "2.2.2">
<!ENTITY gmime-version "2.2.10">
<!ENTITY libidn-version "0.6.14">
<!ENTITY dbus-glib-version "0.74">
<!ENTITY dbus-python-version "0.82.0">

View File

@ -7,10 +7,10 @@
<!ENTITY gmime-download-http "http://spruce.sourceforge.net/gmime/sources/v2.2/gmime-&gmime-version;.tar.gz">
<!ENTITY gmime-download-ftp " ">
<!-- <!ENTITY gmime-download-ftp "&gentoo-ftp-repo;/gmime-&gmime-version;.tar.gz"> -->
<!ENTITY gmime-md5sum "e9b07d187270dee4c30b1fe8392f396b">
<!ENTITY gmime-size "926 KB">
<!ENTITY gmime-buildsize "18.7 MB">
<!ENTITY gmime-time "0.4 SBU">
<!ENTITY gmime-md5sum "6b5be6a0d4d9380fd0491ad2536c4087">
<!ENTITY gmime-size "947 KB">
<!ENTITY gmime-buildsize "21 MB">
<!ENTITY gmime-time "0.4 SBU (includes building the Mono bindings)">
]>
<sect1 id="gmime" xreflabel="GMime-&gmime-version;">
@ -67,11 +67,9 @@
<para role="required"><xref linkend="glib2"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><ulink url="http://go-mono.com/sources/">Gtk#</ulink>
(requires a .NET framework:
<ulink url="http://www.mono-project.com/Main_Page">Mono</ulink> or
<ulink url="http://www.southern-storm.com.au/portable_net.html">DotGNU
Portable.NET</ulink>)</para>
<para role="optional"><xref linkend="gtk-doc"/> and
<ulink url="http://go-mono.com/sources/">Gtk#</ulink> (requires
<ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>)</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gmime"/></para>
@ -87,8 +85,19 @@
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite that provides meaningful
results.</para>
<para>If you have <xref linkend="docbook-utils"/> installed and you wish
to generate the API tutorials, issue the following commands:</para>
<screen><userinput>cd docs/tutorial &amp;&amp;
docbook2html --nochunks gmime-tut.sgml &amp;&amp;
docbook2pdf gmime-tut.sgml &amp;&amp;
docbook2ps gmime-tut.sgml &amp;&amp;
docbook2txt gmime-tut.sgml &amp;&amp;
cd ../..</userinput></screen>
<para>To test the results, issue <command>make check</command>. Note that
some tests may fail because the corresponding sub-system is not installed
or configured properly.</para>
<para>This package will overwrite the <command>uudecode</command> and
<command>uuencode</command> programs installed by the
@ -101,20 +110,17 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d \
/usr/share/doc/gmime-&gmime-version;/{tutorial,examples,tests} &amp;&amp;
install -v -m644 README /usr/share/doc/gmime-&gmime-version; &amp;&amp;
install -v -m644 examples/{README,{basic,imap}-example.c} \
/usr/share/doc/gmime-&gmime-version;/examples &amp;&amp;
install -v -m755 examples/{basic,imap}-example \
/usr/share/doc/gmime-&gmime-version;/examples &amp;&amp;
install -v -m644 tests/test-{best,html,iconv,mbox,mime,parser}.c \
tests/test{-{partial,pgp{,mime},streams}.c,?.eml} \
/usr/share/doc/gmime-&gmime-version;/tests &amp;&amp;
install -v -m755 tests/test-{best,html,iconv,mbox,mime,parser} \
tests/test-{partial,pgp{,mime},streams} \
/usr/share/doc/gmime-&gmime-version;/tests &amp;&amp;
cp -v -R docs/tutorial/html/* /usr/share/doc/gmime-&gmime-version;/tutorial</userinput></screen>
install -v -m755 -d /usr/share/doc/gmime-&gmime-version; &amp;&amp;
install -v -m644 README docs{,/tutorial}/gmime* \
/usr/share/doc/gmime-&gmime-version;</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>

View File

@ -44,6 +44,9 @@
<listitem>
<para>July 20th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to GMime-2.2.10.</para>
</listitem>
<listitem>
<para>[randy] - Updated to libwnck-2.18.3.</para>
</listitem>