source: x/lib/cogl.xml@ 36aeaf9a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 36aeaf9a was 36aeaf9a, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Add SDL2-2.0.5

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

  • Property mode set to 100644
File size: 7.0 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 "d53b708ca7c4af03d7254e46945d6b33">
13 <!ENTITY cogl-size "1.6 MB">
14 <!ENTITY cogl-buildsize "64 MB">
15 <!ENTITY cogl-time "0.8 SBU (additional 0.4 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 &lfs7a_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="cairo"/>,
83 <xref linkend="gdk-pixbuf"/>,
84 <xref linkend="glu"/>,
85 <xref linkend="mesa"/>, and
86 <xref linkend="pango"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="gobject-introspection"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="gst10-plugins-base"/>,
97 <xref linkend="gtk-doc"/>,
98 <xref linkend="sdl"/>,
99 <xref linkend="sdl2"/>, and
100 <xref linkend="wayland"/>
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/cogl"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of Cogl</title>
110<!--
111 <note>
112 <para>
113 This package may occasionally fail when building with multiple
114 processors. See <xref linkend="parallel-builds"/> for more
115 information.
116 </para>
117 </note>
118-->
119 <para>
120 Install <application>Cogl</application> by running the following
121 commands:
122 </para>
123
124 &parallel_issues;
125
126<screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
127make</userinput></screen>
128
129 <para>
130 To test the results, issue: <command>make check</command>. The
131 tests should be run from an X terminal on the hardware accelerated
132 Xorg Server.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <para>
147 <parameter>--enable-gles1</parameter>: This switch enables support
148 for OpenGL ES 1.1.
149 </para>
150
151 <para>
152 <parameter>--enable-gles2</parameter>: This switch enables support
153 for OpenGL ES 2.0.
154 </para>
155
156 <para>
157 <option>--enable-cogl-gst</option>: This switch enables gstreamer support.
158 </para>
159
160 <para>
161 <option>--enable-{kms,wayland,xlib}-egl-platform</option>: These
162 switches enable support for KMS, Wayland and Xlib EGL platforms. They
163 are required for <application>GNOME</application> Wayland support.
164 </para>
165
166 <para>
167 <option>--enable-wayland-egl-server</option>: This switch
168 enables <application>Cogl</application>'s Wayland Server API
169 which is required for <application>GNOME</application> Wayland
170 support.
171 </para>
172
173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
174 href="../../xincludes/gtk-doc-rebuild.xml"/>
175
176 </sect2>
177
178 <sect2 role="content">
179 <title>Contents</title>
180
181 <segmentedlist>
182 <segtitle>Installed Programs</segtitle>
183 <segtitle>Installed Libraries</segtitle>
184 <segtitle>Installed Directories</segtitle>
185
186 <seglistitem>
187 <seg>
188 None
189 </seg>
190 <seg>
191 libcogl-gles2.so,
192 libcogl-pango.so,
193 libcogl-path.so, and
194 libcogl.so, and optional libraries
195 libcogl-gst.so and /usr/lib/gstreamer-1.0/libgstcogl.so
196 </seg>
197 <seg>
198 /usr/include/cogl and
199 /usr/share/cogl
200 </seg>
201 </seglistitem>
202 </segmentedlist>
203
204 <variablelist>
205 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
206 <?dbfo list-presentation="list"?>
207 <?dbhtml list-presentation="table"?>
208
209 <varlistentry id="libcogl-gles2">
210 <term><filename class="libraryfile">libcogl-gles2.so</filename></term>
211 <listitem>
212 <para>
213 is the OpenGL ES 2.0 integration library for
214 <application>Cogl</application>.
215 </para>
216 <indexterm zone="cogl libcogl-gles2">
217 <primary sortas="c-libcogl-gles2">libcogl-gles2.so</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="libcogl-pango">
223 <term><filename class="libraryfile">libcogl-pango.so</filename></term>
224 <listitem>
225 <para>
226 is the <application>Pango</application> integration library
227 for <application>Cogl</application>.
228 </para>
229 <indexterm zone="cogl libcogl-pango">
230 <primary sortas="c-libcogl-pango">libcogl-pango.so</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="libcogl">
236 <term><filename class="libraryfile">libcogl.so</filename></term>
237 <listitem>
238 <para>
239 is an object oriented GL/GLES Abstraction/Utility Layer library.
240 </para>
241 <indexterm zone="cogl libcogl">
242 <primary sortas="c-libcogl">libcogl.so</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 </variablelist>
248
249 </sect2>
250
251</sect1>
Note: See TracBrowser for help on using the repository browser.