source: x/lib/webkitgtk2.xml@ b379ac51

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 b379ac51 was b379ac51, checked in by Pierre Labastie <pieere@…>, 9 years ago

tags

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

  • Property mode set to 100644
File size: 13.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 webkitgtk2-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk2-version;.tar.xz">
8 <!ENTITY webkitgtk2-download-ftp " ">
9 <!ENTITY webkitgtk2-md5sum "bcdcef8e1ba28dbd5bb05f86c79f76b8">
10 <!ENTITY webkitgtk2-size "9.4 MB">
11 <!ENTITY webkitgtk2-buildsize "1.5 GB (both built)">
12 <!ENTITY webkitgtk2-time "44 SBU (using parallelism=4, both built, webkitgtk-3.0 takes a little longer than webkitgtk-1.0)">
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 web
34 rendering engine <application>WebKit</application> to the
35 <application>GTK+ 3</application> and/or <application>GTK+
36 2</application> platforms.
37 </para>
38
39 &lfs77_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&webkitgtk2-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&webkitgtk2-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &webkitgtk2-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &webkitgtk2-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &webkitgtk2-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &webkitgtk2-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gst10-plugins-base"/>,
80 <xref linkend="gtk2"/> or
81 <xref linkend="gtk3"/>,
82 <xref linkend="icu"/>,
83 <xref linkend="libsecret"/>,
84 <xref linkend="libsoup"/>,
85 <xref linkend="libwebp"/>,
86 <xref linkend="mesalib"/>,
87 <xref linkend="ruby"/>,
88 <xref linkend="sqlite"/>,
89 <xref linkend="udev-extras"/> (for GUdev) and
90 <xref linkend="which"/>
91 </para>
92
93 <note><para>
94 <application>WebKit2</application> links against<application>GTK+
95 2</application> (even if <application>GTK+ 3</application> is being
96 used), in order to be able to use NPAPI plugins such as Adobe Flash.
97 </para></note>
98
99
100 <bridgehead renderas="sect4">Recommended</bridgehead>
101 <para role="recommended">
102 <xref linkend="enchant"/>,
103 <xref linkend="geoclue"/>,
104 <xref linkend="gobject-introspection"/>,
105 <xref linkend="hicolor-icon-theme"/>
106 </para>
107
108 <bridgehead renderas="sect4">Optional</bridgehead>
109 <para role="optional">
110 <xref linkend="gtk-doc"/>,
111 <xref linkend="harfbuzz"/>,
112 <xref linkend="llvm"/>,
113 <ulink url="http://gitorious.org/geoclue2/">GeoClue2</ulink>, and
114 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
115 </para>
116
117 <para condition="html" role="usernotes">
118 User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of WebKitGTK+</title>
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:^:# :' \
131 GNUmakefile.in</userinput></screen>
132
133 <para>
134 Upstream standard now is to link this package against <application>GTK+
135 3</application>. However, for backward compatibility, manu users need
136 also another instance, linked to <application>GTK+ 2</application>. Both
137 can be installed in the same system, without problem. However, some
138 packages can alternatively be linked to either one. Here, both build
139 methods are presented and recommended to be built, but if you know which
140 one you need, just jump to the respective part.
141 </para>
142
143<!-- ==== WebKitGTK+ against GTK+ 3 ====== -->
144 <bridgehead renderas="sect3">Build and install
145 <application>WebKitGTK+</application> against <application>GTK+
146 3</application></bridgehead>
147
148 <para>
149 Install <application>WebKitGTK+</application> by running the
150 following commands:
151 </para>
152
153<screen><userinput>mkdir -vp build-3 &amp;&amp;
154cp -a Documentation build-3 &amp;&amp;
155cd build-3 &amp;&amp;
156
157../configure --prefix=/usr --enable-introspection &amp;&amp;
158make</userinput></screen>
159
160 <para>
161 This package does not have a working testsuite. However, there are two
162 useable basic graphical web browsers in the build directory,
163 <application>Programs/GtkLauncher</application> and
164 <application>Programs/MiniBrowser</application>. If launching any one
165 fails, there is a problem with the build.
166 </para>
167
168 <note><para>
169 When installing, the Makefile does some additional compiling and linking.
170 If you do not have Xorg in /usr, the LIBRARY_PATH and PKG_CONFIG_PATH
171 variables need to be defined for the root user. If using sudo to assume
172 root, use the -E option to pass your current environment variables for the
173 install process.
174 </para></note>
175
176 <para>
177 Now, as the <systemitem class="username">root</systemitem> user:
178 </para>
179
180<screen role="root"><userinput>make install</userinput></screen>
181
182 <para>
183 Finally, leave the buid directory:
184 </para>
185
186<screen><userinput>cd ..</userinput></screen>
187
188<!-- ==== WebKitGTK+ against GTK+ 2 ====== -->
189 <bridgehead renderas="sect3">Build and install
190 <application>WebKitGTK+</application> against <application>GTK+
191 2</application></bridgehead>
192
193 <para>
194 Install <application>WebKitGTK+</application> by running the
195 following commands:
196 </para>
197
198<screen><userinput>mkdir -vp build-1</userinput></screen>
199
200 <para>
201 If you have built and installed the package against <application>GTK+
202 3</application>. skip the following command, because the previous
203 docummentation also applies here:
204 </para>
205
206<screen><userinput>cp -a Documentation build-1</userinput></screen>
207
208 <para>
209 Now, change into the build directory and effectively start the build and
210 install:
211 </para>
212
213<screen><userinput>cd build-1 &amp;&amp;
214
215
216../configure --prefix=/usr --with-gtk=2.0 --disable-webkit2 &amp;&amp;
217make</userinput></screen>
218
219 <para>
220 This package does not have a working testsuite. However, there is one
221 useable basic graphical web browser in the build directory,
222 <application>Programs/GtkLauncher</application>. If launching it
223 fails, there is a problem with the build.
224 </para>
225
226 <note><para>
227 When installing, the Makefile does some additional compiling and linking.
228 If you do not have Xorg in /usr, the LIBRARY_PATH and PKG_CONFIG_PATH
229 variables need to be defined for the root user. If using sudo to assume
230 root, use the -E option to pass your current environment variables for the
231 install process.
232 </para></note>
233
234 <para>
235 Now, as the <systemitem class="username">root</systemitem> user:
236 </para>
237
238<screen role="root"><userinput>make install</userinput></screen>
239
240 <para>
241 Finally, leave the buid directory:
242 </para>
243
244<screen><userinput>cd ..</userinput></screen>
245
246 </sect2>
247
248 <sect2 role="commands">
249 <title>Command Explanations</title>
250
251 <para>
252 <option>--enable-introspection</option>: This switch enables support for
253 <application>Gobject Introspection</application> and is required for a
254 <application>GNOME</application> Desktop. Remove if you don't have
255 <application>Gobject Introspection</application> installed or you don't
256 want to install <application>GNOME</application>.
257 </para>
258
259 <para>
260 <option>--disable-geolocation</option>: Use this option if you did not
261 install <xref linkend="geoclue"/> or <command>configure</command> will
262 fail.
263 </para>
264
265 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
266 href="../../xincludes/gtk-doc-rebuild.xml"/>
267
268 </sect2>
269
270 <sect2 role="content">
271 <title>Contents</title>
272
273 <segmentedlist>
274 <segtitle>Installed Programs</segtitle>
275 <segtitle>Installed Libraries</segtitle>
276 <segtitle>Installed Directories</segtitle>
277
278 <seglistitem>
279 <seg>
280 jsc-1 and jsc-3
281 </seg>
282 <seg>
283 libjavascriptcoregtk-1.0.so,
284 libjavascriptcoregtk-3.0.so,
285 libwebkit2gtk-3.0.so,
286 libwebkitgtk-1.0.so, and
287 libwebkitgtk-3.0.so
288 </seg>
289 <seg>
290 /usr/include/webkitgtk-{1,3}.0,
291 /usr/lib/webkit2gtk-3.0,
292 /usr/share/gtk-doc/html/webkit{2,dom,}gtk, and
293 /usr/share/webkitgtk-{1,3}.0
294 </seg>
295 </seglistitem>
296 </segmentedlist>
297
298 <variablelist>
299 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
300 <?dbfo list-presentation="list"?>
301 <?dbhtml list-presentation="table"?>
302
303 <varlistentry id="jsc-1">
304 <term><command>jsc-1</command></term>
305 <listitem>
306 <para>
307 is a command-line utility that allows you to run JavaScript programs
308 outside of the context of a web browser.
309 </para>
310 <indexterm zone="webkitgtk2 jsc-1">
311 <primary sortas="b-jsc-1">jsc-1</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 <varlistentry id="jsc-3">
317 <term><command>jsc-3</command></term>
318 <listitem>
319 <para>
320 is a command-line utility that allows you to run JavaScript programs
321 outside of the context of a web browser.
322 </para>
323 <indexterm zone="webkitgtk2 jsc-3">
324 <primary sortas="b-jsc-3">jsc-3</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="libjavascriptcoregtk-1">
330 <term><filename
331 class="libraryfile">libjavascriptcoregtk-1.0.so</filename></term>
332 <listitem>
333 <para>
334 contains core JavaScript API functions used by
335 <command>jsc-1</command> and <filename
336 class="libraryfile">libwebkitgtk-1.0.so</filename>.
337 </para>
338 <indexterm zone="webkitgtk2 libjavascriptcoregtk-1">
339 <primary sortas="c-libjavascriptcoregtk-1">libjavascriptcoregtk-1.0.so</primary>
340 </indexterm>
341 </listitem>
342 </varlistentry>
343
344 <varlistentry id="libjavascriptcoregtk-3">
345 <term><filename
346 class="libraryfile">libjavascriptcoregtk-3.0.so</filename></term>
347 <listitem>
348 <para>
349 contains core JavaScript API functions used by
350 <command>jsc-3</command> and <filename
351 class="libraryfile">libwebkitgtk-3.0.so</filename>.
352 </para>
353 <indexterm zone="webkitgtk2 libjavascriptcoregtk-3">
354 <primary sortas="c-libjavascriptcoregtk-3">libjavascriptcoregtk-3.0.so</primary>
355 </indexterm>
356 </listitem>
357 </varlistentry>
358
359 <varlistentry id="libwebkitgtk-1">
360 <term><filename class="libraryfile">libwebkitgtk-1.0.so</filename></term>
361 <listitem>
362 <para>
363 contains the <application>WebKitGTK+</application> API functions for
364 <application>GTK+ 2</application>.
365 </para>
366 <indexterm zone="webkitgtk2 libwebkitgtk-1">
367 <primary sortas="c-libwebkitgtk-1">libwebkitgtk-1.0.so</primary>
368 </indexterm>
369 </listitem>
370 </varlistentry>
371
372 <varlistentry id="libwebkitgtk-3">
373 <term><filename class="libraryfile">libwebkitgtk-3.0.so</filename></term>
374 <listitem>
375 <para>
376 contains the <application>WebKitGTK+</application> API functions for
377 <application>GTK+ 3</application>.
378 </para>
379 <indexterm zone="webkitgtk2 libwebkitgtk-3">
380 <primary sortas="c-libwebkitgtk-3">libwebkitgtk-3.0.so</primary>
381 </indexterm>
382 </listitem>
383 </varlistentry>
384
385 <varlistentry id="libwebkit2gtk-3">
386 <term><filename class="libraryfile">libwebkit2gtk-3.0.so</filename></term>
387 <listitem>
388 <para>
389 contains the <application>WebKit2</application> API functions.
390 </para>
391 <indexterm zone="webkitgtk2 libwebkit2gtk-3">
392 <primary sortas="c-libwebkit2gtk-3">libwebkit2gtk-3.0.so</primary>
393 </indexterm>
394 </listitem>
395 </varlistentry>
396
397 </variablelist>
398
399 </sect2>
400
401</sect1>
Note: See TracBrowser for help on using the repository browser.