source: x/lib/webkitgtk2.xml@ 49d3336

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 49d3336 was 49d3336, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Tweaks, reformats and fixes: setqt, Qt-5.2.1, Qt-4.8.5, LibreOffice-4.2.0, WebKitGTK+-1.10.2 and WebKitGTK+-2.2.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12817 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 9.9 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 webkitgtk2-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk2-version;.tar.xz">
8 <!ENTITY webkitgtk2-download-ftp " ">
9 <!ENTITY webkitgtk2-md5sum "d2af0d2d75f18cac33bd82ee63e22571">
10 <!ENTITY webkitgtk2-size "9.0 MB">
11 <!ENTITY webkitgtk2-buildsize "868 MB">
12 <!ENTITY webkitgtk2-time "57 SBU">
13]>
14
15<sect1 id="webkitgtk2" xreflabel="WebKitGTK+-&webkitgtk2-version;">
16 <?dbhtml filename="webkitgtk2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>WebKitGTK+-&webkitgtk2-version;</title>
24
25 <indexterm zone="webkitgtk2">
26 <primary sortas="a-WebKitGTK+">WebKitGTK+</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to WebKitGTK+</title>
31
32 <para>
33 The <application>WebKitGTK+</application> is the port of the portable
34 web rendering engine <application>WebKit</application> to the
35 <application>GTK+ 3</application> platform.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&webkitgtk2-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&webkitgtk2-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &webkitgtk2-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &webkitgtk2-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &webkitgtk2-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &webkitgtk2-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gperf"/>,
79 <xref linkend="gst10-plugins-base"/>,
80 <xref linkend="gtk3"/>,
81 <xref linkend="icu"/>,
82 <xref linkend="libsecret"/>,
83 <xref linkend="libsoup"/>,
84 <xref linkend="libwebp"/>,
85 <xref linkend="mesalib"/>,
86 <xref linkend="ruby"/>,
87 <xref linkend="sqlite"/>,
88 <xref linkend="udev-extras"/> (for GUdev) and
89 <xref linkend="which"/>
90 </para>
91
92 <bridgehead renderas="sect4">Recommended</bridgehead>
93 <para role="recommended">
94 <xref linkend="enchant"/>,
95 <xref linkend="geoclue"/>,
96 <xref linkend="gobject-introspection"/> and
97 <xref linkend="hicolor-icon-theme"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="gtk-doc"/> and
103 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
104 </para>
105
106 <para condition="html" role="usernotes">
107 User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of WebKitGTK+</title>
113
114 <warning>
115 <para>
116 If you are building <application>WebKitGTK+</application>
117 with <command>make</command> 3.82, make sure that you have built
118 it with the following
119 <ulink url="&patch-downloads;/make/make-3.82-upstream_fixes-3.patch">
120 patch</ulink> applied or <application>WebKitGTK+</application>
121 build may fail.
122 </para>
123 </warning>
124
125 <para>
126 If you have not installed <xref linkend="gtk-doc"/>, fix a bug that will
127 cause <command>make install</command> to fail:
128 </para>
129
130<screen><userinput>sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in</userinput></screen>
131
132 <para>
133 Install <application>WebKitGTK+</application> by running the
134 following commands:
135 </para>
136
137<screen><userinput>./configure --prefix=/usr \
138 --enable-introspection &amp;&amp;
139make</userinput></screen>
140
141 <para>
142 This package does not have a working testsuite. However, there are two
143 useable basic graphical web browsers in the source directory,
144 <application>Programs/GtkLauncher</application> and
145 <application>Programs/MiniBrowser</application>. If launching any one
146 fails, there is a problem with the build.
147 </para>
148
149 <note><para>
150 When installing, the Makefile does some additional compiling and linking.
151 If you do not have Xorg in /usr, the LIBRARY_PATH and PKG_CONFIG_PATH
152 variables need to be defined for the root user. If using sudo to assume
153 root, use the -E option to pass your current environment variables for the
154 install process.
155 </para></note>
156
157 <para>
158 Now, as the <systemitem class="username">root</systemitem> user:
159 </para>
160
161<screen role="root"><userinput>make install &amp;&amp;
162rm -rf /usr/share/gtk-doc/html/webkitgtk-2.0 &amp;&amp;
163mv -vi /usr/share/gtk-doc/html/webkitgtk{,-2.0}</userinput></screen>
164 </sect2>
165
166 <sect2 role="commands">
167 <title>Command Explanations</title>
168
169 <para>
170 <command>mv -vi /usr/share/gtk-doc/html/webkitgtk{,-2.0}</command>:
171 There is a conflict with the directory installed with same name by
172 <xref linkend="webkitgtk"/>.
173 </para>
174
175 <para>
176 <option>--enable-introspection</option>: This switch enables support for
177 <application>Gobject Introspection</application> and is required for a
178 <application>GNOME</application> Desktop. Remove if you don't have
179 <application>Gobject Introspection</application> installed or you don't
180 want to install <application>GNOME</application>.
181 </para>
182
183 <para>
184 <option>--disable-geolocation</option>: Use this option if you did not
185 install <xref linkend="geoclue"/> or <command>configure</command> will
186 fail.
187 </para>
188
189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="../../xincludes/gtk-doc-rebuild.xml"/>
191
192 <para><option>--libexecdir=/usr/lib/webkitgtk3</option>: This option
193 puts the package's private programs into
194 <filename class="directory">/usr/lib/webkitgtk3</filename> instead of
195 <filename class="directory">/usr/libexec</filename> in accordance with
196 the old version of the FHS used before LFS-7.5.</para>
197
198 </sect2>
199
200 <sect2 role="content">
201 <title>Contents</title>
202
203 <segmentedlist>
204 <segtitle>Installed Program</segtitle>
205 <segtitle>Installed Libraries</segtitle>
206 <segtitle>Installed Directories</segtitle>
207
208 <seglistitem>
209 <seg>
210 jsc-3
211 </seg>
212 <seg>
213 libjavascriptcoregtk-3.0.so,
214 libwebkit2gtk-3.0.so,
215 libwebkitgtk-3.0.so and
216 /usr/lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so
217 </seg>
218 <seg>
219 /usr/include/webkitgtk-3.0,
220 /usr/share/gtk-doc/html/webkitgtk-2.0,
221 /usr/share/gtk-doc/html/webkit2gtk and
222 /usr/share/webkitgtk-3.0
223 </seg>
224 </seglistitem>
225 </segmentedlist>
226
227 <variablelist>
228 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
229 <?dbfo list-presentation="list"?>
230 <?dbhtml list-presentation="table"?>
231
232 <varlistentry id="jsc-3">
233 <term><command>jsc-3</command></term>
234 <listitem>
235 <para>
236 is a command-line utility that allows you to run JavaScript programs
237 outside of the context of a web browser.
238 </para>
239 <indexterm zone="webkitgtk2 jsc-3">
240 <primary sortas="b-jsc-3">jsc-3</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="libjavascriptcoregtk-3">
246 <term><filename
247 class="libraryfile">libjavascriptcoregtk-3.0.so</filename></term>
248 <listitem>
249 <para>
250 contains core JavaScript API functions used by <command>jsc-3</command>
251 and <filename class="libraryfile">libwebkitgtk-3.0.so</filename>.
252 </para>
253 <indexterm zone="webkitgtk libjavascriptcoregtk-3">
254 <primary sortas="c-libjavascriptcoregtk-3">libjavascriptcoregtk-3.0.so</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258<!--
259 <varlistentry id="libwebkit2gtkinjectedbundle">
260 <term><filename class="libraryfile">libwebkit2gtkinjectedbundle.so</filename></term>
261 <listitem>
262 <para>
263 contains the <application>WebKitGTK+</application> API functions for
264 the Injected Bundle support.
265 </para>
266 <indexterm zone="webkitgtk libwebkit2gtkinjectedbundle">
267 <primary sortas="c-libwebkit2gtkinjectedbundle">libwebkit2gtkinjectedbundle.so</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271-->
272
273 <varlistentry id="libwebkitgtk-3">
274 <term><filename class="libraryfile">libwebkitgtk-3.0.so</filename></term>
275 <listitem>
276 <para>
277 contains the <application>WebKitGTK+</application> API functions for
278 <application>GTK+ 3</application>.
279 </para>
280 <indexterm zone="webkitgtk libwebkitgtk-3">
281 <primary sortas="c-libwebkitgtk-3">libwebkitgtk-3.0.so</primary>
282 </indexterm>
283 </listitem>
284 </varlistentry>
285
286 <varlistentry id="libwebkit2gtk-3">
287 <term><filename class="libraryfile">libwebkit2gtk-3.0.so</filename></term>
288 <listitem>
289 <para>
290 contains the <application>WebKit2</application> API functions.
291 </para>
292 <indexterm zone="webkitgtk libwebkit2gtk-3">
293 <primary sortas="c-libwebkit2gtk-3">libwebkit2gtk-3.0.so</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 </variablelist>
299
300 </sect2>
301
302</sect1>
Note: See TracBrowser for help on using the repository browser.