glfs/x/lib/webkitgtk.xml
Douglas R. Reno 6b2a913832 Update to WebKitGTK+-2.30.6
Update to gnumeric-1.12.49
Fix the build of MariaDB with CMake-3.20
Adapt fluxbox's instructions to themes now being stored in directories in /usr/share/fluxbox/styles (add -r to cp)
Move libjpeg and libpng to Required for gegl per the release notes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24410 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-28 17:27:16 +00:00

376 lines
12 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
<!ENTITY webkitgtk-download-ftp " ">
<!ENTITY webkitgtk-md5sum "11148c4ed400c58fe330ac94208cbc4d">
<!ENTITY webkitgtk-size "21 MB">
<!ENTITY webkitgtk-buildsize "829 MB (121 MB installed)">
<!ENTITY webkitgtk-time "24 SBU (using parallelism=4, estimated 80 SBU using one core)">
]>
<sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
<?dbhtml filename="webkitgtk.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>WebKitGTK+-&webkitgtk-version;</title>
<indexterm zone="webkitgtk">
<primary sortas="a-WebKitGTK+">WebKitGTK+</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to WebKitGTK+</title>
<para>
The <application>WebKitGTK+</application> package is a port of the
portable web rendering engine <application>WebKit</application> to the
<application>GTK+ 3</application> and <application>GTK+ 2</application>
platforms.
</para>
&lfs101_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&webkitgtk-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&webkitgtk-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &webkitgtk-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &webkitgtk-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &webkitgtk-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &webkitgtk-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="cairo"/>,
<xref linkend="cmake"/>,
<xref linkend="gst10-plugins-base"/>,
<xref linkend="gst10-plugins-bad"/>,
<xref linkend="gtk3"/>,
<xref linkend="icu"/>,
<xref linkend="libgudev"/>,
<xref linkend="libsecret"/>,
<xref linkend="libsoup"/>,
<xref linkend="libwebp"/>,
<xref linkend="mesa"/>,
<xref linkend="openjpeg2"/>,
<xref linkend="ruby"/>,
<xref linkend="sqlite"/>, and
<xref linkend="which"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="enchant"/>,
<xref linkend="geoclue2"/>,
<xref linkend="gobject-introspection"/>,
<xref linkend="hicolor-icon-theme"/>, and
<xref linkend="libnotify"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="bubblewrap"/>,
<xref linkend="gtk-doc"/>,
<xref linkend="harfbuzz"/>,
<xref linkend="wayland"/>,
<xref linkend="woff2"/>,
<ulink url="https://ccache.dev/">ccache</ulink>,
<ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
<ulink url="http://xsltml.sourceforge.net/">MathML</ulink>,
<ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink>,
<ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink>, and
<ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of WebKitGTK+</title>
<bridgehead renderas="sect3">Installation of
<application>WebKitGTK+</application></bridgehead>
<!--
<para>First, ensure backward compatibility with the latest version of icu:</para>
<screen><userinput>echo 'add_compile_definitions("U_DEFINE_FALSE_AND_TRUE=1")' &gt;&gt; Source/WTF/wtf/CMakeLists.txt</userinput></screen>
-->
<para>
Install <application>WebKitGTK+</application> by running the
following commands:
</para>
<screen revision="systemd"><userinput>mkdir -vp build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \
-DPORT=GTK \
-DLIB_INSTALL_DIR=/usr/lib \
-DUSE_LIBHYPHEN=OFF \
-DENABLE_MINIBROWSER=ON \
-DUSE_WOFF2=OFF \
-DUSE_WPE_RENDERER=OFF \
-DENABLE_BUBBLEWRAP_SANDBOX=OFF \
-Wno-dev -G Ninja .. &amp;&amp;
ninja</userinput></screen>
<screen revision="sysv"><userinput>mkdir -vp build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \
-DPORT=GTK \
-DLIB_INSTALL_DIR=/usr/lib \
-DUSE_LIBHYPHEN=OFF \
-DENABLE_MINIBROWSER=ON \
-DUSE_WOFF2=OFF \
-DUSE_WPE_RENDERER=OFF \
-DUSE_SYSTEMD=OFF \
-DENABLE_BUBBLEWRAP_SANDBOX=OFF \
-Wno-dev -G Ninja .. &amp;&amp;
ninja</userinput></screen>
<para>
This package does not have a working testsuite. However, there is a
usable basic graphical web browser in the build directory,
<application>build/bin/MiniBrowser</application>. If launching it fails,
there is a problem with the build.
</para>
<note><para>
When installing, the Makefile does some additional compiling and linking.
If you do not have Xorg in /usr, the LIBRARY_PATH and PKG_CONFIG_PATH
variables need to be defined for the root user. If using sudo to assume
root, use the -E option to pass your current environment variables for the
install process.
</para></note>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install &amp;&amp;
install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0 &amp;&amp;
install -vm644 ../Documentation/webkit2gtk-4.0/html/* \
/usr/share/gtk-doc/html/webkit2gtk-4.0 &amp;&amp;
install -vm644 ../Documentation/webkitdomgtk-4.0/html/* \
/usr/share/gtk-doc/html/webkitdomgtk-4.0</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<!-- <para>
<command>sed ... TextCheckerEnchant.cpp</command>: This command
is needed to allow the build to complete with enchant-2.x.
</para> -->
<para>
<parameter>-DUSE_LIBHYPHEN=OFF</parameter>: This switch disables
default automatic hyphenation implementation. You need to install
<ulink
url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
if you wish to enable it (replacing OFF with ON or just removing
the switch).
</para>
<para>
<parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables
compiling and installing the MiniBrowser.
</para>
<para>
<parameter>-DUSE_WPE_RENDERER=OFF</parameter>: Remove this switch if the optional
packages <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink> and
<ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink> are installed.
</para>
<para>
<parameter>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</parameter>: Remove this
switch if the optional packages <xref linkend="bubblewrap"/> and
<ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
are installed.
</para>
<para revision="sysv">
<parameter>-DUSE_SYSTEMD=OFF</parameter>: This switch disables using the
systemd journal for logging errors and debugging information since it
is not available on SysV systems.
</para>
<para>
<option>-DUSE_LIBNOTIFY=OFF</option>: Use this switch if you do not
have <application>libnotify</application> installed.
</para>
<para>
<option>-DUSE_SYSTEM_MALLOC=ON</option>: This switch enables building
against the system installed <application>malloc</application>.
</para>
<para>
<option>-DENABLE_GEOLOCATION=OFF</option>: Use this switch if you don't
want to install <xref linkend="geoclue2"/>.
</para>
<para>
<option>-DENABLE_GTKDOC=ON</option>: Use this switch if <xref
linkend="gtk-doc"/> is installed and you wish to rebuild and install the
API documentation.
</para>
<para>
<option>-DUSE_WOFF2=ON</option>: Use this switch if the optional
package <xref linkend="woff2"/> is installed. This adds additional
support for fonts.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
<!-- Moved to /usr/libexec/webkit2gtk-4.0, so shouldn't appear here
jsc,
MiniBrowser, and -->
WebKitWebDriver
</seg>
<seg>
libjavascriptcoregtk-4.0.so and
libwebkit2gtk-4.0.so
</seg>
<seg>
/usr/include/webkitgtk-4.0,
/usr/lib{,exec}/webkit2gtk-4.0, and
/usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<!--
<varlistentry id="jsc">
<term><command>jsc</command></term>
<listitem>
<para>
is a command-line utility that allows you to run JavaScript programs
outside of the context of a web browser.
</para>
<indexterm zone="webkitgtk jsc">
<primary sortas="b-jsc">jsc</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="MiniBrowser">
<term><command>MiniBrowser</command></term>
<listitem>
<para>
is a very simple graphical browser.
</para>
<indexterm zone="webkitgtk MiniBrowser">
<primary sortas="b-MiniBrowser">MiniBrowser</primary>
</indexterm>
</listitem>
</varlistentry>
-->
<varlistentry id="WebKitWebDriver">
<term><command>WebKitWebDriver</command></term>
<listitem>
<para>
allows debugging and automation of web pages and browsers
</para>
<indexterm zone="webkitgtk WebKitWebDriver">
<primary sortas="b-WebKitWebDriver">WebKitWebDriver</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libjavascriptcoregtk-4.0">
<term>
<filename class="libraryfile">libjavascriptcoregtk-4.0.so</filename>
</term>
<listitem>
<para>
contains core JavaScript API functions used by
<command>jsc</command> and
<filename class="libraryfile">libwebkit2gtk-4.0</filename>
</para>
<indexterm zone="webkitgtk libjavascriptcoregtk-4.0">
<primary sortas="c-libjavascriptcoregtk-4.0">libjavascriptcoregtk-4.0.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libwebkit2gtk-4">
<term><filename class="libraryfile">libwebkit2gtk-4.0.so</filename></term>
<listitem>
<para>
contains the <application>WebKit2</application> API functions
</para>
<indexterm zone="webkitgtk libwebkit2gtk-4">
<primary sortas="c-libwebkit2gtk-4">libwebkit2gtk-4.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>