glfs/gnome/otherlibs/gdk.xml
Randy McMurchy 6732c09460 Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-04-04 19:42:53 +00:00

133 lines
4.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gdk-download-http "&gnome-download-http;/gdk-pixbuf/0.22/gdk-pixbuf-&gdk-version;.tar.bz2">
<!ENTITY gdk-download-ftp "&gnome-download-ftp;/gdk-pixbuf/0.22/gdk-pixbuf-&gdk-version;.tar.bz2">
<!ENTITY gdk-md5sum "05fcb68ceaa338614ab650c775efc2f2">
<!ENTITY gdk-size "398 KB">
<!ENTITY gdk-buildsize "9 MB">
<!ENTITY gdk-time "0.3 SBU">
]>
<sect1 id="gdk" xreflabel="GDK Pixel Buffer-&gdk-version;">
<?dbhtml filename="gdk.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>GDK Pixel Buffer-&gdk-version;</title>
<indexterm zone="gdk">
<primary sortas="a-GDK-Pixel-Buffer">GDK Pixel Buffer</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GDK Pixel Buffer</title>
<para>The <application>GDK Pixel Buffer</application> package
is the <application>GTK+</application> pixel buffer library.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gdk-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gdk-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gdk-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gdk-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gdk-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gdk-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GDK Pixel Buffer Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="GTK"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gnome-libs"/>,
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gdk"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of GDK Pixel Buffer</title>
<para>The <command>make</command> command attempts to open an
<application>X</application> display during the compile, so an
<application>X</application> server must be running during this
process.</para>
<para>Install <application>GDK Pixel Buffer</application>
by running the following commands:</para>
<screen><userinput>./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gdk-pixbuf-config</seg>
<seg>libgdk_pixbuf.{so,a}, libgdk_pixbuf_xlib.{so,a},
libgnomecanvaspixbuf.{so,a}, and many gdk-pixbuf loader modules</seg>
<seg>/opt/gnome-1.4/include/gdk-pixbuf-1.0,
/opt/gnome-1.4/lib/gdk-pixbuf and
/opt/gnome-1.4/share/gnome/html/gdk-pixbuf</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgdk_pixbuf1">
<term><filename class='libraryfile'>libgdk_pixbuf.{so,a}</filename></term>
<listitem>
<para>contains the <application>GTK+</application> pixel buffer
libraries for the <application>GIMP</application> Toolkit.</para>
<indexterm zone="gdk libgdk_pixbuf1">
<primary sortas="c-libgdk_pixbuf">libgdk_pixbuf.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>