Changeset 932a778


Ignore:
Timestamp:
03/30/2012 05:37:29 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
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
Children:
b9a819c8
Parents:
e3dcc43
Message:

gmime 2.4.32

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re3dcc43 r932a778  
    194194<!ENTITY icu-version                  "4.8.1.1">
    195195<!ENTITY iso-codes-version            "3.30">
    196 <!ENTITY gmime-version                "2.4.21">
     196<!ENTITY gmime-version                "2.4.32">
    197197<!ENTITY libidn-version               "1.22">
    198198<!ENTITY libatomic_ops-version        "1.2">
  • general/genlib/gmime.xml

    re3dcc43 r932a778  
    55  %general-entities;
    66
    7   <!ENTITY gmime-download-http "&gnome-download-http;/gmime/2.4/gmime-&gmime-version;.tar.bz2">
    8   <!ENTITY gmime-download-ftp "&gnome-download-ftp;/gmime/2.4/gmime-&gmime-version;.tar.bz2">
    9   <!ENTITY gmime-md5sum        "61e8b07ea941975c861f4d69eda293ad">
    10   <!ENTITY gmime-size          "861 KB">
    11   <!ENTITY gmime-buildsize     "17 MB">
     7  <!ENTITY gmime-download-http "&gnome-download-http;/gmime/2.4/gmime-&gmime-version;.tar.xz">
     8  <!ENTITY gmime-download-ftp "&gnome-download-ftp;/gmime/2.4/gmime-&gmime-version;.tar.xz">
     9  <!ENTITY gmime-md5sum        "46a52361d43769d20dbd87aa225bc3f9">
     10  <!ENTITY gmime-size          "672 KB">
     11  <!ENTITY gmime-buildsize     "21 MB">
    1212  <!ENTITY gmime-time          "0.4 SBU">
    1313]>
     
    3939    functions.</para>
    4040
    41     &lfs70_built;
     41    &lfs70_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8282    <title>Installation of GMime</title>
    8383
    84 <!-- Todo: sed "s@SUBDIRS = build util gmime src@SUBDIRS = build util gmime@" -i Makefile.in BTS #3260 -->
    85 
    8684    <para>Install <application>GMime</application> by running the following
    8785    commands:</para>
    8886
    89 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9088make</userinput></screen>
    9189
     
    103101    some tests may fail because the corresponding sub-system is not installed
    104102    or configured properly.</para>
    105 
    106     <para>This package will overwrite the <command>uudecode</command> and
    107     <command>uuencode</command> programs installed by the
    108     <application>sharutils</application> package (or any other package that
    109     may install these programs) if they exist in
    110     <filename class='directory'>/usr/bin</filename>. If you wish to preserve
    111     the existing programs, ensure you rename them before issuing the following
    112     commands.</para>
    113103
    114104    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    133123    href="../../xincludes/gtk-doc-rebuild.xml"/>
    134124
     125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     126    href="../../xincludes/static-libraries.xml"/>
     127
    135128  </sect2>
    136129
     
    144137
    145138      <seglistitem>
    146         <seg>uudecode and uuencode</seg>
    147         <seg>libgmime-2.4.{so,a} and optionally,
     139        <seg>None</seg>
     140        <seg>libgmime-2.4.so and optionally,
    148141        <application>Mono</application> bindings</seg>
    149         <seg>/usr/include/gmime-2.4, /usr/lib/mono/gac/gmime-sharp,
     142        <seg>/usr/include/gmime-2.4/gmime, /usr/lib/mono/gac/gmime-sharp,
    150143        /usr/lib/mono/gmime-sharp,
    151144        /usr/share/doc/gmime-&gmime-version; and
     
    159152      <?dbhtml list-presentation="table"?>
    160153
    161       <varlistentry id="gmime-uudecode">
    162         <term><command>uudecode</command></term>
     154      <varlistentry id="libgmime-2.4">
     155        <term><filename class='libraryfile'>libgmime-2.4.so</filename></term>
    163156        <listitem>
    164           <para>is used to decode files or data encoded with
    165           <command>uuencode</command>.</para>
    166           <indexterm zone="gmime uudecode">
    167             <primary sortas="b-uudecode">uudecode</primary>
    168           </indexterm>
    169         </listitem>
    170       </varlistentry>
    171 
    172       <varlistentry id="gmime-uuencode">
    173         <term><command>uuencode</command></term>
    174         <listitem>
    175           <para>is a method of encoding binary data into 7-bit ASCII
    176           data.</para>
    177           <indexterm zone="gmime uuencode">
    178             <primary sortas="b-uuencode">uuencode</primary>
    179           </indexterm>
    180         </listitem>
    181       </varlistentry>
    182 
    183 
    184       <varlistentry id="libgmime-2.4">
    185         <term><filename class='libraryfile'>libgmime-2.4.{so,a}</filename></term>
    186         <listitem>
    187           <para>contains API functions used by programs that need to adhere to
     157          <para>contains API functions used by programs that need to comply to
    188158          the MIME standards.</para>
    189159          <indexterm zone="gmime libgmime-2.4">
    190             <primary sortas="c-libgmime-2.4">libgmime-2.4.{so,a}</primary>
     160            <primary sortas="c-libgmime-2.4">libgmime-2.4.so</primary>
    191161          </indexterm>
    192162        </listitem>
  • introduction/welcome/changelog.xml

    re3dcc43 r932a778  
    5454          <para>[krejzi] - vala 0.16.0.</para>
    5555        </listitem>
     56        <listitem>
     57          <para>[krejzi] - gmime 2.4.32.</para>
     58        </listitem>
    5659      </itemizedlist>
    5760    </listitem>
Note: See TracChangeset for help on using the changeset viewer.