source: general/graphlib/clutter.xml@ 1bc70b56

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1bc70b56 was 2001b3e, checked in by Ken Moffat <ken@…>, 12 years ago

Reinstate some of the DRI explanation, expanded to mention DRI2 hardware video acceleration.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9881 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.8/clutter-&clutter-version;.tar.xz">
8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.8/clutter-&clutter-version;.tar.xz">
9 <!ENTITY clutter-md5sum "f9b072536f40b236c09b8d076cafe5d7">
10 <!ENTITY clutter-size "4.3 MB">
11 <!ENTITY clutter-buildsize "77 MB">
12 <!ENTITY clutter-time "1.2 SBU">
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>The <application>clutter</application> package is an open source
33 software library for creating fast, visually rich and animated graphical
34 user interfaces.</para>
35
36 <note>
37 <para>Anything built with this toolkit needs hardware 3D acceleration from the
38 graphics driver at runtime. This is provided by <application>MesaLib</application>
39 (or by proprietary graphics drivers), but is not available for every graphics card,
40 nor for all virtual machines). You may wish to review <xref linkend="checking-dri"/>.
41 </para>
42
43 <para>If you use <application>GNOME-3</application> and it selects the
44 <emphasis>fallback</emphasis> window manager
45 (<application>metacity</application>) you should treat this package as a build
46 dependency and expect unsatisfactory runtime performance from other
47 <application>clutter</application> packages such as
48 <application>totem</application>.</para>
49 </note>
50
51 &lfs70_checked;
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <listitem>
56 <para>Download (HTTP): <ulink url="&clutter-download-http;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download (FTP): <ulink url="&clutter-download-ftp;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download MD5 sum: &clutter-md5sum;</para>
63 </listitem>
64 <listitem>
65 <para>Download size: &clutter-size;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated disk space required: &clutter-buildsize;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated build time: &clutter-time;</para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">clutter Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required"><xref linkend="atk"/>,
79 <xref linkend="cairo"/>,
80 <xref linkend="cogl"/>,
81 <xref linkend="gdk-pixbuf"/>,
82 <xref linkend="json-glib"/>,
83 <xref linkend="mesalib"/>, and
84 <xref linkend="pango"/></para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional"><xref linkend="gtk-doc"/></para>
88
89 <bridgehead renderas="sect4">Optional (to build the application developers
90 manual)</bridgehead>
91 <para role="optional"><xref linkend="docbook-utils"/>,
92 <xref linkend="jadetex"/>,
93 <xref linkend="xmlto"/>, and either
94 <xref linkend="Links"/>,
95 <xref linkend="lynx"/>, or
96 <xref linkend="w3m"/></para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/clutter"/></para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of clutter</title>
105
106 <para>Install <application>clutter</application> by running the following
107 commands:</para>
108
109<screen><userinput>./configure --prefix=/usr &amp;&amp;
110make</userinput></screen>
111
112 <!-- I have assumed my test failures are because I don't have acclerated graphics. ken -->
113 <para>To test the results, issue: <command>make check</command> (you must be
114 in an xterm or similar to do this, because it launches some windows).</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para><option>--enable-manual</option>: Use this parameter if
126 <application>DocBook-utils</application>, <application>xmlto</application>,
127 <application>JadeTeX</application>, and either
128 <application>Links</application>, <application>Lynx</application>, or
129 <application>W3m</application> are installed and you wish to build the
130 application developers manual.</para>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gtk-doc-rebuild.xml"/>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Library</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>None</seg>
147 <seg>libclutter-glx-1.0.so</seg>
148 <seg>/usr/{include/clutter-1.0/{cally,clutter/{glx,x11}},
149 share/gtk-doc/html/{cally,clutter}}</seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libclutter-glx-1.0">
159 <term><filename class='libraryfile'>libclutter-glx-1.0.so</filename></term>
160 <listitem>
161 <para>contains the clutter API functions.</para>
162 <indexterm zone="clutter libclutter-glx-1.0">
163 <primary sortas="c-libclutter-glx-1.0">libclutter-glx-1.0.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.