source: x/lib/webkitgtk2.xml@ b10f6cd

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

Fix WebKitGTK+-2.2.2 to build with FreeType-2.5.1.

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

  • Property mode set to 100644
File size: 9.6 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 "49cc8fd065de72603776a494e41c1977">
10 <!ENTITY webkitgtk2-size "9.0 MB">
11 <!ENTITY webkitgtk2-buildsize "855 MB">
12 <!ENTITY webkitgtk2-time "56 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 &lfs74_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">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <ulink url="&patch-root;/webkitgtk-&webkitgtk2-version;-freetype-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"/>,
90 <xref linkend="gtk3"/>,
91 <xref linkend="icu"/>,
92 <xref linkend="libsecret"/>,
93 <xref linkend="libsoup"/>,
94 <xref linkend="libwebp"/>,
95 <xref linkend="mesalib"/>,
96 <xref linkend="ruby"/>,
97 <xref linkend="sqlite"/>,
98 <xref linkend="udev-extras"/> (for GUdev), and
99 <xref linkend="which"/>
100 </para>
101
102 <bridgehead renderas="sect4">Recommended</bridgehead>
103 <para role="recommended">
104 <xref linkend="enchant"/>,
105 <xref linkend="geoclue"/>, and
106 <xref linkend="gobject-introspection"/>
107 </para>
108
109 <bridgehead renderas="sect4">Optional</bridgehead>
110 <para role="optional">
111 <xref linkend="gtk-doc"/> and
112 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
113 </para>
114
115 <para condition="html" role="usernotes">
116 User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
117 </para>
118 </sect2>
119
120 <sect2 role="installation">
121 <title>Installation of WebKitGTK+</title>
122
123 <warning>
124 <para>
125 If you are building <application>WebKitGTK+</application>
126 with <command>make</command> 3.82, make sure that you have built
127 it with the following
128 <ulink url="&patch-downloads;/make/make-3.82-upstream_fixes-3.patch">
129 patch</ulink> applied or <application>WebKitGTK+</application>
130 build may fail.
131 </para>
132 </warning>
133
134 <para>
135 If you have not installed <xref linkend="gtk-doc"/>, fix a bug that will
136 cause <command>make install</command> to fail:
137 </para>
138
139<screen><userinput>sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in</userinput></screen>
140
141 <para>
142 Install <application>WebKitGTK+</application> by running the
143 following commands:
144 </para>
145
146<screen><userinput>patch -Np1 -i ../webkitgtk-&webkitgtk2-version;-freetype-1.patch &amp;&amp;
147./configure --prefix=/usr \
148 --libexecdir=/usr/lib/webkitgtk3 \
149 --enable-introspection &amp;&amp;
150make</userinput></screen>
151
152 <para>
153 This package does not have a working testsuite. However, there are two
154 useable basic graphical web browsers in the source directory,
155 <application>Programs/GtkLauncher</application> and
156 <application>Programs/MiniBrowser</application>. If launching any one
157 fails, there is a problem with the build.
158 </para>
159
160 <note><para>
161 When installing, the Makefile does some additional compiling and linking.
162 If you do not have Xorg in /usr, the LIBRARY_PATH and PKG_CONFIG_PATH
163 variables need to be defined for the root user. If using sudo to assume
164 root, use the -E option to pass your current environment variables for the
165 install process.
166 </para></note>
167
168 <para>
169 Now, as the <systemitem class="username">root</systemitem> user:
170 </para>
171
172<screen role="root"><userinput>make install</userinput></screen>
173 </sect2>
174
175 <sect2 role="commands">
176 <title>Command Explanations</title>
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 </sect2>
196
197 <sect2 role="content">
198 <title>Contents</title>
199
200 <segmentedlist>
201 <segtitle>Installed Program</segtitle>
202 <segtitle>Installed Libraries</segtitle>
203 <segtitle>Installed Directories</segtitle>
204
205 <seglistitem>
206 <seg>
207 jsc-3
208 </seg>
209 <seg>
210 libjavascriptcoregtk-3.0.so,
211 libwebkit2gtkinjectedbundle.so,
212 libwebkit2gtk-3.0.so, and
213 libwebkitgtk-3.0.so
214 </seg>
215 <seg>
216 /usr/include/webkitgtk-3.0,
217 /usr/lib/webkitgtk3,
218 /usr/lib/webkit2gtk-3.0,
219 /usr/share/gtk-doc/html/webkitgtk,
220 /usr/share/gtk-doc/html/webkit2gtk, and
221 /usr/share/webkitgtk-3.0
222 </seg>
223 </seglistitem>
224 </segmentedlist>
225
226 <variablelist>
227 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
228 <?dbfo list-presentation="list"?>
229 <?dbhtml list-presentation="table"?>
230
231 <varlistentry id="jsc-3">
232 <term><command>jsc-3</command></term>
233 <listitem>
234 <para>
235 is a command-line utility that allows you to run JavaScript programs
236 outside of the context of a web browser.
237 </para>
238 <indexterm zone="webkitgtk2 jsc-3">
239 <primary sortas="b-jsc-3">jsc-3</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="libjavascriptcoregtk-3">
245 <term><filename
246 class="libraryfile">libjavascriptcoregtk-3.0.so</filename></term>
247 <listitem>
248 <para>
249 contains core JavaScript API functions used by <command>jsc-3</command>
250 and <filename class="libraryfile">libwebkitgtk-3.0.so</filename>.
251 </para>
252 <indexterm zone="webkitgtk libjavascriptcoregtk-3">
253 <primary sortas="c-libjavascriptcoregtk-3">libjavascriptcoregtk-3.0.so</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="libwebkit2gtkinjectedbundle">
259 <term><filename class="libraryfile">libwebkit2gtkinjectedbundle.so</filename></term>
260 <listitem>
261 <para>
262 contains the <application>WebKitGTK+</application> API functions for
263 the Injected Bundle support.
264 </para>
265 <indexterm zone="webkitgtk libwebkit2gtkinjectedbundle">
266 <primary sortas="c-libwebkit2gtkinjectedbundle">libwebkit2gtkinjectedbundle.so</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="libwebkitgtk-3">
272 <term><filename class="libraryfile">libwebkitgtk-3.0.so</filename></term>
273 <listitem>
274 <para>
275 contains the <application>WebKitGTK+</application> API functions for
276 <application>GTK+ 3</application>.
277 </para>
278 <indexterm zone="webkitgtk libwebkitgtk-3">
279 <primary sortas="c-libwebkitgtk-3">libwebkitgtk-3.0.so</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="libwebkit2gtk-3">
285 <term><filename class="libraryfile">libwebkit2gtk-3.0.so</filename></term>
286 <listitem>
287 <para>
288 contains the <application>WebKit2</application> API functions.
289 </para>
290 <indexterm zone="webkitgtk libwebkit2gtk-3">
291 <primary sortas="c-libwebkit2gtk-3">libwebkit2gtk-3.0.so</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 </variablelist>
297
298 </sect2>
299
300</sect1>
Note: See TracBrowser for help on using the repository browser.