source: x/lib/webkitgtk-systemd.xml@ 77aeb6b

systemd-13485
Last change on this file since 77aeb6b was 77aeb6b, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Added some short descriptions by Denis. Thanks again!
Update to subversion-1.9.0
Update to ModemManager-1.4.10
Update to totem-pl-parser-3.10.5
Update to VTE-0.48.2
Update to yelp-xsl-3.16.1
Update to geocode-glib-3.16.2
Update to gnome-desktop-3.16.2
Update to gnome-online-accounts-3.16.3
Update to webkitgtk+-2.8.5
Update to gtksourceview-3.16.1
Update to libevdev-1.4.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16366 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 webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
8 <!ENTITY webkitgtk-download-ftp " ">
9 <!ENTITY webkitgtk-md5sum "df79991848a5096d3a75289ebce547ae">
10 <!ENTITY webkitgtk-size "10 MB">
11 <!ENTITY webkitgtk-buildsize "963 MB (100 MB installed)">
12 <!ENTITY webkitgtk-time "97 SBU">
13]>
14
15<sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
16 <?dbhtml filename="webkitgtk.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: krejzi $</othername>
20 <date>$Date: 2014-10-28 18:37:22 +0100 (Tue, 28 Oct 2014) $</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+ 3</application> platform.
36 </para>
37
38 &lfs77_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">WebKitGTK+ Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="cmake"/>,
79 <xref linkend="gst10-plugins-base"/>,
80 <xref linkend="gtk3"/>,
81 <xref linkend="icu"/>,
82 <xref linkend="libgudev"/>,
83 <xref linkend="libsecret"/>,
84 <xref linkend="libsoup"/>,
85 <xref linkend="libwebp"/>,
86 <xref linkend="mesalib"/>,
87 <xref linkend="ruby"/>,
88 <xref linkend="sqlite"/> and
89 <xref linkend="which"/>
90 </para>
91
92 <bridgehead renderas="sect4">Recommended</bridgehead>
93 <para role="recommended">
94 <xref linkend="enchant"/>,
95 <xref linkend="geoclue2"/> or
96 <xref linkend="geoclue"/>,
97 <xref linkend="gobject-introspection"/> and
98 <xref linkend="gtk2"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="gtk-doc"/> and
104 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
105 </para>
106
107 <note>
108 <para>
109 Note that <application>WebKitGTK+</application> links against
110 <application>GTK+ 2</application> in order to be able to use
111 NPAPI plugins such as Adobe Flash.
112 </para>
113 </note>
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 <para>
124 Install <application>WebKitGTK+</application> by running the following
125 commands:
126 </para>
127
128<screen><userinput>mkdir build &amp;&amp;
129cd build &amp;&amp;
130
131cmake -DCMAKE_BUILD_TYPE=Release \
132 -DCMAKE_INSTALL_PREFIX=/usr \
133 -DCMAKE_SKIP_RPATH=ON \
134 -DPORT=GTK \
135 -DLIB_INSTALL_DIR=/usr/lib \
136 -Wno-dev .. &amp;&amp;
137make</userinput></screen>
138
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
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155 <para>
156 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
157 to apply higher level of the compiler optimizations.
158 </para>
159
160 <para>
161 <parameter>-DCMAKE_SKIP_RPATH=ON</parameter>: This switch is used to
162 prevent hardcoding a runtime path into the built executables.
163 </para>
164
165 <para>
166 <parameter>-DLIB_INSTALL_DIR=/usr/lib</parameter>: This switch is used
167 to get libraries to install to <filename
168 class="directory">/usr/lib</filename> instead of <filename
169 class="directory">/usr/lib64</filename> on a 64 bit system.
170 </para>
171
172 <para>
173 <option>-DENABLE_SPELLCHECK=OFF</option>: Use this switch if you don't
174 want to install <xref linkend="enchant"/> and don't need the spell
175 checking feature.
176 </para>
177
178 <para>
179 <option>-DENABLE_GEOLOCATION=OFF</option>: Use this switch if you don't
180 want to install <xref linkend="geoclue"/> or
181 <xref linkend="geoclue2"/> and don't need the geolocation feature.
182 </para>
183
184 <para>
185 <option>-DENABLE_GTKDOC=ON</option>: Use this switch if you have
186 installed <xref linkend="gtk-doc"/> and wish to build the API
187 manuals.
188 </para>
189
190
191 </sect2>
192
193 <sect2 role="content">
194 <title>Contents</title>
195
196 <segmentedlist>
197 <segtitle>Installed Programs</segtitle>
198 <segtitle>Installed Libraries</segtitle>
199 <segtitle>Installed Directories</segtitle>
200
201 <seglistitem>
202 <seg>
203 jsc
204 </seg>
205 <seg>
206 libjavascriptcoregtk-4.0.so and
207 libwebkit2gtk-4.0.so
208 </seg>
209 <seg>
210 /usr/include/webkitgtk-4.0,
211 /usr/lib/webkit2gtk-4.0,
212 /usr/libexec/webkit2gtk-4.0,
213 /usr/share/gtk-doc/html/webkit2gtk-4.0 and
214 /usr/share/gtk-doc/html/webkitdomgtk-4.0
215 </seg>
216 </seglistitem>
217 </segmentedlist>
218
219 <variablelist>
220 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
221 <?dbfo list-presentation="list"?>
222 <?dbhtml list-presentation="table"?>
223
224 <varlistentry id="jsc">
225 <term><command>jsc</command></term>
226 <listitem>
227 <para>
228 is a command-line utility that allows you to run JavaScript programs
229 outside of the context of a web browser.
230 </para>
231 <indexterm zone="webkitgtk jsc">
232 <primary sortas="b-jsc">jsc</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="libjavascriptcoregtk-4.0">
238 <term><filename
239 class="libraryfile">libjavascriptcoregtk-4.0.so</filename></term>
240 <listitem>
241 <para>
242 contains core JavaScript API functions used by <command>jsc</command>
243 and <filename class="libraryfile">libwebkit2gtk-4.0.so</filename>.
244 </para>
245 <indexterm zone="webkitgtk libjavascriptcoregtk-4.0">
246 <primary sortas="c-libjavascriptcoregtk-4.0">libjavascriptcoregtk-4.0.so</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="libwebkit2gtk-4.0">
252 <term><filename class="libraryfile">libwebkit2gtk-4.0.so</filename></term>
253 <listitem>
254 <para>
255 contains the <application>WebKit2</application> API functions.
256 </para>
257 <indexterm zone="webkitgtk libwebkit2gtk-4.0">
258 <primary sortas="c-libwebkit2gtk-4.0">libwebkit2gtk-4.0.so</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 </variablelist>
264
265 </sect2>
266
267</sect1>
Note: See TracBrowser for help on using the repository browser.