source: x/lib/cogl.xml@ 6fbcfdf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6fbcfdf was bed608b0, checked in by DJ Lucas <dj@…>, 8 years ago

[Systemd merge] - Chapter 25

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

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