glfs/x/lib/cogl.xml

268 lines
8.0 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;
<!-- Editors, update this for new releass as needed -->
<!ENTITY cogl-minor "1.22">
<!ENTITY cogl-download-http "&gnome-download-http;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz">
<!ENTITY cogl-download-ftp "&gnome-download-ftp;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz">
<!ENTITY cogl-md5sum "31755015a865c4af51ac84f6e53af8ab">
<!ENTITY cogl-size "1.6 MB">
<!ENTITY cogl-buildsize "55 MB">
<!ENTITY cogl-time "0.3 SBU (Using parallelism=4; add 0.5 SBU for tests)">
]>
<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> 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>
&lfs84_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="cairo"/>,
<xref linkend="gdk-pixbuf"/>,
<xref linkend="glu"/>,
<xref linkend="mesa"/>,<phrase revision="sysv"> and</phrase>
<xref linkend="pango"/><phrase revision="systemd">, and
<xref linkend="wayland"/></phrase>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gst10-plugins-base"/>,
<xref linkend="gtk-doc"/>,
<xref linkend="sdl"/>,<phrase revision="systemd"> and</phrase>
<xref linkend="sdl2"/><phrase revision="sysv">, and
<xref linkend="wayland"/></phrase>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/cogl"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Cogl</title>
<!--
<note>
<para>
This package may occasionally fail when building with multiple
processors. See <xref linkend="parallel-builds"/> for more
information.
</para>
</note>
-->
<para>
Install <application>Cogl</application> by running the following
commands:
</para>
&parallel_issues;
<screen revision="sysv"><userinput>sed -i 's/^#if COGL/#ifdef COGL/' cogl/winsys/cogl-winsys-egl.c &amp;&amp;
./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
make</userinput></screen>
<screen revision="systemd"><userinput>sed -i 's/^#if COGL/#ifdef COGL/' cogl/winsys/cogl-winsys-egl.c &amp;&amp;
./configure --prefix=/usr --enable-gles1 --enable-gles2 \
--enable-{kms,wayland,xlib}-egl-platform \
--enable-wayland-egl-server &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>. The
tests should be run from an X terminal on the hardware accelerated
Xorg Server. A few tests will use all CPUs in parallel, regardless of
parallellism settings.
</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>
<parameter>--enable-gles1</parameter>: This switch enables support
for OpenGL ES 1.1.
</para>
<para>
<parameter>--enable-gles2</parameter>: This switch enables support
for OpenGL ES 2.0.
</para>
<para>
<phrase revision="sysv">
<option>--enable-{kms,wayland,xlib}-egl-platform</option>:</phrase>
<phrase revision="systemd">
<parameter>--enable-{kms,wayland,xlib}-egl-platform</parameter>:</phrase>
These switches enable support for KMS, Wayland and Xlib EGL platforms.
They are required for <application>GNOME</application> Wayland support.
</para>
<para>
<phrase revision="sysv">
<option>--enable-wayland-egl-server</option>:</phrase>
<phrase revision="systemd">
<parameter>--enable-wayland-egl-server</parameter>:</phrase> This switch
enables <application>Cogl</application>'s Wayland Server API which is
required for <application>GNOME</application> Wayland support.
</para>
<para>
<option>--enable-cogl-gst</option>: This switch enables gstreamer support.
</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 Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libcogl-gles2.so,
libcogl-pango.so,
libcogl-path.so, and
libcogl.so, and optional libraries
libcogl-gst.so and /usr/lib/gstreamer-1.0/libgstcogl.so
</seg>
<seg>
/usr/include/cogl and
/usr/share/cogl
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libcogl-gles2">
<term><filename class="libraryfile">libcogl-gles2.so</filename></term>
<listitem>
<para>
is the OpenGL ES 2.0 integration library for
<application>Cogl</application>.
</para>
<indexterm zone="cogl libcogl-gles2">
<primary sortas="c-libcogl-gles2">libcogl-gles2.so</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libcogl-pango">
<term><filename class="libraryfile">libcogl-pango.so</filename></term>
<listitem>
<para>
is the <application>Pango</application> integration library
for <application>Cogl</application>.
</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>