source: archive/mx.xml@ 2015f9d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2015f9d was 1915d54, checked in by Krejzi <krejzi@…>, 12 years ago

Remove some unneeded packages.

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

  • Property mode set to 100644
File size: 5.0 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 mx-download-http "http://source.clutter-project.org/sources/mx/1.4/mx-&mx-version;.tar.xz">
8 <!ENTITY mx-download-ftp " ">
9 <!ENTITY mx-md5sum "92ec1bb29cc878932857de737b111827">
10 <!ENTITY mx-size "932 KB">
11 <!ENTITY mx-buildsize "30 MB">
12 <!ENTITY mx-time "0.8 SBU">
13]>
14
15<sect1 id="mx" xreflabel="Mx-&mx-version;">
16 <?dbhtml filename="mx.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Mx-&mx-version;</title>
24
25 <indexterm zone="mx">
26 <primary sortas="a-Mx">Mx</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Mx</title>
31
32 <para>
33 <application>Mx</application> is a traditional GUI toolkit built upon
34 <application>Clutter</application> technology. It enables smooth
35 animations and special effects through hardware accelerated graphics
36 (OpenGL).
37 </para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&mx-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&mx-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &mx-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &mx-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &mx-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &mx-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Mx Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="clutter"/>,
80 <xref linkend="dbus-glib"/>,
81 <xref linkend="gtk2"/>,
82 <xref linkend="intltool"/> and
83 <xref linkend="startup-notification"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/mx"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Mx</title>
103
104 <para>
105 Install <application>Mx</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
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 Program</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>
142 mx-create-image-cache
143 </seg>
144 <seg>
145 libmx-1.0.so and libmx-gtk-1.0.so
146 </seg>
147 <seg>
148 /usr/include/mx-1.0,
149 /usr/share/gtk-doc/html/mx,
150 /usr/share/gtk-doc/html/mx-gtk and
151 /usr/share/mx
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="libmx-1">
162 <term><filename class="libraryfile">libmx-1.0.so</filename></term>
163 <listitem>
164 <para>
165 contains the <application>Mx</application> API functions.
166 </para>
167 <indexterm zone="mx libmx-1">
168 <primary sortas="c-libmx-1">libmx-1.0.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libmx-gtk-1">
174 <term><filename class="libraryfile">libmx-gtk-1.0.so</filename></term>
175 <listitem>
176 <para>
177 contains the <application>Mx</application>
178 <application>GTK+</application> bindings.
179 </para>
180 <indexterm zone="mx libmx-gtk-1">
181 <primary sortas="c-libmx-gtk-1">libmx-gtk-1.0.so</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
189
190</sect1>
Note: See TracBrowser for help on using the repository browser.