mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
3ea94f194c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4223 af4574ff-66df-0310-9fd7-8a98e5e911e0
123 lines
3.9 KiB
XML
123 lines
3.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gdk-download-http "http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/gdk-pixbuf-&gdk-version;.tar.bz2">
|
|
<!ENTITY gdk-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/gdk-pixbuf-&gdk-version;.tar.bz2">
|
|
<!ENTITY gdk-md5sum "05fcb68ceaa338614ab650c775efc2f2">
|
|
<!ENTITY gdk-size "396 KB">
|
|
<!ENTITY gdk-buildsize "8.9 MB">
|
|
<!ENTITY gdk-time "0.32 SBU">
|
|
]>
|
|
|
|
<sect1 id="gdk" xreflabel="GDK Pixel Buffer-&gdk-version;">
|
|
<?dbhtml filename="gdkpixbuf.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><xref linkend="GTK"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="gnome-libs"/>,
|
|
<xref linkend="gtk-doc"/> and
|
|
<xref linkend="docbook-utils"/></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 --disable-gtk-doc &&
|
|
make &&
|
|
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>None</seg>
|
|
<seg>libgdk_pixbuf.[so,a], libgnomecanvaspixbuf.[so,a], and
|
|
many gdk-pixbuf loader modules</seg>
|
|
<seg>Not determined at this time</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>contain 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>
|