source: x/lib/clutter.xml@ 0d7900a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

  • Property mode set to 100644
File size: 5.8 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.12/clutter-&clutter-version;.tar.xz">
8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.12/clutter-&clutter-version;.tar.xz">
9 <!ENTITY clutter-md5sum "dce7b3bf85b39ca822d068470e5f5abb">
10 <!ENTITY clutter-size "4.8 MB">
11 <!ENTITY clutter-buildsize "95 MB">
12 <!ENTITY clutter-time "1.0 SBU (aditional 0.8 SBU for the testsuite)">
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 &lfs72_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 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="gtk-doc"/>
101 </para>
102
103 <bridgehead renderas="sect4">
104 Optional (to build the application developers manual)
105 </bridgehead>
106 <para role="optional">
107 <xref linkend="docbook-utils"/>,
108 <xref linkend="xmlto"/> and either
109 <xref linkend="Links"/>,
110 <xref linkend="lynx"/> or
111 <xref linkend="w3m"/>
112 </para>
113
114 <para condition="html" role="usernotes">User Notes:
115 <ulink url="&blfs-wiki;/clutter"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of Clutter</title>
121
122 <para>
123 Install <application>Clutter</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
128make</userinput></screen>
129
130 <para>
131 To test the results, issue: <command>make check</command> (you must be
132 in an xterm or similar to do this, because it launches some windows).
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 <option>--enable-manual</option>: Use this parameter if
148 <application>DocBook-utils</application>, <application>xmlto</application>,
149 <application>JadeTeX</application>, and either
150 <application>Links</application>, <application>Lynx</application>, or
151 <application>W3m</application> are installed and you wish to build the
152 application developers manual.
153 </para>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/gtk-doc-rebuild.xml"/>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Library</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 libclutter-1.0.so
170 </seg>
171 <seg>
172 /usr/include/clutter-1.0,
173 /usr/share/gtk-doc/html/cally and
174 /usr/share/gtk-doc/html/clutter
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="libclutter-1">
185 <term><filename class="libraryfile">libclutter-1.0.so</filename></term>
186 <listitem>
187 <para>
188 contains the <application>Clutter</application> API functions.
189 </para>
190 <indexterm zone="clutter libclutter-1">
191 <primary sortas="c-libclutter-1">libclutter-1.0.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 </variablelist>
197
198 </sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.