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