source: x/lib/webkitgtk2.xml@ 58720a7b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 58720a7b was 58720a7b, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to MesaLib-10.2.3.
Update to webkitgtk-2.4.4.
Logrotate-3.8.7: typo, tweaks, more explanations.

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

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