source: x/lib/webkitgtk.xml@ d7513fd

systemd-11177
Last change on this file since d7513fd 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
RevLine 
[099ebaf]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
[d356833]7 <!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
[099ebaf]8 <!ENTITY webkitgtk-download-ftp " ">
[ef9000a]9 <!ENTITY webkitgtk-md5sum "7b1a652af1eb11bee5bf7209e9ff67e6">
10 <!ENTITY webkitgtk-size "8.3 MB">
[5b00a2a]11 <!ENTITY webkitgtk-buildsize "650 MB">
[9db393f1]12 <!ENTITY webkitgtk-time "55 SBU">
[099ebaf]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
[4f1a8e5]32 <para>
[5b00a2a]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.
[4f1a8e5]36 </para>
[099ebaf]37
[dcdde93]38 &lfs73_checked;
[18d8af99]39
[099ebaf]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[4f1a8e5]43 <para>
44 Download (HTTP): <ulink url="&webkitgtk-download-http;"/>
45 </para>
[099ebaf]46 </listitem>
47 <listitem>
[4f1a8e5]48 <para>
49 Download (FTP): <ulink url="&webkitgtk-download-ftp;"/>
50 </para>
[099ebaf]51 </listitem>
52 <listitem>
[4f1a8e5]53 <para>
54 Download MD5 sum: &webkitgtk-md5sum;
55 </para>
[099ebaf]56 </listitem>
57 <listitem>
[4f1a8e5]58 <para>
59 Download size: &webkitgtk-size;
60 </para>
[099ebaf]61 </listitem>
62 <listitem>
[4f1a8e5]63 <para>
64 Estimated disk space required: &webkitgtk-buildsize;
65 </para>
[099ebaf]66 </listitem>
67 <listitem>
[4f1a8e5]68 <para>
69 Estimated build time: &webkitgtk-time;
70 </para>
[099ebaf]71 </listitem>
72 </itemizedlist>
73
[87dfe6b]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
[099ebaf]84 <bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
[4f1a8e5]87 <para role="required">
[45ada554]88 <xref linkend="gst-plugins-base"/>,
[d356833]89 <xref linkend="gtk2"/>,
[4f1a8e5]90 <xref linkend="icu"/>,
91 <xref linkend="libsoup"/>,
[d356833]92 <xref linkend="mesalib"/>,
93 <xref linkend="ruby"/>,
[45ada554]94 <xref linkend="sqlite"/> and
95 <xref linkend="which"/>
[4f1a8e5]96 </para>
[57aae596]97
[45ada554]98 <bridgehead renderas="sect4">Recommended</bridgehead>
99 <para role="recommended">
[5b00a2a]100 <xref linkend="enchant"/> and
101 <xref linkend="geoclue"/>
[4c2be438]102 </para>
103
[099ebaf]104 <bridgehead renderas="sect4">Optional</bridgehead>
[4f1a8e5]105 <para role="optional">
106 <xref linkend="curl"/>,
[5b00a2a]107 <xref linkend="gobject-introspection"/>,
[4f1a8e5]108 <xref linkend="gtk-doc"/> and
[a2912ff]109 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
[4f1a8e5]110 </para>
111
112 <para condition="html" role="usernotes">
113 User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
114 </para>
[099ebaf]115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of WebKitGTK+</title>
119
[d356833]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>
[eedd7058]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
[4f1a8e5]138 <para>
[d356833]139 Install <application>WebKitGTK+</application> by running the
[50f6ac1]140 following commands:
[4ac4aea]141 </para>
142
[87dfe6b]143<screen><userinput>patch -Np1 -i ../webkitgtk-&webkitgtk-version;-fix_librt_linking-1.patch &amp;&amp;
144./configure --prefix=/usr \
[5b00a2a]145 --libexecdir=/usr/lib/webkitgtk2 \
146 --with-gtk=2.0 \
147 --disable-webkit2 &amp;&amp;
[d356833]148make</userinput></screen>
[4ac4aea]149
150 <para>
151 This package does not have a working testsuite.
152 </para>
[099ebaf]153
[4f1a8e5]154 <para>
155 Now, as the <systemitem class="username">root</systemitem> user:
156 </para>
[099ebaf]157
158<screen role="root"><userinput>make install</userinput></screen>
159 </sect2>
160
161 <sect2 role="commands">
162 <title>Command Explanations</title>
163
[4ac4aea]164 <para>
[5b00a2a]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.
[4ac4aea]169 </para>
170
[4f1a8e5]171 <para>
[d356833]172 <option>--disable-geolocation</option>: Use this option if you did not
173 install <xref linkend="geoclue"/> or <command>configure</command> will
174 fail.
[45ada554]175 </para>
176
[e05cd03f]177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[45ada554]178 href="../../xincludes/gtk-doc-rebuild.xml"/>
179
[099ebaf]180 </sect2>
181
182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
186 <segtitle>Installed Program</segtitle>
[5b00a2a]187 <segtitle>Installed Libraries</segtitle>
[099ebaf]188 <segtitle>Installed Directories</segtitle>
189
190 <seglistitem>
[4f1a8e5]191 <seg>
[5b00a2a]192 jsc-1
[4f1a8e5]193 </seg>
194 <seg>
[5b00a2a]195 libjavascriptcoregtk-1.0.so and libwebkit-1.0.so
[4f1a8e5]196 </seg>
197 <seg>
[5b00a2a]198 /usr/include/webkit-1.0, /usr/share/webkit-1.0 and
199 /usr/lib/webkitgtk2
[4f1a8e5]200 </seg>
[099ebaf]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
[5b00a2a]209 <varlistentry id="jsc-1">
210 <term><command>jsc-1</command></term>
[099ebaf]211 <listitem>
[4f1a8e5]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>
[5b00a2a]216 <indexterm zone="webkitgtk jsc-1">
217 <primary sortas="b-jsc-1">jsc-1</primary>
[099ebaf]218 </indexterm>
219 </listitem>
220 </varlistentry>
221
[d356833]222 <varlistentry id="libjavascriptcoregtk-1">
[45ada554]223 <term><filename
224 class="libraryfile">libjavascriptcoregtk-1.0.so</filename></term>
[099ebaf]225 <listitem>
[4f1a8e5]226 <para>
[45ada554]227 contains core JavaScript API functions used by <command>jsc-1</command>
228 and <filename class="libraryfile">libwebkitgtk-1.0.so</filename>.
[4f1a8e5]229 </para>
[d356833]230 <indexterm zone="webkitgtk libjavascriptcoregtk-1">
231 <primary sortas="c-libjavascriptcoregtk-1">libjavascriptcoregtk-1.0.so</primary>
[099ebaf]232 </indexterm>
233 </listitem>
234 </varlistentry>
235
[d356833]236 <varlistentry id="libwebkitgtk-1">
[45ada554]237 <term><filename class="libraryfile">libwebkitgtk-1.0.so</filename></term>
[d57804d]238 <listitem>
[4f1a8e5]239 <para>
[45ada554]240 contains the <application>WebKitGTK+</application> API functions for
241 <application>GTK+ 2</application>.
[4f1a8e5]242 </para>
[d356833]243 <indexterm zone="webkitgtk libwebkitgtk-1">
244 <primary sortas="c-libwebkitgtk-1">libwebkitgtk-1.0.so</primary>
[d57804d]245 </indexterm>
246 </listitem>
247 </varlistentry>
248
[099ebaf]249 </variablelist>
[a2912ff]250
[099ebaf]251 </sect2>
[a2912ff]252
[099ebaf]253</sect1>
Note: See TracBrowser for help on using the repository browser.