mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
add cogl
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9299 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6245d1c5ca
commit
aea8938860
@ -612,6 +612,7 @@ $Date$
|
||||
<!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">
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
135
x/lib/cogl.xml
Normal file
135
x/lib/cogl.xml
Normal file
@ -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>
|
@ -50,5 +50,6 @@ $Date$
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user