source: x/lib/webkitgtk.xml@ 69d2a66

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 69d2a66 was 69d2a66, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to xf86-input-evdev-2.10.2.
Update to poppler-0.43.0.
Update to nautilus-3.20.1.
Update to webkitgtk-2.12.2.
Update to subversion-1.9.4.

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

  • Property mode set to 100644
File size: 9.8 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 <!-- This is the 2.8.x and later version of webkit -->
8 <!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
9 <!ENTITY webkitgtk-download-ftp " ">
10 <!ENTITY webkitgtk-md5sum "41e018d651413fdbcd4b6480ab1fbd7b">
11 <!ENTITY webkitgtk-size "11.2 MB">
12 <!ENTITY webkitgtk-buildsize "925 MB (109 MB installed)">
13 <!ENTITY webkitgtk-time "38 SBU (using parallelism=4, estimated 90+ SBU using 1 core)">
14]>
15
16<sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
17 <?dbhtml filename="webkitgtk.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>WebKitGTK+-&webkitgtk-version;</title>
25
26 <indexterm zone="webkitgtk">
27 <primary sortas="a-WebKitGTK+">WebKitGTK+</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to WebKitGTK+</title>
32
33 <para>
34 The <application>WebKitGTK+</application> is the port of the portable web
35 rendering engine <application>WebKit</application> to the
36 <application>GTK+ 3</application> and <application>GTK+ 2</application>
37 platforms.
38 </para>
39
40 &lfs79_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&webkitgtk-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&webkitgtk-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &webkitgtk-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &webkitgtk-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &webkitgtk-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &webkitgtk-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="cmake"/>,
81 <xref linkend="gst10-plugins-base"/>,
82 <xref linkend="gtk2"/>,
83 <xref linkend="gtk3"/>,
84 <xref linkend="icu"/>,
85 <xref linkend="libgudev"/>,
86 <xref linkend="libsecret"/>,
87 <xref linkend="libsoup"/>,
88 <xref linkend="libwebp"/>,
89 <xref linkend="mesa"/>,
90 <xref linkend="ruby"/>,
91 <xref linkend="sqlite"/> and
92 <xref linkend="which"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="enchant"/>,
98 <xref linkend="geoclue"/>,
99 <xref linkend="gobject-introspection"/>,
100 <xref linkend="hicolor-icon-theme"/>
101 </para>
102
103 <bridgehead renderas="sect4">Optional</bridgehead>
104 <para role="optional">
105 <xref linkend="gtk-doc"/>,
106 <xref linkend="harfbuzz"/>,
107 <xref linkend="libnotify"/>,
108 <xref linkend="llvm"/>,
109 <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
110 <ulink url="http://freedesktop.org/wiki/Software/GeoClue/">GeoClue2</ulink>, and
111 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
112 </para>
113
114 <para condition="html" role="usernotes">
115 User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of WebKitGTK+</title>
121
122 <bridgehead renderas="sect3">Installation of
123 <application>WebKitGTK+</application></bridgehead>
124
125 <para>
126 Install <application>WebKitGTK+</application> by running the
127 following commands:
128 </para>
129<!--Was getting in Firefox and in Seamnkey:
130sed -i 's/â€/\"/g' ...
131in Ocidental
132or
133in Unicode
134sed -i 's/�€/\"/g' ...
135
136http://www.danshort.com/HTMLentities/
137Open double quotes “ &ldquo; &#8220; &#x201C;
138Close double quotes ” &rdquo; &#8221; &#x201D;
139-->
140<screen><userinput>sed -e 's/&ldquo;/\"/' -e 's/&rdquo;/\"/' \
141 -i Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
142<!-- Fixed in 2.10.9
143sed -i "s#isnan#std::&amp;#g" Source/JavaScriptCore/runtime/Options.cpp &amp;&amp;-->
144
145mkdir -vp build &amp;&amp;
146cd build &amp;&amp;
147
148cmake -DCMAKE_BUILD_TYPE=Release \
149 -DCMAKE_INSTALL_PREFIX=/usr \
150 -DCMAKE_SKIP_RPATH=ON \
151 -DPORT=GTK \
152 -DLIB_INSTALL_DIR=/usr/lib \
153 -DUSE_LIBHYPHEN=OFF \
154 -DENABLE_MINIBROWSER=ON \
155 -Wno-dev .. &amp;&amp;
156make</userinput></screen>
157
158 <para>
159 This package does not have a working testsuite. However, there is a
160 useable basic graphical web browser in the build directory,
161 <application>build/bin/MiniBrowser</application>. If launching it fails,
162 there is a problem with the build.
163 </para>
164
165 <note><para>
166 When installing, the Makefile does some additional compiling and linking.
167 If you do not have Xorg in /usr, the LIBRARY_PATH and PKG_CONFIG_PATH
168 variables need to be defined for the root user. If using sudo to assume
169 root, use the -E option to pass your current environment variables for the
170 install process.
171 </para></note>
172
173 <para>
174 Now, as the <systemitem class="username">root</systemitem> user:
175 </para>
176
177<screen role="root"><userinput>make install &amp;&amp;
178
179install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0 &amp;&amp;
180install -vm644 ../Documentation/webkit2gtk-4.0/html/* \
181 /usr/share/gtk-doc/html/webkit2gtk-4.0 &amp;&amp;
182install -vm644 ../Documentation/webkitdomgtk-4.0/html/* \
183 /usr/share/gtk-doc/html/webkitdomgtk-4.0</userinput></screen>
184
185 </sect2>
186
187 <sect2 role="commands">
188 <title>Command Explanations</title>
189
190 <para>
191 <command>sed -i ...</command>: Fixes typos in two
192 source code files.
193 </para>
194
195 <para>
196 <parameter>-DUSE_LIBHYPHEN=OFF</parameter>: This switch disables
197 default automatic hyphenation implementation. You need to install
198 <ulink
199 url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
200 if you wish to enable it (replacing OFF with ON or just removing
201 the switch).
202 </para>
203
204 <para>
205 <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables the
206 <application>Mini Browser</application> compilation and install.
207 </para>
208
209 <para>
210 <option>-DUSE_SYSTEM_MALLOC=ON</option>: This switch enables building
211 against the system installed <application>malloc</application>.
212 </para>
213
214 <para>
215 <option>-DENABLE_GEOLOCATION=OFF</option>: Use this switch if you don't
216 want to install <xref linkend="geoclue"/> or
217 <ulink url="http://freedesktop.org/wiki/Software/GeoClue/">GeoClue2</ulink>.
218 </para>
219
220 <para>
221 <option>-DENABLE_GTKDOC=ON</option>: Use this switch if <xref
222 linkend="gtk-doc"/> is installed and you wish to rebuild and install the
223 API documentation.
224 </para>
225
226 </sect2>
227
228 <sect2 role="content">
229 <title>Contents</title>
230
231 <segmentedlist>
232 <segtitle>Installed Program</segtitle>
233 <segtitle>Installed Libraries</segtitle>
234 <segtitle>Installed Directories</segtitle>
235
236 <seglistitem>
237 <seg>
238 jsc and MiniBrowser
239 </seg>
240 <seg>
241 libjavascriptcoregtk-4.0.so and
242 libwebkit2gtk-4.0.so
243 </seg>
244 <seg>
245 /usr/include/webkitgtk-4.0,
246 /usr/lib{,exec}/webkit2gtk-4.0 and
247 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0
248 </seg>
249 </seglistitem>
250 </segmentedlist>
251
252 <variablelist>
253 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
254 <?dbfo list-presentation="list"?>
255 <?dbhtml list-presentation="table"?>
256
257 <varlistentry id="jsc">
258 <term><command>jsc</command></term>
259 <listitem>
260 <para>
261 is a command-line utility that allows you to run JavaScript programs
262 outside of the context of a web browser.
263 </para>
264 <indexterm zone="webkitgtk jsc">
265 <primary sortas="b-jsc">jsc</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="MiniBrowser">
271 <term><command>MiniBrowser</command></term>
272 <listitem>
273 <para>
274 is a very simple graphical browser.
275 </para>
276 <indexterm zone="webkitgtk MiniBrowser">
277 <primary sortas="b-MiniBrowser">MiniBrowser</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 <varlistentry id="libjavascriptcoregtk-4.0">
283 <term><filename
284 class="libraryfile">libjavascriptcoregtk-4.0.so</filename></term>
285 <listitem>
286 <para>
287 contains core JavaScript API functions used by
288 <command>jsc</command> and <filename
289 class="libraryfile">libwebkit2gtk-4.0</filename>.
290 </para>
291 <indexterm zone="webkitgtk libjavascriptcoregtk-4.0">
292 <primary sortas="c-libjavascriptcoregtk-4.0">libjavascriptcoregtk-4.0.0.so</primary>
293 </indexterm>
294 </listitem>
295 </varlistentry>
296
297 <varlistentry id="libwebkit2gtk-4">
298 <term><filename class="libraryfile">libwebkit2gtk-4.0.so</filename></term>
299 <listitem>
300 <para>
301 contains the <application>WebKit2</application> API functions.
302 </para>
303 <indexterm zone="webkitgtk libwebkit2gtk-4">
304 <primary sortas="c-libwebkit2gtk-4">libwebkit2gtk-4.0.so</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 </variablelist>
310
311 </sect2>
312
313</sect1>
Note: See TracBrowser for help on using the repository browser.