source: general/graphlib/clutter.xml@ 2dbb7a74

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 2dbb7a74 was aea89388, checked in by Ken Moffat <ken@…>, 12 years ago

add cogl

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

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