source: archive/libwpe.xml

trunk
Last change on this file was c65a0065, checked in by Xi Ruoyao <xry111@…>, 6 weeks ago

Archive libwpe and wpebackend-fdo (#18460)

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 libwpe-download-http "https://wpewebkit.org/releases/libwpe-&libwpe-version;.tar.xz">
8 <!ENTITY libwpe-download-ftp " ">
9 <!ENTITY libwpe-md5sum "61840e24ba0a0f5828194dff28db92ee">
10 <!ENTITY libwpe-size "64 KB">
11 <!ENTITY libwpe-buildsize "1.9 MB">
12 <!ENTITY libwpe-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libwpe" xreflabel="libwpe-&libwpe-version;">
16 <?dbhtml filename="libwpe.html"?>
17
18
19 <title>libwpe-&libwpe-version;</title>
20
21 <indexterm zone="libwpe">
22 <primary sortas="a-libwpe">libwpe</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libwpe</title>
27
28 <para>
29 The <application>libwpe</application> package contains a general purpose
30 library for WPE WebKit and the WPE Renderer.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libwpe-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libwpe-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libwpe-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libwpe-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libwpe-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libwpe-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libwpe Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="libxkbcommon"/> and
74 <xref linkend="mesa"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <ulink url="https://pypi.org/project/hotdoc/">hotdoc</ulink>
80 <!-- FIXME - meson_options.txt mentions using hotdoc if you pass a switch
81 to generate documentation. -->
82 </para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of libwpe</title>
88
89 <para>
90 Install <application>libwpe</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>mkdir build &amp;&amp;
95cd build &amp;&amp;
96
97meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
98ninja</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>ninja install</userinput></screen>
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/meson-buildtype-release.xml"/>
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 None
129 </seg>
130 <seg>
131 libwpe-1.0.so
132 </seg>
133 <seg>
134 /usr/include/wpe-1.0
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="libwpe-1.0">
145 <term><filename class="libraryfile">libwpe-1.0.so</filename></term>
146 <listitem>
147 <para>
148 contains functions that provide a general purpose library for
149 WPEWebKit and the WPE Renderer
150 </para>
151 <indexterm zone="libwpe libwpe-1.0">
152 <primary sortas="c-libwpe-1.0">libwpe-1.0.so</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156 </variablelist>
157 </sect2>
158</sect1>
Note: See TracBrowser for help on using the repository browser.