source: general/genlib/libwpe.xml@ b714013a

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b714013a was b714013a, checked in by Douglas R. Reno <renodr@…>, 2 years ago

Package Updates:

Update to webkitgtk-2.34.1
Update to wpebackend-fdo-1.12.0
Update to libwpe-1.12.0

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