source: general/genlib/wpebackend-fdo.xml@ cbcf148

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 cbcf148 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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 wpebackend-fdo-download-http "https://wpewebkit.org/releases/wpebackend-fdo-&wpebackend-fdo-version;.tar.xz">
8 <!ENTITY wpebackend-fdo-download-ftp " ">
9 <!ENTITY wpebackend-fdo-md5sum "ea62dfa9ecb366598a837d7446ed48ac">
10 <!ENTITY wpebackend-fdo-size "44 KB">
11 <!ENTITY wpebackend-fdo-buildsize "1.6 MB">
12 <!ENTITY wpebackend-fdo-time "0.1 SBU">
13]>
14
15<sect1 id="wpebackend-fdo" xreflabel="wpebackend-fdo-&wpebackend-fdo-version;">
16 <?dbhtml filename="wpebackend-fdo.html"?>
17
18
19 <title>wpebackend-fdo-&wpebackend-fdo-version;</title>
20
21 <indexterm zone="wpebackend-fdo">
22 <primary sortas="a-wpebackend-fdo">wpebackend-fdo</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to wpebackend-fdo</title>
27
28 <para>
29 The <application>wpebackend-fdo</application> package contains the
30 Freedesktop.org backend 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="&wpebackend-fdo-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&wpebackend-fdo-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &wpebackend-fdo-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &wpebackend-fdo-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &wpebackend-fdo-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &wpebackend-fdo-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">wpebackend-fdo Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="libepoxy"/>,
74 <xref linkend="libwpe"/>, and
75 <xref linkend="wayland-protocols"/>
76 </para>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/wpebackend-fdo"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of wpebackend-fdo</title>
85
86 <para>
87 Install <application>wpebackend-fdo</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>mkdir build &amp;&amp;
92cd build &amp;&amp;
93
94meson --prefix=/usr --buildtype=release ..
95ninja</userinput></screen>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>ninja install</userinput></screen>
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/meson-buildtype-release.xml"/>
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>
121 None
122 </seg>
123 <seg>
124 libWPEBackend-fdo-1.0.so
125 </seg>
126 <seg>
127 /usr/include/wpe-fdo-1.0
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="libWPEBackend-fdo">
138 <term><filename class="libraryfile">libWPEBackend-fdo-1.0.so</filename></term>
139 <listitem>
140 <para>
141 contains functions that provide the freedesktop.org backend for WPE
142 WebKit and the WPE renderer
143 </para>
144 <indexterm zone="wpebackend-fdo libWPEBackend-fdo">
145 <primary sortas="c-libWPEBackend-fdo">libWPEBackend-fdo-1.0.so</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149 </variablelist>
150 </sect2>
151</sect1>
Note: See TracBrowser for help on using the repository browser.