source: x/lib/webkitgtk2.xml@ c67fbf64

systemd-11177
Last change on this file since c67fbf64 was c67fbf64, checked in by Krejzi <krejzi@…>, 11 years ago

Remove packages that are now in lfs systemd from blfs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11302 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.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 <!ENTITY webkitgtk2-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk2-version;.tar.xz">
8 <!ENTITY webkitgtk2-download-ftp " ">
9 <!ENTITY webkitgtk2-md5sum "a4024f4b33d829ec1034179e94f9cab6">
10 <!ENTITY webkitgtk2-size "9.4 MB">
11 <!ENTITY webkitgtk2-buildsize "900 MB">
12 <!ENTITY webkitgtk2-time "60 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 &lfs73_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="systemd"/> (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"/> and
95 <xref linkend="gobject-introspection"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="gtk-doc"/> and
101 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
102 </para>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of WebKitGTK+</title>
111
112 <warning>
113 <para>
114 If you are building <application>WebKitGTK+</application>
115 with <command>make</command> 3.82, make sure that you have built
116 it with the following
117 <ulink url="&patch-downloads;/make/make-3.82-upstream_fixes-3.patch">
118 patch</ulink> applied or <application>WebKitGTK+</application>
119 build will fail.
120 </para>
121 </warning>
122
123 <para>
124 If you have not installed <xref linkend="gtk-doc"/>, fix a bug that will
125 cause <command>make install</command> to fail:
126 </para>
127
128<screen><userinput>sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in</userinput></screen>
129
130 <para>
131 Install <application>WebKitGTK+</application> by running the
132 following commands:
133 </para>
134
135<screen><userinput>./configure --prefix=/usr \
136 --libexecdir=/usr/lib/webkitgtk3 \
137 --enable-introspection &amp;&amp;
138make</userinput></screen>
139
140 <para>
141 This package does not have a working testsuite.
142 </para>
143
144 <para>
145 Now, as the <systemitem class="username">root</systemitem> user:
146 </para>
147
148<screen role="root"><userinput>make install</userinput></screen>
149 </sect2>
150
151 <sect2 role="commands">
152 <title>Command Explanations</title>
153
154 <para>
155 <option>--enable-introspection</option>: This switch enables support for
156 <application>Gobject Introspection</application> and is required for a
157 <application>GNOME</application> Desktop. Remove if you don't have
158 <application>Gobject Introspection</application> installed or you don't
159 want to install <application>GNOME</application>.
160 </para>
161
162 <para>
163 <option>--disable-geolocation</option>: Use this option if you did not
164 install <xref linkend="geoclue"/> or <command>configure</command> will
165 fail.
166 </para>
167
168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="../../xincludes/gtk-doc-rebuild.xml"/>
170
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Program</segtitle>
178 <segtitle>Installed Libraries</segtitle>
179 <segtitle>Installed Directories</segtitle>
180
181 <seglistitem>
182 <seg>
183 jsc-3
184 </seg>
185 <seg>
186 libjavascriptcoregtk-3.0.so, libwebkit2gtk-3.0.so and
187 libwebkit-3.0.so
188 </seg>
189 <seg>
190 /usr/include/webkit-3.0, /usr/lib/webkitgtk3 and
191 /usr/share/webkit-3.0
192 </seg>
193 </seglistitem>
194 </segmentedlist>
195
196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
200
201 <varlistentry id="jsc-3">
202 <term><command>jsc-3</command></term>
203 <listitem>
204 <para>
205 is a command-line utility that allows you to run JavaScript programs
206 outside of the context of a web browser.
207 </para>
208 <indexterm zone="webkitgtk2 jsc-3">
209 <primary sortas="b-jsc-3">jsc-3</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="libjavascriptcoregtk-3">
215 <term><filename
216 class="libraryfile">libjavascriptcoregtk-3.0.so</filename></term>
217 <listitem>
218 <para>
219 contains core JavaScript API functions used by <command>jsc-3</command>
220 and <filename class="libraryfile">libwebkitgtk-3.0.so</filename>.
221 </para>
222 <indexterm zone="webkitgtk libjavascriptcoregtk-3">
223 <primary sortas="c-libjavascriptcoregtk-3">libjavascriptcoregtk-3.0.so</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="libwebkitgtk-3">
229 <term><filename class="libraryfile">libwebkitgtk-3.0.so</filename></term>
230 <listitem>
231 <para>
232 contains the <application>WebKitGTK+</application> API functions for
233 <application>GTK+ 3</application>.
234 </para>
235 <indexterm zone="webkitgtk libwebkitgtk-3">
236 <primary sortas="c-libwebkitgtk-3">libwebkitgtk-3.0.so</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="libwebkit2gtk-3">
242 <term><filename class="libraryfile">libwebkit2gtk-3.0.so</filename></term>
243 <listitem>
244 <para>
245 contains the <application>WebKit2</application> API functions.
246 </para>
247 <indexterm zone="webkitgtk libwebkit2gtk-3">
248 <primary sortas="c-libwebkit2gtk-3">libwebkit2gtk-3.0.so</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 </variablelist>
254
255 </sect2>
256
257</sect1>
Note: See TracBrowser for help on using the repository browser.