source: archive/webkitgtk.xml@ acb648f

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 8.0 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 <date>$Date$</date>
20 </sect1info>
21
22 <title>WebKitGTK+-&webkitgtk-version;</title>
23
24 <indexterm zone="webkitgtk">
25 <primary sortas="a-WebKitGTK+">WebKitGTK+</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to WebKitGTK+</title>
30
31 <para>
32 The <application>WebKitGTK+</application> is the port of the portable
33 web rendering engine <application>WebKit</application> to the
34 <application>GTK+ 2</application> platform.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&webkitgtk-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&webkitgtk-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &webkitgtk-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &webkitgtk-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &webkitgtk-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &webkitgtk-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Required patch:
78 <ulink url="&patch-root;/webkitgtk-&webkitgtk-version;-fix_librt_linking-1.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="gst-plugins-base"/>,
88 <xref linkend="gtk2"/>,
89 <xref linkend="icu"/>,
90 <xref linkend="libsoup"/>,
91 <xref linkend="mesalib"/>,
92 <xref linkend="ruby"/>,
93 <xref linkend="sqlite"/> and
94 <xref linkend="which"/>
95 </para>
96
97 <bridgehead renderas="sect4">Recommended</bridgehead>
98 <para role="recommended">
99 <xref linkend="enchant"/>,
100 <xref linkend="geoclue"/> and
101 <xref linkend="hicolor-icon-theme"/>
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 <para>
121 If you have not installed <xref linkend="gtk-doc"/>, fix a bug that will
122 cause <command>make install</command> to fail:
123 </para>
124
125<screen><userinput>sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in</userinput></screen>
126
127 <para>
128 Install <application>WebKitGTK+</application> by running the
129 following commands:
130 </para>
131
132<screen><userinput>sed -i '/parse-param/ a%lex-param {YYLEX_PARAM}' \
133 Source/ThirdParty/ANGLE/src/compiler/glslang.y &amp;&amp;
134patch -Np1 -i ../webkitgtk-&webkitgtk-version;-fix_librt_linking-1.patch &amp;&amp;
135./configure --prefix=/usr --with-gtk=2.0 --disable-webkit2 &amp;&amp;
136make</userinput></screen>
137
138 <para>
139 This package does not have a working testsuite. However, there is a
140 useable basic graphical web browser in the source directory,
141 <application>Programs/GtkLauncher</application>. If it fails, there is a
142 problem with the build.
143 </para>
144
145 <para>
146 Now, as the <systemitem class="username">root</systemitem> user:
147 </para>
148
149<screen role="root"><userinput>make install &amp;&amp;
150rm -rf /usr/share/gtk-doc/html/webkitgtk-1.0 &amp;&amp;
151mv -vi /usr/share/gtk-doc/html/webkitgtk{,-1.0}</userinput></screen>
152 </sect2>
153
154 <sect2 role="commands">
155 <title>Command Explanations</title>
156
157 <para>
158 <command>mv -vi /usr/share/gtk-doc/html/webkitgtk{,-1.0}</command>:
159 There is a conflict with the directory installed with same name by
160 <xref linkend="webkitgtk2"/>.
161 </para>
162
163 <para>
164 <command>sed ... Source/ThirdParty/ANGLE/src/compiler/glslang.y</command>:
165 This command corrects a problem caused by the most recent version of
166 Bison.
167 </para>
168
169 <para>
170 <parameter>--with-gtk=2.0 --disable-webkit2</parameter>: These parameters
171 force <application>WebKitGTK+</application> to compile against
172 <application>GTK+ 2</application>, even if
173 <application>GTK+ 3</application> is also installed.
174 </para>
175
176 <para>
177 <option>--disable-geolocation</option>: Use this option if you did not
178 install <xref linkend="geoclue"/> or <command>configure</command> will
179 fail.
180 </para>
181
182 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
183 href="../../xincludes/gtk-doc-rebuild.xml"/>
184
185 </sect2>
186
187 <sect2 role="content">
188 <title>Contents</title>
189
190 <segmentedlist>
191 <segtitle>Installed Program</segtitle>
192 <segtitle>Installed Libraries</segtitle>
193 <segtitle>Installed Directories</segtitle>
194
195 <seglistitem>
196 <seg>
197 jsc-1
198 </seg>
199 <seg>
200 libjavascriptcoregtk-1.0.so and libwebkitgtk-1.0.so
201 </seg>
202 <seg>
203 /usr/include/webkit-1.0,
204 /usr/share/gtk-doc/html/webkitgtk-1.0 and
205 /usr/share/webkit-1.0
206 </seg>
207 </seglistitem>
208 </segmentedlist>
209
210 <variablelist>
211 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
212 <?dbfo list-presentation="list"?>
213 <?dbhtml list-presentation="table"?>
214
215 <varlistentry id="jsc-1">
216 <term><command>jsc-1</command></term>
217 <listitem>
218 <para>
219 is a command-line utility that allows you to run JavaScript programs
220 outside of the context of a web browser.
221 </para>
222 <indexterm zone="webkitgtk jsc-1">
223 <primary sortas="b-jsc-1">jsc-1</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="libjavascriptcoregtk-1">
229 <term><filename
230 class="libraryfile">libjavascriptcoregtk-1.0.so</filename></term>
231 <listitem>
232 <para>
233 contains core JavaScript API functions used by <command>jsc-1</command>
234 and <filename class="libraryfile">libwebkitgtk-1.0.so</filename>.
235 </para>
236 <indexterm zone="webkitgtk libjavascriptcoregtk-1">
237 <primary sortas="c-libjavascriptcoregtk-1">libjavascriptcoregtk-1.0.so</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="libwebkitgtk-1">
243 <term><filename class="libraryfile">libwebkitgtk-1.0.so</filename></term>
244 <listitem>
245 <para>
246 contains the <application>WebKitGTK+</application> API functions for
247 <application>GTK+ 2</application>.
248 </para>
249 <indexterm zone="webkitgtk libwebkitgtk-1">
250 <primary sortas="c-libwebkitgtk-1">libwebkitgtk-1.0.so</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 </variablelist>
256
257 </sect2>
258
259</sect1>
Note: See TracBrowser for help on using the repository browser.