Changeset 54b4a3e


Ignore:
Timestamp:
10/20/2004 03:09:43 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
d4e57f76
Parents:
94b1dc3
Message:

Updated build entities for MySQL and Glib2, added program descriptions to Glib2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/databases/mysql.xml

    r94b1dc3 r54b4a3e  
    88  <!ENTITY mysql-download-ftp  "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.0/mysql-&mysql-version;.tar.gz">
    99  <!ENTITY mysql-md5           "0a3dae16519afa5e59d8b9e252181243">
    10   <!ENTITY mysql-size          "13.5 MB">
    11   <!ENTITY mysql-buildsize     "98.7 MB">
    12   <!ENTITY mysql-time          "3.43 SBU">
     10  <!ENTITY mysql-size          "14.1 MB">
     11  <!ENTITY mysql-buildsize     "117 MB">
     12  <!ENTITY mysql-time          "2.83 SBU">
    1313]>
    1414
     
    3636<listitem><para>MD5 Sum: &mysql-md5;</para></listitem>
    3737<listitem><para>Download size: &mysql-size;</para></listitem>
    38 <listitem><para>Estimated Disk space required: &mysql-buildsize;</para></listitem>
     38<listitem><para>Estimated disk space required: &mysql-buildsize;</para></listitem>
    3939<listitem><para>Estimated build time: &mysql-time;</para></listitem></itemizedlist>
    4040</sect3>
     
    193193<title>Contents</title>
    194194
    195 <para>The <application>My<acronym>SQL</acronym></application> package contains <command>
    196 comp_err</command>, <command>
     195<para>The <application>My<acronym>SQL</acronym></application> package contains
     196<command>comp_err</command>, <command>
    197197isamchk</command>, <command>
    198198isamlog</command>, <command>
  • general/genlib/glib2.xml

    r94b1dc3 r54b4a3e  
    77<!ENTITY GLib2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.4/glib-&GLib2-version;.tar.bz2">
    88<!ENTITY GLib2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.4/glib-&GLib2-version;.tar.bz2">
     9<!ENTITY GLib2-md5sum "eff6fec89455addf8b0dee5a19e343be">
    910<!ENTITY GLib2-size "2.1 MB">
    10 <!ENTITY GLib2-buildsize "30 MB">
    11 <!ENTITY GLib2-time "0.49 SBU">
    12 
     11<!ENTITY GLib2-buildsize "35 MB">
     12<!ENTITY GLib2-time "1.01 SBU">
    1313]>
    1414
     
    2323<sect2>
    2424<title>Introduction to <application>GLib</application></title>
    25                                                                                
     25
    2626<para>The <application>glib</application> package contains a low-level core
    2727library. This is useful for providing data structure handling for C,
    2828portability wrappers and interfaces for such runtime functionality as an
    2929event loop, threads, dynamic loading, and an object system.</para>
    30                                                                                
     30
    3131<sect3><title>Package information</title>
    3232<itemizedlist spacing='compact'>
     
    3535<listitem><para>Download (FTP): <ulink
    3636url="&GLib2-download-ftp;"/></para></listitem>
     37<listitem><para>MD5 sum: &GLib2-md5sum;</para></listitem>
    3738<listitem><para>Download size: &GLib2-size;</para></listitem>
    38 <listitem><para>Estimated Disk space required:
     39<listitem><para>Estimated disk space required:
    3940&GLib2-buildsize;</para></listitem>
    4041<listitem><para>Estimated build time:
    4142&GLib2-time;</para></listitem></itemizedlist>
    4243</sect3>
    43                                                                                
     44
    4445<sect3><title><application>GLib</application> dependencies</title>
    4546<sect4><title>Required</title>
     
    4849<para><xref linkend="gtk-doc"/></para></sect4>
    4950</sect3>
    50                                                                                
     51
    5152</sect2>
    5253
    5354<sect2>
    5455<title>Installation of <application>GLib</application></title>
    55                                                                                
    56 <para>Install <application>glib</application> by running the following commands:</para>
    57                                                                                
     56
     57<para>Install <application>glib</application> by running the following
     58commands:</para>
     59
    5860<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5961make &amp;&amp;
    6062make install</command></userinput></screen>
    61                                                                                
     63
    6264</sect2>
    6365
    6466<sect2>
    6567<title>Command explanations</title>
    66                                                                                
     68
    6769<para><option>--enable-gtk-doc</option>: This switch will rebuild
    6870the <acronym>API</acronym> documentation during the
    6971<command>make</command> command.</para>
    70                                                                                
     72
    7173</sect2>
    7274
    7375<sect2>
    7476<title>Contents</title>
    75                                                                                
     77
    7678<para>The <application>glib</application> package contains
     79<command>glib-genmarshal</command>,
     80<command>glib-gettextize</command>,
     81<command>glib-mkenums</command>,
     82<command>gobject-query</command>,
    7783<filename class="libraryfile">libglib-2.0</filename>,
    7884<filename class="libraryfile">libgobject-2.0</filename>,
     
    8086<filename class="libraryfile">libgthread-2.0</filename>
    8187libraries.</para>
    82                                                                                
     88
    8389</sect2>
    84                                                                                
     90
    8591<sect2><title>Description</title>
    86                                                                                
     92
     93<sect3><title>glib-genmarshal</title>
     94<para><command>glib-genmarshal</command> is a C code marshaller generation
     95utility for GLib closures.</para></sect3>
     96
     97<sect3><title>glib-gettextize</title>
     98<para><command>glib-gettextize</command> is a variant of the
     99<application>gettext</application> internationalization utility.</para></sect3>
     100
     101<sect3><title>glib-mkenums</title>
     102<para><command>glib-mkenums</command> is a C language enum description
     103generation utility.</para></sect3>
     104
     105<sect3><title>gobject-query</title>
     106<para><command>gobject-query</command> is a small utility that draws a tree
     107of types.</para></sect3>
     108
    87109<sect3><title>GLib libraries</title>
    88110<para>GLib libraries contain a low-level core library for the
    89111<application><acronym>GIMP</acronym></application> Toolkit.</para></sect3>
    90                                                                                
     112
    91113</sect2>
    92114
  • introduction/welcome/changelog.xml

    r94b1dc3 r54b4a3e  
    2424
    2525<listitem><para>October 20th, 2004 [randy]: Renamed libtiff patch as suggested
    26 by Nico Roeser; added optional dependencies to TeX.</para></listitem>
     26by Nico Roeser; added optional dependencies to TeX; updated build entities
     27for MySQL and Glib2; added program descriptions to Glib2.</para></listitem>
    2728
    2829<listitem><para>October 20th, 2004 [dj]: Updated to bind-9.3.0 and
Note: See TracChangeset for help on using the changeset viewer.