source: general/genlib/wayland.xml@ a1bb0d9

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since a1bb0d9 was 078d23fa, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Update to wayland-1.22.0

  • Property mode set to 100644
File size: 7.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 wayland-download-http "https://gitlab.freedesktop.org/wayland/wayland/-/releases/&wayland-version;/downloads/wayland-&wayland-version;.tar.xz">
8 <!ENTITY wayland-download-ftp " ">
9 <!ENTITY wayland-md5sum "7410ab549e3928fce9381455b17b0803">
10 <!ENTITY wayland-size "228 KB">
11 <!ENTITY wayland-buildsize "7.4 MB (with tests)">
12 <!ENTITY wayland-time "0.1 SBU (with tests)">
13]>
14
15<sect1 id="wayland" xreflabel="Wayland-&wayland-version;">
16 <?dbhtml filename="wayland.html"?>
17
18
19 <title>Wayland-&wayland-version;</title>
20
21 <indexterm zone="wayland">
22 <primary sortas="a-Wayland">Wayland</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Wayland</title>
27
28 <para>
29 <application>Wayland</application> is a project to define a protocol
30 for a compositor to talk to its clients as well as a library
31 implementation of the protocol.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&wayland-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&wayland-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &wayland-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &wayland-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &wayland-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &wayland-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Wayland Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="libxml2"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="doxygen"/>,
80 <xref linkend="graphviz"/> and
81 <xref linkend="xmlto"/> (to build the API documentation) and
82 <xref linkend="DocBook"/>,
83 <xref linkend="docbook-xsl"/> and
84 <xref linkend="libxslt"/> (to build the manual pages)
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/wayland"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Wayland</title>
94
95 <para>
96 Install <application>Wayland</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102
103meson setup .. \
104 --prefix=/usr \
105 --buildtype=release \
106 -Ddocumentation=false &amp;&amp;
107ninja</userinput></screen>
108
109 <para>
110 <!-- If XDG_RUNTIME_DIR is set but the value is a non-exist path,
111 19 tests will fail. Unfortunately BLFS /etc/profile sets
112 XDG_RUNTIME_DIR but does not create it. For now simply unset
113 the variable. -->
114 To test the results, issue:
115 <command>env -u XDG_RUNTIME_DIR ninja test</command>.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>ninja install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <parameter>-Ddocumentation=false</parameter>: This switch is used to
131 disable building of the API documentation. Remove it if you have
132 installed optional dependencies.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 wayland-scanner
148 </seg>
149 <seg>
150 libwayland-client.so,
151 libwayland-cursor.so,
152 libwayland-egl.so,
153 and libwayland-server.so
154 </seg>
155 <seg>
156 /usr/share/wayland
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="wayland-scanner">
167 <term><command>wayland-scanner</command></term>
168 <listitem>
169 <para>
170 is a tool to generate proxy methods in wayland-client-protocol.h
171 and wayland-server-protocol.h
172 </para>
173 <indexterm zone="wayland wayland-scanner">
174 <primary sortas="b-wayland-scanner">wayland-scanner</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="libwayland-client">
180 <term><filename class="libraryfile">libwayland-client.so</filename></term>
181 <listitem>
182 <para>
183 contains API functions for writing <application>Wayland</application>
184 applications
185 </para>
186 <indexterm zone="wayland libwayland-client">
187 <primary sortas="c-libwayland-client">libwayland-client.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="libwayland-cursor">
193 <term><filename class="libraryfile">libwayland-cursor.so</filename></term>
194 <listitem>
195 <para>
196 contains API functions for managing cursors in <application>Wayland</application>
197 applications
198 </para>
199 <indexterm zone="wayland libwayland-cursor">
200 <primary sortas="c-libwayland-cursor">libwayland-cursor.so</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="libwayland-egl">
206 <term><filename class="libraryfile">libwayland-egl.so</filename></term>
207 <listitem>
208 <para>
209 contains API functions for handling OpenGL calls in
210 <application>Wayland</application> applications
211 </para>
212 <indexterm zone="wayland libwayland-egl">
213 <primary sortas="c-libwayland-egl">libwayland-egl.so</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="libwayland-server">
219 <term><filename class="libraryfile">libwayland-server.so</filename></term>
220 <listitem>
221 <para>
222 contains API functions for writing <application>Wayland</application>
223 compositors
224 </para>
225 <indexterm zone="wayland libwayland-server">
226 <primary sortas="c-libwayland-server">libwayland-server.so</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 </variablelist>
232
233 </sect2>
234
235</sect1>
Note: See TracBrowser for help on using the repository browser.