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

11.0 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 c98fc5b was fbfb998, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Add wpebackend-fdo
Add libwpe
Update to WebKitGTK+-2.32.1 and make it use wpebackend-fdo for
rendering.

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