source: gnome/platform/wayland.xml@ 4270d9a

gnome
Last change on this file since 4270d9a was 9d4dea71, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added colord-gtk anthy ibus-anthy ibus-hangul ibus-pinyin libhangual libmbim libqmi modemmanager gnome-control-center ppp pyzy pages and added runtime
dependency of weston to wayland page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13453 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.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 wayland-download-http "http://wayland.freedesktop.org/releases/wayland-&wayland-version;.tar.xz">
8 <!ENTITY wayland-download-ftp " ">
9 <!ENTITY wayland-md5sum "1d882776b27329b91d2d500b6d66dd1d">
10 <!ENTITY wayland-size "396 KB">
11 <!ENTITY wayland-buildsize "50 MB">
12 <!ENTITY wayland-time "0.4 SBU">
13]>
14
15<sect1 id="wayland" xreflabel="wayland-&wayland-version;">
16 <?dbhtml filename="wayland.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>wayland-&wayland-version;</title>
24
25 <indexterm zone="wayland">
26 <primary sortas="a-wayland">wayland</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to wayland</title>
31
32 <para>
33 <application>wayland</application> is a project to define a protocol
34 for a compositor to talk to its clients as well as a library
35 implementation of the protocol. The compositor can be a standalone
36 display server running on Linux kernel modesetting and evdev input devices,
37 an X application, or a wayland client itself.
38 The clients can be traditional applications, X servers (rootless or fullscreen)
39 or other display servers.
40 </para>
41
42 &lfs75_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&wayland-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&wayland-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &wayland-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &wayland-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &wayland-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &wayland-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">wayland Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="libffi"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="doxygen"/>, (to build documentation)
88 <xref linkend="libxslt"/>
89 </para>
90
91 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
92 <para role="required">
93 <xref linkend="weston"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/wayland"/>
98 </para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of wayland</title>
104
105 <para>
106 Install <application>wayland</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/static-libraries.xml"/>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 wayland, wayland-message, wayland-theme-viewer and
144 wayland-window-demo
145 </seg>
146 <seg>
147 libwayland.so
148 </seg>
149 <seg>
150 /usr/include/wayland,
151 /usr/lib/wayland and
152 /usr/share/wayland
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="wayland-prog">
163 <term><command>wayland</command></term>
164 <listitem>
165 <para>
166 is a <application>Clutter</application> based compositing
167 <application>GTK+</application> Window Manager.
168 </para>
169 <indexterm zone="wayland wayland-prog">
170 <primary sortas="b-wayland">wayland</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="wayland-message">
176 <term><command>wayland-message</command></term>
177 <listitem>
178 <para>
179 is a command used to send a message to
180 <application>wayland</application>.
181 </para>
182 <indexterm zone="wayland wayland-message">
183 <primary sortas="b-wayland-message">wayland-message</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="wayland-theme-viewer">
189 <term><command>wayland-theme-viewer</command></term>
190 <listitem>
191 <para>
192 is used to preview any installed
193 <application>wayland</application> theme.
194 </para>
195 <indexterm zone="wayland wayland-theme-viewer">
196 <primary sortas="b-wayland-theme-viewer">wayland-theme-viewer</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="wayland-window-demo">
202 <term><command>wayland-window-demo</command></term>
203 <listitem>
204 <para>
205 is a <application>wayland</application> demo program.
206 </para>
207 <indexterm zone="wayland wayland-window-demo">
208 <primary sortas="b-wayland-window-demo">wayland-window-demo</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="libwayland">
214 <term><filename class="libraryfile">libwayland.so</filename></term>
215 <listitem>
216 <para>
217 contains the <application>wayland</application> API functions.
218 </para>
219 <indexterm zone="wayland libwayland">
220 <primary sortas="c-libwayland">libwayland.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.