mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
update gdk intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1100 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
77423a6b31
commit
85f6e0336f
@ -4,7 +4,6 @@
|
||||
|
||||
&gdk-intro;
|
||||
&gdk-inst;
|
||||
&gdk-config;
|
||||
&gdk-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<sect2>
|
||||
<title>Configuring gdk-pikbuf</title>
|
||||
<title>Configuring <application>gdk-pikbuf</application></title>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The gdk-pixbuf package contains <filename>libgdk_pixbuf</filename> libraries.</para>
|
||||
<para>The <application>gdk-pixbuf</application> package contains <filename>libgdk_pixbuf</filename> libraries.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>libgdk_pixbuf libraries</title>
|
||||
<para>libdgk_pixbuf libraries contain the GTK+ pixbuf libraries for the Gimp
|
||||
<para><filename>libdgk_pixbuf</filename> libraries contain the
|
||||
<acronym>GTK</acronym>+ pixbuf libraries for the
|
||||
<application>Gimp</application>
|
||||
Tool Kit.</para></sect3>
|
||||
|
||||
|
||||
|
@ -1,11 +1,16 @@
|
||||
<sect2>
|
||||
<title>Installation of gdk-pixbuf</title>
|
||||
<title>Installation of <application>gdk-pixbuf</application></title>
|
||||
|
||||
<para>Install gdk-pixbuf by running the following commands:</para>
|
||||
<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><screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &&
|
||||
<para>Install <application>gdk-pixbuf</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/opt/gnome --disable-gtk-doc &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,17 +1,29 @@
|
||||
<sect2>
|
||||
<title>Introduction to gdk-pixbuf</title>
|
||||
<title>Introduction to <application>gdk-pixbuf</application></title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url="&gdk-download-http;"/>
|
||||
Download location (FTP): <ulink url="&gdk-download-ftp;"/>
|
||||
Version used: &gdk-version;
|
||||
Package size: &gdk-size;
|
||||
Estimated Disk space required: &gdk-buildsize;</screen>
|
||||
<para>The <application>gdk-pixbuf</application> package is the
|
||||
<acronym>GTK</acronym>+ pixbuf library</para>
|
||||
|
||||
<para>The gdk-pixbuf package is the GTK+ pixbuf library</para>
|
||||
<sect3><title>Package information</title>
|
||||
<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 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>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application>template</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="GTK"/>, <xref linkend="libpng"/>, <xref
|
||||
linkend="libjpeg"/> and <xref linkend="libtiff"/></para></sect4>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="gtk-doc"/> and <xref linkend="gnome-libs"/></para></sect4>
|
||||
</sect3>
|
||||
|
||||
<screen>gdk depends on:
|
||||
<xref linkend="GLib"/>, <xref linkend="GTK"/>, <xref linkend="libpng"/>, <xref linkend="libjpeg"/> and <xref linkend="libtiff"/>
|
||||
gkd will utilize:
|
||||
<xref linkend="gtk-doc"/> and <xref linkend="gnome-libs"/></screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -3,8 +3,9 @@
|
||||
<!ENTITY gdk-inst SYSTEM "gdk-inst.xml">
|
||||
<!ENTITY gdk-desc SYSTEM "gdk-desc.xml">
|
||||
<!ENTITY gdk-config SYSTEM "gdk-config.xml">
|
||||
<!ENTITY gdk-buildsize "16 MB">
|
||||
<!ENTITY gdk-buildsize "13.3 MB">
|
||||
<!ENTITY gdk-version "0.22.0">
|
||||
<!ENTITY gdk-download-http "http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/gdk-pixbuf-0.22.0.tar.bz2">
|
||||
<!ENTITY gdk-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/gdk-pixbuf-0.22.0.tar.bz2">
|
||||
<!ENTITY gdk-size "396 KB">
|
||||
<!ENTITY gdk-time "0.34 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user