Updated to GMime-2.4.21

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8817 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2011-01-14 15:23:11 +00:00
parent fe4bcdb06a
commit 6138b384ca
3 changed files with 12 additions and 9 deletions

View File

@ -164,7 +164,7 @@ $Date$
<!ENTITY libusb-compat-version "0.1.3">
<!ENTITY icu-version "4.2.1">
<!ENTITY iso-codes-version "3.23">
<!ENTITY gmime-version "2.4.7">
<!ENTITY gmime-version "2.4.21">
<!ENTITY libidn-version "1.19">
<!ENTITY xcb-proto-version "1.5">
<!ENTITY libxcb-version "1.4">

View File

@ -6,10 +6,10 @@
<!ENTITY gmime-download-http "&gnome-download-http;/gmime/2.4/gmime-&gmime-version;.tar.bz2">
<!ENTITY gmime-download-ftp "&gnome-download-ftp;/gmime/2.4/gmime-&gmime-version;.tar.bz2">
<!ENTITY gmime-md5sum "0fb23dbb1ed6934ab577e90269cd901f">
<!ENTITY gmime-size "817 KB">
<!ENTITY gmime-md5sum "61e8b07ea941975c861f4d69eda293ad">
<!ENTITY gmime-size "861 KB">
<!ENTITY gmime-buildsize "17 MB">
<!ENTITY gmime-time "0.3 SBU">
<!ENTITY gmime-time "0.4 SBU">
]>
<sect1 id="gmime" xreflabel="GMime-&gmime-version;">
@ -88,12 +88,12 @@ make</userinput></screen>
<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;
<screen><userinput>pushd 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>
popd</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
@ -111,13 +111,13 @@ cd ../..</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/gmime-&gmime-version; &amp;&amp;
install -v -m644 README docs/tutorial/gmime* \
install -v -m644 README \
/usr/share/doc/gmime-&gmime-version;</userinput></screen>
<para>If you have generated the API tutorials, still as the
<para>If you generated the API tutorials, still as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -v -m644 docs/gmime* \
<screen role="root"><userinput>install -v -m644 docs/tutorial/gmime* \
/usr/share/doc/gmime-&gmime-version;</userinput></screen>
</sect2>

View File

@ -44,6 +44,9 @@
<listitem>
<para>January 14th, 2011</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to GMime-2.4.21.</para>
</listitem>
<listitem>
<para>[randy] - Modified the Udev instructions so that the reader
downloads and installs the version of Udev currently on the