source: gnome/platform/wayland.xml@ 85ec85ef

gnome
Last change on this file since 85ec85ef was 7585458, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new pages xwayland libepoxy libunwind libxkbcommon wayland weston

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

  • Property mode set to 100644
File size: 6.4 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 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/wayland"/>
93 </para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of wayland</title>
99
100 <para>
101 Install <application>wayland</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 wayland, wayland-message, wayland-theme-viewer and
139 wayland-window-demo
140 </seg>
141 <seg>
142 libwayland.so
143 </seg>
144 <seg>
145 /usr/include/wayland,
146 /usr/lib/wayland and
147 /usr/share/wayland
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="wayland-prog">
158 <term><command>wayland</command></term>
159 <listitem>
160 <para>
161 is a <application>Clutter</application> based compositing
162 <application>GTK+</application> Window Manager.
163 </para>
164 <indexterm zone="wayland wayland-prog">
165 <primary sortas="b-wayland">wayland</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="wayland-message">
171 <term><command>wayland-message</command></term>
172 <listitem>
173 <para>
174 is a command used to send a message to
175 <application>wayland</application>.
176 </para>
177 <indexterm zone="wayland wayland-message">
178 <primary sortas="b-wayland-message">wayland-message</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="wayland-theme-viewer">
184 <term><command>wayland-theme-viewer</command></term>
185 <listitem>
186 <para>
187 is used to preview any installed
188 <application>wayland</application> theme.
189 </para>
190 <indexterm zone="wayland wayland-theme-viewer">
191 <primary sortas="b-wayland-theme-viewer">wayland-theme-viewer</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="wayland-window-demo">
197 <term><command>wayland-window-demo</command></term>
198 <listitem>
199 <para>
200 is a <application>wayland</application> demo program.
201 </para>
202 <indexterm zone="wayland wayland-window-demo">
203 <primary sortas="b-wayland-window-demo">wayland-window-demo</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="libwayland">
209 <term><filename class="libraryfile">libwayland.so</filename></term>
210 <listitem>
211 <para>
212 contains the <application>wayland</application> API functions.
213 </para>
214 <indexterm zone="wayland libwayland">
215 <primary sortas="c-libwayland">libwayland.so</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 </variablelist>
221
222 </sect2>
223
224</sect1>
Note: See TracBrowser for help on using the repository browser.