source: x/lib/clutter.xml@ 383a1cd0

systemd-13485
Last change on this file since 383a1cd0 was a7e1ac8, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update the ENTIRE Part VI (X/X Libraries/Window Managers) Section.
Note that I will have to return to QT5 when I work on updating KDE5
And the same applies to WebkitGTK when I update GNOME.

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

  • Property mode set to 100644
File size: 6.2 KB
RevLine 
[ec889cf3]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
[a7e1ac8]7 <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.24/clutter-&clutter-version;.tar.xz">
8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.24/clutter-&clutter-version;.tar.xz">
9 <!ENTITY clutter-md5sum "3b98e1b33719982a5736ae42cbf7183e">
[ac38e9dc]10 <!ENTITY clutter-size "5.1 MB">
[a7e1ac8]11 <!ENTITY clutter-buildsize "74 MB (additional 14 MB for tests)">
12 <!ENTITY clutter-time "1.0 SBU (additional 0.6 SBU for tests)">
[ec889cf3]13]>
14
[cd68ead6]15<sect1 id="clutter" xreflabel="Clutter-&clutter-version;">
[ec889cf3]16 <?dbhtml filename="clutter.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[cd68ead6]23 <title>Clutter-&clutter-version;</title>
[ec889cf3]24
25 <indexterm zone="clutter">
[983fc68]26 <primary sortas="a-Clutter">Clutter</primary>
[ec889cf3]27 </indexterm>
28
29 <sect2 role="package">
[cd68ead6]30 <title>Introduction to Clutter</title>
[ec889cf3]31
[3ee626e]32 <para>
[983fc68]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.
[2001b3e]36 </para>
37
[ac38e9dc]38 &lfs77_checked;
[625d5fe5]39
[3ee626e]40 <note>
41 <para>
[0d7900a]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),
[983fc68]45 but is not available for every graphics card nor for all virtual
46 machines. You may wish to review <xref linkend="checking-dri"/>.
[3ee626e]47 </para>
48 </note>
[a33e01ac]49
[ec889cf3]50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
[3ee626e]53 <para>
54 Download (HTTP): <ulink url="&clutter-download-http;"/>
55 </para>
[ec889cf3]56 </listitem>
57 <listitem>
[3ee626e]58 <para>
59 Download (FTP): <ulink url="&clutter-download-ftp;"/>
60 </para>
[ec889cf3]61 </listitem>
62 <listitem>
[3ee626e]63 <para>
64 Download MD5 sum: &clutter-md5sum;
65 </para>
[ec889cf3]66 </listitem>
67 <listitem>
[3ee626e]68 <para>
69 Download size: &clutter-size;
70 </para>
[ec889cf3]71 </listitem>
72 <listitem>
[3ee626e]73 <para>
74 Estimated disk space required: &clutter-buildsize;
75 </para>
[ec889cf3]76 </listitem>
77 <listitem>
[3ee626e]78 <para>
79 Estimated build time: &clutter-time;
80 </para>
[ec889cf3]81 </listitem>
82 </itemizedlist>
83
[cd68ead6]84 <bridgehead renderas="sect3">Clutter Dependencies</bridgehead>
[ec889cf3]85
86 <bridgehead renderas="sect4">Required</bridgehead>
[cd68ead6]87 <para role="required">
88 <xref linkend="atk"/>,
[773db87]89 <xref linkend="cogl"/>, and
[cd68ead6]90 <xref linkend="json-glib"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
[8692448]95 <xref linkend="gobject-introspection"/>,
[ac38e9dc]96 <xref linkend="libgudev"/>,
[8692448]97 <xref linkend="libinput"/>,
[ac38e9dc]98 <xref linkend="libxkbcommon"/>, and
[8692448]99 <xref linkend="wayland"/>
[cd68ead6]100 </para>
[ec889cf3]101
102 <bridgehead renderas="sect4">Optional</bridgehead>
[cd68ead6]103 <para role="optional">
[8692448]104 <xref linkend="gtk-doc"/> and
105 <ulink url="http://tslib.berlios.de/">Tslib</ulink>
[cd68ead6]106 </para>
[ec889cf3]107
108 <para condition="html" role="usernotes">User Notes:
[694c7a8]109 <ulink url="&blfs-wiki;/clutter"/>
110 </para>
[ec889cf3]111 </sect2>
112
113 <sect2 role="installation">
[983fc68]114 <title>Installation of Clutter</title>
[ec889cf3]115
[3ee626e]116 <para>
[983fc68]117 Install <application>Clutter</application> by running the following
[3ee626e]118 commands:
119 </para>
[ec889cf3]120
[656e4130]121<screen><userinput>./configure --prefix=/usr \
[8692448]122 --sysconfdir=/etc \
123 --enable-egl-backend \
124 --enable-evdev-input \
125 --enable-wayland-backend \
126 --enable-wayland-compositor &amp;&amp;
[ec889cf3]127make</userinput></screen>
128
[3ee626e]129 <para>
[91c7aaa]130 To test the results, issue: <command>make -k check</command> from an
[850f9aa]131 X terminal emulator.
[3ee626e]132 </para>
[ec889cf3]133
[3ee626e]134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
[ec889cf3]137
138<screen role="root"><userinput>make install</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
[3ee626e]145 <para>
[7ea83d7]146 <parameter>--enable-egl-backend</parameter>: This switch enables
[8692448]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>
[91c7aaa]158 <parameter>--enable-wayland-*</parameter>: These switches enable the
[8692448]159 experimental <application>Wayland</application> API in
160 <application>Clutter</application> which is required for
161 <application>GNOME</application> Wayland support.
[3ee626e]162 </para>
[ec889cf3]163
[e05cd03f]164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3ee626e]165 href="../../xincludes/gtk-doc-rebuild.xml"/>
[ec889cf3]166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
[7ea83d7]173 <segtitle>Installed Programs</segtitle>
[850f9aa]174 <segtitle>Installed Libraries</segtitle>
[ec889cf3]175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
[7ea83d7]178 <seg>
179 None
180 </seg>
[cd68ead6]181 <seg>
[0fed30eb]182 libclutter-1.0.so and libclutter-glx-1.0.so
[cd68ead6]183 </seg>
184 <seg>
[7ea83d7]185 /usr/include/clutter-1.0 and
186 /usr/share/gtk-doc/html/{cally,clutter}
[cd68ead6]187 </seg>
[ec889cf3]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
[983fc68]196 <varlistentry id="libclutter-1">
197 <term><filename class="libraryfile">libclutter-1.0.so</filename></term>
[ec889cf3]198 <listitem>
[3ee626e]199 <para>
200 contains the <application>Clutter</application> API functions.
201 </para>
[983fc68]202 <indexterm zone="clutter libclutter-1">
203 <primary sortas="c-libclutter-1">libclutter-1.0.so</primary>
[ec889cf3]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.