source: general/genlib/libwpe.xml@ 77a4525

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

Update to libwpe-1.14.1

  • Property mode set to 100644
File size: 4.3 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 libwpe-download-http "https://wpewebkit.org/releases/libwpe-&libwpe-version;.tar.xz">
8 <!ENTITY libwpe-download-ftp " ">
9 <!ENTITY libwpe-md5sum "d834d70a6b3afb24a05ec188df248e52">
10 <!ENTITY libwpe-size "64 KB">
11 <!ENTITY libwpe-buildsize "2.3 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 &lfs112_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 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/libwpe"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of libwpe</title>
91
92 <para>
93 Install <application>libwpe</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
100meson --prefix=/usr --buildtype=release .. &amp;&amp;
101ninja</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>ninja install</userinput></screen>
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="../../xincludes/meson-buildtype-release.xml"/>
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 None
132 </seg>
133 <seg>
134 libwpe-1.0.so
135 </seg>
136 <seg>
137 /usr/include/wpe-1.0
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libwpe-1.0">
148 <term><filename class="libraryfile">libwpe-1.0.so</filename></term>
149 <listitem>
150 <para>
151 contains functions that provide a general purpose library for
152 WPEWebKit and the WPE Renderer
153 </para>
154 <indexterm zone="libwpe libwpe-1.0">
155 <primary sortas="c-libwpe-1.0">libwpe-1.0.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159 </variablelist>
160 </sect2>
161</sect1>
Note: See TracBrowser for help on using the repository browser.