source: x/lib/clutter.xml@ 2fc9e1d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2fc9e1d was 2fc9e1d, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Updates to guile-2.0.11, cogl-1.18.0 and clutter-1.18.0.

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

  • Property mode set to 100644
File size: 5.9 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 <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.18/clutter-&clutter-version;.tar.xz">
8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.18/clutter-&clutter-version;.tar.xz">
9 <!ENTITY clutter-md5sum "bdd6426ab2ca4885164736aa49dcea0a">
10 <!ENTITY clutter-size "5.0 MB">
11 <!ENTITY clutter-buildsize "85 MB (additional 7 MB for docs creation
12 and 11 MB for tests)">
13 <!ENTITY clutter-time "0.7 SBU (additional 1.8 SBU for docs creation)">
14]>
15
16<sect1 id="clutter" xreflabel="Clutter-&clutter-version;">
17 <?dbhtml filename="clutter.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Clutter-&clutter-version;</title>
25
26 <indexterm zone="clutter">
27 <primary sortas="a-Clutter">Clutter</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Clutter</title>
32
33 <para>
34 The <application>Clutter</application> package contains an open
35 source software library used for creating fast, visually rich
36 and animated graphical user interfaces.
37 </para>
38
39 &lfs75_checked;
40
41 <note>
42 <para>
43 Anything built with this toolkit needs hardware 3D acceleration from
44 the graphics driver at runtime. This is provided by
45 <application>MesaLib</application> (or by proprietary graphics drivers),
46 but is not available for every graphics card nor for all virtual
47 machines. You may wish to review <xref linkend="checking-dri"/>.
48 </para>
49 </note>
50
51 <bridgehead renderas="sect3">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>
55 Download (HTTP): <ulink url="&clutter-download-http;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download (FTP): <ulink url="&clutter-download-ftp;"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download MD5 sum: &clutter-md5sum;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Download size: &clutter-size;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated disk space required: &clutter-buildsize;
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 Estimated build time: &clutter-time;
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Clutter Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="atk"/>,
90 <xref linkend="cogl"/>, and
91 <xref linkend="json-glib"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="gobject-introspection"/> and
97 <xref linkend="gtk3"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="gtk-doc"/>,
103 <ulink url="http://www.freedesktop.org/wiki/Software/libevdev/">
104 libevdev</ulink>,
105 <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>,
106 <ulink url="http://tslib.berlios.de/">Tslib</ulink>,
107 <xref linkend="udev-extras"/> (for GUdev), and
108 <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
109 </para>
110
111 <para condition="html" role="usernotes">User Notes:
112 <ulink url="&blfs-wiki;/clutter"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of Clutter</title>
118
119 <para>
120 Install <application>Clutter</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-egl-backend &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>make -k check</command> (you must be
129 in an xterm or similar to do this, because it launches some windows). The
130 abicheck.sh test fails, if experimental backends have been enabled by the
131 use of the parameter <parameter>--enable-egl-backend</parameter>. Without
132 that switch, the tests pass.
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-egl-backend</parameter>: This switch enables
148 the experimental EGL windowing backend.
149 </para>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/gtk-doc-rebuild.xml"/>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Library</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 None
167 </seg>
168 <seg>
169 libclutter-1.0.so and libclutter-glx-1.0.so
170 </seg>
171 <seg>
172 /usr/include/clutter-1.0 and
173 /usr/share/gtk-doc/html/{cally,clutter}
174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="libclutter-1">
184 <term><filename class="libraryfile">libclutter-1.0.so</filename></term>
185 <listitem>
186 <para>
187 contains the <application>Clutter</application> API functions.
188 </para>
189 <indexterm zone="clutter libclutter-1">
190 <primary sortas="c-libclutter-1">libclutter-1.0.so</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 </variablelist>
196
197 </sect2>
198
199</sect1>
Note: See TracBrowser for help on using the repository browser.