mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Updated to GLib-2.8.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5099 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6e3484383f
commit
06b397f7fc
@ -75,7 +75,7 @@
|
||||
<!ENTITY gmp-version "4.1.4">
|
||||
<!ENTITY gdbm-version "1.8.3">
|
||||
<!ENTITY GLib-version "1.2.10">
|
||||
<!ENTITY glib2-version "2.6.4">
|
||||
<!ENTITY glib2-version "2.8.1">
|
||||
<!ENTITY libidl-version "0.8.6">
|
||||
<!ENTITY libcroco-version "0.6.0">
|
||||
<!ENTITY libgsf-version "1.12.3">
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY glib2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.6/glib-&glib2-version;.tar.bz2">
|
||||
<!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.6/glib-&glib2-version;.tar.bz2">
|
||||
<!ENTITY glib2-md5sum "af7eeb8aae764ff763418471ed6eb93d">
|
||||
<!ENTITY glib2-size "2.3 MB">
|
||||
<!ENTITY glib2-buildsize "40.9 MB">
|
||||
<!ENTITY glib2-time "2.82 SBU (includes rebuilding documentation)">
|
||||
<!ENTITY glib2-download-http "http://ftp.gnome.org/pub/GNOME/sources/glib/2.8/glib-&glib2-version;.tar.bz2">
|
||||
<!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.8/glib-&glib2-version;.tar.bz2">
|
||||
<!ENTITY glib2-md5sum "2229ca9d5490a87d5e027e029520df14">
|
||||
<!ENTITY glib2-size "2.5 MB">
|
||||
<!ENTITY glib2-buildsize "44.8 MB">
|
||||
<!ENTITY glib2-time "0.5 SBU (additional 0.8 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
|
||||
@ -29,7 +29,7 @@
|
||||
<sect2 role="package">
|
||||
<title>Introduction to GLib</title>
|
||||
|
||||
<para>The <application>glib</application> package contains a low-level core
|
||||
<para>The <application>GLib</application> package contains a low-level core
|
||||
library. This is useful for providing data structure handling for C,
|
||||
portability wrappers and interfaces for such runtime functionality as an
|
||||
event loop, threads, dynamic loading, and an object system.</para>
|
||||
@ -56,7 +56,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Glib Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3">GLib Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para><xref linkend="pkgconfig"/></para>
|
||||
@ -69,7 +69,7 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of GLib</title>
|
||||
|
||||
<para>Install <application>glib</application> by running the following
|
||||
<para>Install <application>GLib</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>September 20th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to GLib-2.8.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Added a command to create an X Render pkg-config file
|
||||
to the XFree86 instructions. Also created notes in the Metacity and
|
||||
|
Loading…
Reference in New Issue
Block a user