source: x/lib/webkitgtk26.xml@ 8c9a5b9

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 8c9a5b9 was 8c9a5b9, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Update to webkitgtk-2.6.3.
Fix 'Command Explanations' in Qca-2.1.0 and Midori-0.5.9.

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

  • Property mode set to 100644
File size: 8.4 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 webkitgtk26-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk26-version;.tar.xz">
8 <!ENTITY webkitgtk26-download-ftp " ">
9 <!ENTITY webkitgtk26-md5sum "d133b8846e9418bf9253e88761853038">
10 <!ENTITY webkitgtk26-size "9.6 MB">
11 <!ENTITY webkitgtk26-buildsize "874 MB (94 MB installed)">
12 <!ENTITY webkitgtk26-time "29 SBU (using parallelism=4)">
13]>
14
15<sect1 id="webkitgtk26" xreflabel="WebKitGTK+-&webkitgtk26-version;">
16 <?dbhtml filename="webkitgtk26.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>WebKitGTK+-&webkitgtk26-version;</title>
24
25 <indexterm zone="webkitgtk26">
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 <application>GTK+ 2</application>
36 platforms.
37 </para>
38
39 &lfs76_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&webkitgtk26-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&webkitgtk26-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &webkitgtk26-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &webkitgtk26-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &webkitgtk26-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &webkitgtk26-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="cmake"/>,
80 <xref linkend="gst10-plugins-base"/>,
81 <xref linkend="gtk2"/>,
82 <xref linkend="gtk3"/>,
83 <xref linkend="icu"/>,
84 <xref linkend="libsecret"/>,
85 <xref linkend="libsoup"/>,
86 <xref linkend="libwebp"/>,
87 <xref linkend="mesalib"/>,
88 <xref linkend="ruby"/>,
89 <xref linkend="sqlite"/>,
90 <xref linkend="udev-extras"/> (for GUdev) and
91 <xref linkend="which"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="enchant"/>,
97 <xref linkend="geoclue"/>,
98 <xref linkend="gobject-introspection"/>,
99 <xref linkend="hicolor-icon-theme"/>
100 </para>
101
102 <bridgehead renderas="sect4">Optional</bridgehead>
103 <para role="optional">
104 <xref linkend="gtk-doc"/>,
105 <xref linkend="harfbuzz"/>,
106 <xref linkend="llvm"/>,
107 <ulink url="http://gitorious.org/geoclue2/">GeoClue2</ulink>, and
108 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
109 </para>
110
111 <para condition="html" role="usernotes">
112 User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of WebKitGTK+</title>
118
119 <bridgehead renderas="sect3">Installation of
120 <application>WebKitGTK+</application></bridgehead>
121
122 <para>
123 Install <application>WebKitGTK+</application> by running the
124 following commands:
125 </para>
126
127<screen><userinput>sed -i 's/”/\"/g' Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
128
129mkdir -vp build &amp;&amp;
130cd build &amp;&amp;
131
132cmake -DCMAKE_BUILD_TYPE=Release \
133 -DCMAKE_INSTALL_PREFIX=/usr \
134 -DCMAKE_SKIP_RPATH=ON \
135 -DPORT=GTK \
136 -DLIB_INSTALL_DIR=/usr/lib .. &amp;&amp;
137make</userinput></screen>
138
139 <para>
140 This package does not have a working testsuite.<!-- However, there are two
141 useable basic graphical web browsers in the build directory,
142 <application>Programs/GtkLauncher</application> and
143 <application>Programs/MiniBrowser</application>. If launching any one
144 fails, there is a problem with the build.-->
145 </para>
146
147 <note><para>
148 When installing, the Makefile does some additional compiling and linking.
149 If you do not have Xorg in /usr, the LIBRARY_PATH and PKG_CONFIG_PATH
150 variables need to be defined for the root user. If using sudo to assume
151 root, use the -E option to pass your current environment variables for the
152 install process.
153 </para></note>
154
155 <para>
156 Now, as the <systemitem class="username">root</systemitem> user:
157 </para>
158
159<screen role="root"><userinput>make install &amp;&amp;
160
161install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0, &amp;&amp;
162install -vm644 ../Documentation/webkit2gtk/html/* \
163 /usr/share/gtk-doc/html/webkit2gtk-4.0 &amp;&amp;
164install -vm644 ../Documentation/webkitdomgtk/html/* \
165 /usr/share/gtk-doc/html/webkitdomgtk-4.0</userinput></screen>
166
167 </sect2>
168
169 <sect2 role="commands">
170 <title>Command Explanations</title>
171
172 <para>
173 <command>sed -i ...</command>: Fixes typos in two source code files.
174 </para>
175
176 <para>
177 <option>-DUSE_SYSTEM_MALLOC=ON</option>: This switch enables building
178 against the system installed <application>malloc</application>.
179 </para>
180
181 <para>
182 <option>-DENABLE_GEOLOCATION=OFF</option>: Use this switch if you don't
183 want to install <xref linkend="geoclue"/> or
184 <ulink url="http://gitorious.org/geoclue2/">GeoClue2</ulink>.
185 </para>
186
187 <para>
188 <option>-DENABLE_GTKDOC=ON</option>: Use this switch if <xref
189 linkend="gtk-doc"/> is installed and you wish to rebuild and install the
190 API documentation.
191 </para>
192
193 </sect2>
194
195 <sect2 role="content">
196 <title>Contents</title>
197
198 <segmentedlist>
199 <segtitle>Installed Program</segtitle>
200 <segtitle>Installed Libraries</segtitle>
201 <segtitle>Installed Directories</segtitle>
202
203 <seglistitem>
204 <seg>
205 jsc
206 </seg>
207 <seg>
208 libjavascriptcoregtk-4.0.so and
209 libwebkit2gtk-4.0.so
210 </seg>
211 <seg>
212 /usr/include/webkitgtk-4.0,
213 /usr/lib/webkit2gtk-4.0,
214 /usr/libexec/webkit2gtk-4.0,
215 /usr/share/gtk-doc/html/webkit2gtk-4.0, and
216 /usr/share/gtk-doc/html/webkitdomgtk-4.0
217 </seg>
218 </seglistitem>
219 </segmentedlist>
220
221 <variablelist>
222 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
223 <?dbfo list-presentation="list"?>
224 <?dbhtml list-presentation="table"?>
225
226 <varlistentry id="jsc">
227 <term><command>jsc</command></term>
228 <listitem>
229 <para>
230 is a command-line utility that allows you to run JavaScript programs
231 outside of the context of a web browser.
232 </para>
233 <indexterm zone="webkitgtk26 jsc">
234 <primary sortas="b-jsc">jsc</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="libjavascriptcoregtk-4.0">
240 <term><filename
241 class="libraryfile">libjavascriptcoregtk-4.0.so</filename></term>
242 <listitem>
243 <para>
244 contains core JavaScript API functions used by
245 <command>jsc</command> and <filename
246 class="libraryfile">libwebkit2gtk-4.0</filename>.
247 </para>
248 <indexterm zone="webkitgtk26 libjavascriptcoregtk-4.0">
249 <primary sortas="c-libjavascriptcoregtk-4.0">libjavascriptcoregtk-4.0.0.so</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="libwebkit2gtk-4">
255 <term><filename class="libraryfile">libwebkit2gtk-4.0.so</filename></term>
256 <listitem>
257 <para>
258 contains the <application>WebKit2</application> API functions.
259 </para>
260 <indexterm zone="webkitgtk26 libwebkit2gtk-4">
261 <primary sortas="c-libwebkit2gtk-4">libwebkit2gtk-4.0.so</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 </variablelist>
267
268 </sect2>
269
270</sect1>
Note: See TracBrowser for help on using the repository browser.