source: x/lib/cogl.xml@ 716a45fb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 716a45fb was 716a45fb, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to cogl-1.22.6.
Update to clutter-1.26.4.

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

  • Property mode set to 100644
File size: 7.6 KB
RevLine 
[aea89388]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
[7def1747]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">
[716a45fb]12 <!ENTITY cogl-md5sum "7bcc01edb5462d4d08d01bf893feddb0">
13 <!ENTITY cogl-size "1.7 MB">
14 <!ENTITY cogl-buildsize "61 MB (add 2 MB for tests)">
15 <!ENTITY cogl-time "0.3 SBU (Using parallelism=4; add 0.6 SBU for tests)">
[aea89388]16]>
17
[ff5df153]18<sect1 id="cogl" xreflabel="Cogl-&cogl-version;">
[aea89388]19 <?dbhtml filename="cogl.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
[742b99e]26 <title>Cogl-&cogl-version;</title>
[aea89388]27
28 <indexterm zone="cogl">
[983fc68]29 <primary sortas="a-Cogl">Cogl</primary>
[aea89388]30 </indexterm>
31
32 <sect2 role="package">
[742b99e]33 <title>Introduction to Cogl</title>
[aea89388]34
[a2912ff]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>
[aea89388]41
[56229a7e]42 &lfs91_checked;
[aea89388]43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
[a2912ff]47 <para>
48 Download (HTTP): <ulink url="&cogl-download-http;"/>
49 </para>
[aea89388]50 </listitem>
51 <listitem>
[a2912ff]52 <para>
53 Download (FTP): <ulink url="&cogl-download-ftp;"/>
54 </para>
[aea89388]55 </listitem>
56 <listitem>
[a2912ff]57 <para>
58 Download MD5 sum: &cogl-md5sum;
59 </para>
[aea89388]60 </listitem>
61 <listitem>
[a2912ff]62 <para>
63 Download size: &cogl-size;
64 </para>
[aea89388]65 </listitem>
66 <listitem>
[a2912ff]67 <para>
68 Estimated disk space required: &cogl-buildsize;
69 </para>
[aea89388]70 </listitem>
71 <listitem>
[a2912ff]72 <para>
73 Estimated build time: &cogl-time;
74 </para>
[aea89388]75 </listitem>
76 </itemizedlist>
77
[a676cd04]78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/cogl-&cogl-version;-mesa_20_fixes-1.patch"/>
84 </para>
85 </listitem>
86 </itemizedlist>
87
[742b99e]88 <bridgehead renderas="sect3">Cogl Dependencies</bridgehead>
[aea89388]89
90 <bridgehead renderas="sect4">Required</bridgehead>
[742b99e]91 <para role="required">
[bed608b0]92 <xref linkend="cairo"/>,
[742b99e]93 <xref linkend="gdk-pixbuf"/>,
[ca4f834]94 <xref linkend="glu"/>,
[51dfb3e]95 <xref linkend="mesa"/>,
96 <xref linkend="pango"/>, and
97 <xref linkend="wayland"/>
[742b99e]98 </para>
[aea89388]99
100 <bridgehead renderas="sect4">Recommended</bridgehead>
[742b99e]101 <para role="recommended">
102 <xref linkend="gobject-introspection"/>
103 </para>
[b9a819c8]104
105 <bridgehead renderas="sect4">Optional</bridgehead>
[742b99e]106 <para role="optional">
[a27a478]107 <xref linkend="gst10-plugins-base"/>,
[7ea83d7]108 <xref linkend="gtk-doc"/>,
[51dfb3e]109 <xref linkend="sdl"/>, and
110 <xref linkend="sdl2"/>
[742b99e]111 </para>
[aea89388]112
113 <para condition="html" role="usernotes">User Notes:
[a2912ff]114 <ulink url="&blfs-wiki;/cogl"/>
115 </para>
[aea89388]116 </sect2>
117
118 <sect2 role="installation">
[742b99e]119 <title>Installation of Cogl</title>
[a676cd04]120
121 <para>
122 First fix an issue introduced by mesa-20.x and later:
123 </para>
124
125<screen><userinput>patch -Np1 -i ../cogl-&cogl-version;-mesa_20_fixes-1.patch</userinput></screen>
126
[a2912ff]127 <para>
128 Install <application>Cogl</application> by running the following
129 commands:
130 </para>
[aea89388]131
[ea20da9]132 &parallel_issues;
133
[a676cd04]134<screen><userinput>autoreconf &amp;&amp;
135
[716a45fb]136./configure --prefix=/usr \
137 --enable-gles1 \
138 --enable-gles2 \
139 --enable-{kms,wayland,xlib}-egl-platform \
140 --enable-wayland-egl-server &amp;&amp;
[bdbc7fa1]141make</userinput></screen>
142
[a2912ff]143 <para>
[7ea83d7]144 To test the results, issue: <command>make check</command>. The
[ff84517]145 tests should be run from an X terminal on the hardware accelerated
[979dcbd5]146 Xorg Server. A few tests will use all CPUs in parallel, regardless of
147 parallellism settings.
[a2912ff]148 </para>
[aea89388]149
[a2912ff]150 <para>
151 Now, as the <systemitem class="username">root</systemitem> user:
152 </para>
[aea89388]153
154<screen role="root"><userinput>make install</userinput></screen>
155
156 </sect2>
157
[b9a819c8]158 <sect2 role="commands">
159 <title>Command Explanations</title>
160
[7ea83d7]161 <para>
162 <parameter>--enable-gles1</parameter>: This switch enables support
163 for OpenGL ES 1.1.
164 </para>
165
166 <para>
167 <parameter>--enable-gles2</parameter>: This switch enables support
168 for OpenGL ES 2.0.
169 </para>
170
[a27a478]171 <para>
[51dfb3e]172 <parameter>--enable-{kms,wayland,xlib}-egl-platform</parameter>:
[bdbc7fa1]173 These switches enable support for KMS, Wayland and Xlib EGL platforms.
174 They are required for <application>GNOME</application> Wayland support.
[a27a478]175 </para>
176
[bed608b0]177 <para>
[51dfb3e]178 <parameter>--enable-wayland-egl-server</parameter>: This switch
[bdbc7fa1]179 enables <application>Cogl</application>'s Wayland Server API which is
180 required for <application>GNOME</application> Wayland support.
[bed608b0]181 </para>
182
183 <para>
[bdbc7fa1]184 <option>--enable-cogl-gst</option>: This switch enables gstreamer support.
[bed608b0]185 </para>
186
[b9a819c8]187 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a2912ff]188 href="../../xincludes/gtk-doc-rebuild.xml"/>
[b9a819c8]189
190 </sect2>
191
[aea89388]192 <sect2 role="content">
193 <title>Contents</title>
194
195 <segmentedlist>
[7ea83d7]196 <segtitle>Installed Programs</segtitle>
[aea89388]197 <segtitle>Installed Libraries</segtitle>
[742b99e]198 <segtitle>Installed Directories</segtitle>
[aea89388]199
200 <seglistitem>
[0913f48]201 <seg>
[7ea83d7]202 None
203 </seg>
204 <seg>
[f3429309]205 libcogl-gles2.so,
[b9edd3d]206 libcogl-pango.so,
[f3429309]207 libcogl-path.so, and
[a27a478]208 libcogl.so, and optional libraries
209 libcogl-gst.so and /usr/lib/gstreamer-1.0/libgstcogl.so
[0913f48]210 </seg>
211 <seg>
[983fc68]212 /usr/include/cogl and
213 /usr/share/cogl
[0913f48]214 </seg>
[aea89388]215 </seglistitem>
216 </segmentedlist>
217
218 <variablelist>
219 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
220 <?dbfo list-presentation="list"?>
221 <?dbhtml list-presentation="table"?>
222
[7ea83d7]223 <varlistentry id="libcogl-gles2">
224 <term><filename class="libraryfile">libcogl-gles2.so</filename></term>
225 <listitem>
226 <para>
227 is the OpenGL ES 2.0 integration library for
228 <application>Cogl</application>.
229 </para>
230 <indexterm zone="cogl libcogl-gles2">
231 <primary sortas="c-libcogl-gles2">libcogl-gles2.so</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
[aea89388]236 <varlistentry id="libcogl-pango">
[948dc10]237 <term><filename class="libraryfile">libcogl-pango.so</filename></term>
[aea89388]238 <listitem>
[a2912ff]239 <para>
240 is the <application>Pango</application> integration library
241 for <application>Cogl</application>.
242 </para>
[aea89388]243 <indexterm zone="cogl libcogl-pango">
244 <primary sortas="c-libcogl-pango">libcogl-pango.so</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="libcogl">
[948dc10]250 <term><filename class="libraryfile">libcogl.so</filename></term>
[aea89388]251 <listitem>
[a2912ff]252 <para>
253 is an object oriented GL/GLES Abstraction/Utility Layer library.
254 </para>
[aea89388]255 <indexterm zone="cogl libcogl">
256 <primary sortas="c-libcogl">libcogl.so</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 </variablelist>
262
263 </sect2>
264
265</sect1>
Note: See TracBrowser for help on using the repository browser.