source: archive/mx.xml@ acb648f

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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