source: x/lib/cogl.xml@ 11c9ff3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 11c9ff3 was 11c9ff3, checked in by Ken Moffat <ken@…>, 8 years ago

Wayland: replace external ulinks by xref.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16967 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Editors, update this for new releass as needed -->
8 <!ENTITY cogl-minor "1.22">
9
10 <!ENTITY cogl-download-http "&gnome-download-http;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz">
11 <!ENTITY cogl-download-ftp "&gnome-download-ftp;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz">
12 <!ENTITY cogl-md5sum "ab684ec96848d79d22757fb3064820c8">
13 <!ENTITY cogl-size "1.6 MB">
14 <!ENTITY cogl-buildsize "59 MB">
15 <!ENTITY cogl-time "0.5 SBU (additional 0.8 SBU for tests)">
16]>
17
18<sect1 id="cogl" xreflabel="Cogl-&cogl-version;">
19 <?dbhtml filename="cogl.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>Cogl-&cogl-version;</title>
27
28 <indexterm zone="cogl">
29 <primary sortas="a-Cogl">Cogl</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to Cogl</title>
34
35 <para>
36 <application>Cogl</application> is a modern 3D graphics API with associated
37 utility APIs designed to expose the features of 3D graphics hardware using
38 a direct state access API design, as opposed to the state-machine style
39 of OpenGL.
40 </para>
41
42 &lfs78_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&cogl-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&cogl-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &cogl-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &cogl-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &cogl-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &cogl-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Cogl Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="gdk-pixbuf"/>,
83 <xref linkend="mesa"/>, and
84 <xref linkend="pango"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gobject-introspection"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="gst10-plugins-base"/>,
95 <xref linkend="gtk-doc"/>,
96 <xref linkend="sdl"/>,
97 <ulink url="http://www.libsdl.org/download-2.0.php">SDL2</ulink>, and
98 <xref linkend="wayland"/>
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/cogl"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Cogl</title>
108<!--
109 <note>
110 <para>
111 This package may occasionally fail when building with multiple
112 processors. See <xref linkend="parallel-builds"/> for more
113 information.
114 </para>
115 </note>
116-->
117 <para>
118 Install <application>Cogl</application> by running the following
119 commands:
120 </para>
121
122 &parallel_issues;
123
124<screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>make check</command>. The
129 tests should be run from an X terminal on the hardware accelerated
130 Xorg Server.
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>make install</userinput></screen>
138
139 </sect2>
140
141 <sect2 role="commands">
142 <title>Command Explanations</title>
143
144 <para>
145 <parameter>--enable-gles1</parameter>: This switch enables support
146 for OpenGL ES 1.1.
147 </para>
148
149 <para>
150 <parameter>--enable-gles2</parameter>: This switch enables support
151 for OpenGL ES 2.0.
152 </para>
153
154 <para>
155 <option>--enable-cogl-gst</option>: This switch enables gstreamer support.
156 </para>
157
158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
159 href="../../xincludes/gtk-doc-rebuild.xml"/>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>
173 None
174 </seg>
175 <seg>
176 libcogl-gles2.so,
177 libcogl-pango.so,
178 libcogl-path.so, and
179 libcogl.so, and optional libraries
180 libcogl-gst.so and /usr/lib/gstreamer-1.0/libgstcogl.so
181 </seg>
182 <seg>
183 /usr/include/cogl and
184 /usr/share/cogl
185 </seg>
186 </seglistitem>
187 </segmentedlist>
188
189 <variablelist>
190 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
191 <?dbfo list-presentation="list"?>
192 <?dbhtml list-presentation="table"?>
193
194 <varlistentry id="libcogl-gles2">
195 <term><filename class="libraryfile">libcogl-gles2.so</filename></term>
196 <listitem>
197 <para>
198 is the OpenGL ES 2.0 integration library for
199 <application>Cogl</application>.
200 </para>
201 <indexterm zone="cogl libcogl-gles2">
202 <primary sortas="c-libcogl-gles2">libcogl-gles2.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libcogl-pango">
208 <term><filename class="libraryfile">libcogl-pango.so</filename></term>
209 <listitem>
210 <para>
211 is the <application>Pango</application> integration library
212 for <application>Cogl</application>.
213 </para>
214 <indexterm zone="cogl libcogl-pango">
215 <primary sortas="c-libcogl-pango">libcogl-pango.so</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="libcogl">
221 <term><filename class="libraryfile">libcogl.so</filename></term>
222 <listitem>
223 <para>
224 is an object oriented GL/GLES Abstraction/Utility Layer library.
225 </para>
226 <indexterm zone="cogl libcogl">
227 <primary sortas="c-libcogl">libcogl.so</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.