glfs/general/graphlib/clutter.xml
Wayne Blaszczyk 5e73bf9332 Updated to clutter-1.2.10.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8503 af4574ff-66df-0310-9fd7-8a98e5e911e0
2010-08-14 10:23:57 +00:00

152 lines
4.8 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 clutter-download-http "http://www.clutter-project.org/sources/clutter/1.2/clutter-&clutter-version;.tar.bz2">
<!ENTITY clutter-download-ftp " ">
<!ENTITY clutter-md5sum "ca8dbc4a65c55720779872c13eac86ba">
<!ENTITY clutter-size "2.3 MB">
<!ENTITY clutter-buildsize "50 MB">
<!ENTITY clutter-time "0.8 SBU">
]>
<sect1 id="clutter" xreflabel="clutter-&clutter-version;">
<?dbhtml filename="clutter.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>clutter-&clutter-version;</title>
<indexterm zone="clutter">
<primary sortas="a-clutter">clutter</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to clutter</title>
<para>The <application>clutter</application> package is an open source
software library for creating fast, visually rich and animated graphical
user interfaces.</para>
&lfs65_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&clutter-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&clutter-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &clutter-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &clutter-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &clutter-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &clutter-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">clutter Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gtk2"/> and
<xref linkend="mesalib"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gir-repository"/> and
<xref linkend="gtk-doc"/></para>
<bridgehead renderas="sect4">Optional (to build the application developers
manual)</bridgehead>
<para role="optional"><xref linkend="docbook-utils"/>,
<xref linkend="jadetex"/>,
<xref linkend="xmlto"/>, and either
<xref linkend="Links"/>,
<xref linkend="lynx"/>, or
<xref linkend="w3m"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/clutter"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of clutter</title>
<para>Install <application>clutter</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>--enable-manual</option>: Use this parameter if
<application>DocBook-utils</application>, <application>xmlto</application>,
<application>JadeTeX</application>, and either
<application>Links</application>, <application>Lynx</application>, or
<application>W3m</application> are installed and you wish to build the
application developers manual.</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libclutter-glx-1.0.so</seg>
<seg>/usr/{include/clutter-1.0/{clutter/{glx,json,x11},cogl},
share/gtk-doc/html/{clutter,cogl}}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libclutter-glx-1.0">
<term><filename class='libraryfile'>libclutter-glx-1.0.so</filename></term>
<listitem>
<para>contains the clutter API functions.</para>
<indexterm zone="clutter libclutter-glx-1.0">
<primary sortas="c-libclutter-glx-1.0">libclutter-glx-1.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>