source: x/lib/webkitgtk.xml@ 5b00a2a

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

Merge latest changes from trunk.

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

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