Author: ken
Date: 2012-02-07 10:11:39 -0700 (Tue, 07 Feb 2012)
New Revision: 9299
Added:
trunk/BOOK/x/lib/cogl.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/graphlib/clutter.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/lib.xml
Log:
add cogl
Modified: trunk/BOOK/general/graphlib/clutter.xml
===================================================================
--- trunk/BOOK/general/graphlib/clutter.xml 2012-02-07 16:54:04 UTC (rev
9298)
+++ trunk/BOOK/general/graphlib/clutter.xml 2012-02-07 17:11:39 UTC (rev
9299)
@@ -72,11 +72,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="atk"/>,
<xref linkend="cairo"/>,
- <!-- FIXME:ken -->
- cogl-1.8.2,
- <!--
<xref linkend="cogl"/>,
- -->
<xref linkend="gdk-pixbuf"/>,
<xref linkend="json-glib"/>,
<xref linkend="mesalib"/>, and
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-02-07 16:54:04 UTC (rev 9298)
+++ trunk/BOOK/general.ent 2012-02-07 17:11:39 UTC (rev 9299)
@@ -612,6 +612,7 @@
<!ENTITY libnotify-version "0.4.5">
<!ENTITY notification-daemon-version "0.4.0">
<!ENTITY gtk-vnc-version "0.3.10">
+<!ENTITY cogl-version "1.8.2">
<!-- Chapter 25 -->
<!ENTITY sawfish-version "1.6.1">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-02-07 16:54:04 UTC
(rev 9298)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-02-07 17:11:39 UTC
(rev 9299)
@@ -53,6 +53,9 @@
<listitem>
<para>[ken] - merge liboauth-0.9.4 from Wayne.</para>
</listitem>
+ <listitem>
+ <para>[ken] - add cogl-1.8.2 from Wayne.</para>
+ </listitem>
</itemizedlist>
</listitem>
Added: trunk/BOOK/x/lib/cogl.xml
===================================================================
--- trunk/BOOK/x/lib/cogl.xml (rev 0)
+++ trunk/BOOK/x/lib/cogl.xml 2012-02-07 17:11:39 UTC (rev 9299)
@@ -0,0 +1,135 @@
+<?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.8/cogl-&cogl-version;.tar.xz">
+ <!ENTITY cogl-download-ftp
"&gnome-download-ftp;/cogl/1.8/cogl-&cogl-version;.tar.xz">
+ <!ENTITY cogl-md5sum "db2cbaef8c9719b03ef454ebd0351eeb">
+ <!ENTITY cogl-size "1 MB">
+ <!ENTITY cogl-buildsize "29 MB">
+ <!ENTITY cogl-time "0.4 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_built;
+
+ <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="glib2"/></para>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended"><xref linkend="gobject-introspection"/></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 &&
+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="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-pango</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>contains functions that .....</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>contains functions that .....</para>
+ <indexterm zone="cogl libcogl">
+ <primary sortas="c-libcogl">libcogl.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Property changes on: trunk/BOOK/x/lib/cogl.xml
___________________________________________________________________
Added: svn:keywords
+ Date LastChangedBy
Modified: trunk/BOOK/x/lib/lib.xml
===================================================================
--- trunk/BOOK/x/lib/lib.xml 2012-02-07 16:54:04 UTC (rev 9298)
+++ trunk/BOOK/x/lib/lib.xml 2012-02-07 17:11:39 UTC (rev 9299)
@@ -50,5 +50,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnotify.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="notification-daemon.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-vnc.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cogl.xml"/>
</chapter>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page