glfs/x/lib/cogl.xml

157 lines
4.7 KiB
XML
Raw Normal View History

<?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 cogl-download-http "&gnome-download-http;/cogl/1.10/cogl-&cogl-version;.tar.xz">
<!ENTITY cogl-download-ftp "&gnome-download-ftp;/cogl/1.10/cogl-&cogl-version;.tar.xz">
<!ENTITY cogl-md5sum "b36f5f3522bb2561f6199bc484341694">
<!ENTITY cogl-size "1.2 MB">
<!ENTITY cogl-buildsize "45 MB">
<!ENTITY cogl-time "0.5 SBU">
]>
<sect1 id="cogl" xreflabel="cogl-&cogl-version;">
<?dbhtml filename="cogl.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>cogl-&cogl-version;</title>
<indexterm zone="cogl">
<primary sortas="a-cogl">cogl</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to cogl</title>
<para><application>Cogl</application> Cogl is a modern 3D graphics API with
associated utility APIs designed to expose the features of 3D graphics hardware
using a direct state access API design, as opposed to the state-machine style
of OpenGL. </para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&cogl-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&cogl-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &cogl-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &cogl-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &cogl-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &cogl-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">cogl Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gdk-pixbuf"/>,
<xref linkend="mesalib"/> and <xref linkend="pango"/>.</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="gobject-introspection"/>
(Required if building GNOME)</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gtk-doc"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/cogl"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of cogl</title>
<para>Install <application>cogl</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &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="commands">
<title>Command Explanations</title>
<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 Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>
libcogl-pango.so and libcogl.so
</seg>
<seg>
/usr/include/cogl/{cogl,cogl-pango},
/usr/share/cogl/examples-data and
/usr/share/gtk-doc/html/{cogl,cogl-2.0-experimental}
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libcogl-pango">
<term><filename class='libraryfile'>libcogl-pango.so</filename></term>
<listitem>
<para>is Pango integration library for Cogl.</para>
<indexterm zone="cogl libcogl-pango">
<primary sortas="c-libcogl-pango">libcogl-pango.so</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libcogl">
<term><filename class='libraryfile'>libcogl.so</filename></term>
<listitem>
<para>is an object oriented GL/GLES Abstraction/Utility Layer library.</para>
<indexterm zone="cogl libcogl">
<primary sortas="c-libcogl">libcogl.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>