source: x/lib/webkitgtk.xml@ 3de403d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 3de403d was 87dfe6b, checked in by Krejzi <krejzi@…>, 11 years ago

Fixes.

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

  • Property mode set to 100644
File size: 10.5 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 webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
8 <!ENTITY webkitgtk-download-ftp " ">
9 <!ENTITY webkitgtk-md5sum "7b1a652af1eb11bee5bf7209e9ff67e6">
10 <!ENTITY webkitgtk-size "8.3 MB">
11 <!ENTITY webkitgtk-buildsize "800 MB (650 MB for GTK+2 version)">
12 <!ENTITY webkitgtk-time "55 SBU">
13]>
14
15<sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
16 <?dbhtml filename="webkitgtk.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>WebKitGTK+-&webkitgtk-version;</title>
24
25 <indexterm zone="webkitgtk">
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> package is the port of the
34 portable web rendering engine <application>WebKit</application> to the
35 <application>GTK+</application> platform.
36 </para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&webkitgtk-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&webkitgtk-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &webkitgtk-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &webkitgtk-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &webkitgtk-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &webkitgtk-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <ulink url="&patch-root;/webkitgtk-&webkitgtk-version;-fix_librt_linking-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="gperf"/>,
89 <xref linkend="gst10-plugins-base"/> or
90 <xref linkend="gst-plugins-base"/>,
91 <xref linkend="gtk3"/> or
92 <xref linkend="gtk2"/>,
93 <xref linkend="icu"/>,
94 <xref linkend="libxslt"/>,
95 <xref linkend="libsoup"/>,
96 <xref linkend="mesalib"/>,
97 <xref linkend="ruby"/>,
98 <xref linkend="sqlite"/> and
99 <xref linkend="which"/>
100 </para>
101
102 <bridgehead renderas="sect4">Recommended</bridgehead>
103 <para role="recommended">
104 <xref linkend="geoclue"/> and
105 <xref linkend="gobject-introspection"/>
106 </para>
107
108 <bridgehead renderas="sect4">Optional</bridgehead>
109 <para role="optional">
110 <xref linkend="curl"/>,
111 <xref linkend="enchant"/>,
112 <xref linkend="gtk-doc"/> and
113 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
114 </para>
115
116 <para condition="html" role="usernotes">
117 User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
118 </para>
119 </sect2>
120
121 <sect2 role="installation">
122 <title>Installation of WebKitGTK+</title>
123
124 <warning>
125 <para>
126 If you are building <application>WebKitGTK+</application>
127 with <command>make</command> 3.82, make sure that you have built
128 it with the following
129 <ulink url="&patch-downloads;/make/make-3.82-upstream_fixes-3.patch">
130 patch</ulink> applied or <application>WebKitGTK+</application>
131 build will fail.
132 </para>
133 </warning>
134
135 <para>
136 If you have not installed <xref linkend="gtk-doc"/>, fix a bug that will
137 cause <command>make install</command> to fail:
138 </para>
139
140<screen><userinput>sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in</userinput></screen>
141
142 <para>
143 Install <application>WebKitGTK+</application> by running the
144 following commands:
145 </para>
146
147<screen><userinput>patch -Np1 -i ../webkitgtk-&webkitgtk-version;-fix_librt_linking-1.patch &amp;&amp;
148./configure --prefix=/usr \
149 --libexecdir=/usr/lib/WebKitGTK \
150 --with-gstreamer=1.0 \
151 --enable-introspection &amp;&amp;
152make</userinput></screen>
153
154 <para>
155 This package does not have a working testsuite.
156 </para>
157
158 <para>
159 Now, as the <systemitem class="username">root</systemitem> user:
160 </para>
161
162<screen role="root"><userinput>make install</userinput></screen>
163 </sect2>
164
165 <sect2 role="commands">
166 <title>Command Explanations</title>
167
168 <para>
169 <option>--enable-introspection</option>: This switch enables support for
170 <application>Gobject Introspection</application> and is required for a
171 <application>GNOME</application> Desktop. Remove if you don't have
172 <application>Gobject Introspection</application> installed or you don't
173 want to install <application>GNOME</application>.
174 </para>
175
176 <para>
177 <parameter>--with-gstreamer=1.0</parameter>: This switch forces use of
178 <application>GStreamer</application> 1.0 series which
179 <application>GNOME</application> 3.6 uses. Remove if you don't want
180 to install <application>GStreamer</application> 1.0 or you don't
181 want to install <application>GNOME</application>.
182 </para>
183
184 <para>
185 <option>--disable-geolocation</option>: Use this option if you did not
186 install <xref linkend="geoclue"/> or <command>configure</command> will
187 fail.
188 </para>
189
190 <para>
191 <parameter>--with-gtk=2.0 --disable-webkit2</parameter>: These parameters
192 force <application>WebKitGTK+</application> to compile against
193 <application>GTK+ 2</application>, even if
194 <application>GTK+ 3</application> is also installed. With
195 <application>GTK+ 2</application>, everything
196 <application>WebKitGTK+</application> installs is suffixed with 1.0. When it
197 is compiled against <application>GTK+ 3</application> everything it
198 installs is suffixed with 3.0. Both versions can be installed alongside
199 one another with no namespace conflicts.
200 </para>
201
202 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
203 href="../../xincludes/gtk-doc-rebuild.xml"/>
204
205 </sect2>
206
207 <sect2 role="content">
208 <title>Contents</title>
209
210 <segmentedlist>
211 <segtitle>Installed Program</segtitle>
212 <segtitle>Installed Library</segtitle>
213 <segtitle>Installed Directories</segtitle>
214
215 <seglistitem>
216 <seg>
217 jsc-1 or jsc-3
218 </seg>
219 <seg>
220 libjavascriptcoregtk-1.0.so and libwebkit-1.0.so or
221 libjavascriptcoregtk-3.0.so, libwebkit2gtk-3.0.so and
222 libwebkit-3.0.so
223 </seg>
224 <seg>
225 /usr/include/webkit-1.0 and /usr/share/webkit-1.0 or
226 /usr/include/webkit-3.0, /usr/lib/WebKit and
227 /usr/share/webkit-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">
238 <term><command>jsc-1</command> or <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="webkitgtk jsc">
245 <primary sortas="b-jsc">jsc</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="libjavascriptcoregtk-1">
251 <term><filename
252 class="libraryfile">libjavascriptcoregtk-1.0.so</filename></term>
253 <listitem>
254 <para>
255 contains core JavaScript API functions used by <command>jsc-1</command>
256 and <filename class="libraryfile">libwebkitgtk-1.0.so</filename>.
257 </para>
258 <indexterm zone="webkitgtk libjavascriptcoregtk-1">
259 <primary sortas="c-libjavascriptcoregtk-1">libjavascriptcoregtk-1.0.so</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="libwebkitgtk-1">
265 <term><filename class="libraryfile">libwebkitgtk-1.0.so</filename></term>
266 <listitem>
267 <para>
268 contains the <application>WebKitGTK+</application> API functions for
269 <application>GTK+ 2</application>.
270 </para>
271 <indexterm zone="webkitgtk libwebkitgtk-1">
272 <primary sortas="c-libwebkitgtk-1">libwebkitgtk-1.0.so</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="libjavascriptcoregtk-3">
278 <term><filename
279 class="libraryfile">libjavascriptcoregtk-3.0.so</filename></term>
280 <listitem>
281 <para>
282 contains core JavaScript API functions used by <command>jsc-3</command>
283 and <filename class="libraryfile">libwebkitgtk-3.0.so</filename>.
284 </para>
285 <indexterm zone="webkitgtk libjavascriptcoregtk-3">
286 <primary sortas="c-libjavascriptcoregtk-3">libjavascriptcoregtk-3.0.so</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="libwebkitgtk-3">
292 <term><filename class="libraryfile">libwebkitgtk-3.0.so</filename></term>
293 <listitem>
294 <para>
295 contains the <application>WebKitGTK+</application> API functions for
296 <application>GTK+ 3</application>.
297 </para>
298 <indexterm zone="webkitgtk libwebkitgtk-3">
299 <primary sortas="c-libwebkitgtk-3">libwebkitgtk-3.0.so</primary>
300 </indexterm>
301 </listitem>
302 </varlistentry>
303
304 <varlistentry id="libwebkit2gtk-3">
305 <term><filename class="libraryfile">libwebkit2gtk-3.0.so</filename></term>
306 <listitem>
307 <para>
308 contains the <application>WebKit2</application> API functions.
309 </para>
310 <indexterm zone="webkitgtk libwebkit2gtk-3">
311 <primary sortas="c-libwebkit2gtk-3">libwebkit2gtk-3.0.so</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 </variablelist>
317
318 </sect2>
319
320</sect1>
Note: See TracBrowser for help on using the repository browser.