source: x/lib/clutter-systemd.xml@ 99673f0

systemd-13485
Last change on this file since 99673f0 was 91c7aaa, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to clutter-1.22.4
Update to clutter-gtk-1.6.2
Update to libchamplain-0.12.10
Update to gdk-pixbuf-2.31.7
Update to midori-0.5.11
Update to uhttpmock-0.5.0
Document a test suite hang in libgdata
Update to libgee-0.18.0
Update to libgweather-3.16.1
Update to libpeas-1.14.0
Update to libwacom-0.15
Update to evolution-data-server-3.16.5
Add some more short descriptions by Denis

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16371 af4574ff-66df-0310-9fd7-8a98e5e911e0

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