mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to WebkitGTK+-2.12.3
Add Python3 as a required dependency for ISO Codes Tags git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17559 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b2650688fe
commit
4026a19cb1
@ -32,7 +32,7 @@
|
||||
<para>The <application>enchant</application> package provide a generic
|
||||
interface into various existing spell checking libraries.</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -71,6 +71,11 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">ISO Codes Dependencies</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="python3"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/iso-codes"/>
|
||||
|
@ -46,6 +46,14 @@
|
||||
<listitem>
|
||||
<para>July 6th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to WebkitGTK+-2.12.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;7881">#7881</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Add python3 as a required dependency for
|
||||
ISO-Codes.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to dovecot-2.2.25. Fixes
|
||||
<ulink url="&blfs-ticket-root;8029">#8029</ulink>.</para>
|
||||
|
@ -37,7 +37,7 @@
|
||||
headers.
|
||||
</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -36,7 +36,7 @@
|
||||
Network related gio modules for <application>GLib</application>.
|
||||
</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -38,7 +38,7 @@
|
||||
it also has an asynchronous API for use in threaded applications.
|
||||
</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -531,7 +531,7 @@
|
||||
<!ENTITY shared-mime-info-version "1.6">
|
||||
<!ENTITY startup-notification-version "0.12">
|
||||
<!ENTITY webkitgtk2-version "2.4.11"> <!-- Even minors only -->
|
||||
<!ENTITY webkitgtk-version "2.12.2"> <!-- Even minors only -->
|
||||
<!ENTITY webkitgtk-version "2.12.3"> <!-- Even minors only -->
|
||||
|
||||
<!ENTITY gtk2-libdir "2.0/2.10.0">
|
||||
<!ENTITY qt5-dir "$QT5DIR">
|
||||
|
@ -7,10 +7,10 @@
|
||||
<!-- This is the 2.8.x and later version of webkit -->
|
||||
<!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
|
||||
<!ENTITY webkitgtk-download-ftp " ">
|
||||
<!ENTITY webkitgtk-md5sum "41e018d651413fdbcd4b6480ab1fbd7b">
|
||||
<!ENTITY webkitgtk-md5sum "aebb4029c09dd81664aa830e4a584c85">
|
||||
<!ENTITY webkitgtk-size "11.2 MB">
|
||||
<!ENTITY webkitgtk-buildsize "925 MB (109 MB installed)">
|
||||
<!ENTITY webkitgtk-time "38 SBU (using parallelism=4, estimated 90+ SBU using 1 core)">
|
||||
<!ENTITY webkitgtk-buildsize "1.0 GB (109 MB installed)">
|
||||
<!ENTITY webkitgtk-time "36 SBU (using parallelism=4, 119 SBUs using one core)">
|
||||
]>
|
||||
|
||||
<sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
|
||||
@ -31,13 +31,13 @@
|
||||
<title>Introduction to WebKitGTK+</title>
|
||||
|
||||
<para>
|
||||
The <application>WebKitGTK+</application> is the port of the portable web
|
||||
rendering engine <application>WebKit</application> to the
|
||||
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>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -77,6 +77,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="cairo"/>,
|
||||
<xref linkend="cmake"/>,
|
||||
<xref linkend="gst10-plugins-base"/>,
|
||||
<xref linkend="gtk2"/>,
|
||||
@ -93,23 +94,40 @@
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<para role="recommended" revision="sysv">
|
||||
<xref linkend="enchant"/>,
|
||||
<xref linkend="geoclue"/>,
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="hicolor-icon-theme"/>
|
||||
</para>
|
||||
<para role="recommended" revision="systemd">
|
||||
<xref linkend="enchant"/>,
|
||||
<xref linkend="geoclue2"/> or
|
||||
<xref linkend="geoclue"/>,
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="hicolor-icon-theme"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<para role="optional" revision="sysv">
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="harfbuzz"/>,
|
||||
<xref linkend="libnotify"/>,
|
||||
<xref linkend="llvm"/>,
|
||||
<xref linkend="wayland"/>,
|
||||
<ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
|
||||
<ulink url="http://freedesktop.org/wiki/Software/GeoClue/">GeoClue2</ulink>, and
|
||||
<ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
|
||||
</para>
|
||||
<para role="optional" revision="systemd">
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="harfbuzz"/>,
|
||||
<xref linkend="libnotify"/>,
|
||||
<xref linkend="llvm"/>,
|
||||
<xref linkend="wayland"/>,
|
||||
<ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/"> Hyphen</ulink>, and
|
||||
<ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<application>GStreamer</application>.
|
||||
</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -34,7 +34,7 @@
|
||||
publicly, have private one-on-one conversations, etc. File transfers are
|
||||
also possible.</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -35,7 +35,7 @@
|
||||
and many other archive formats.
|
||||
</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
|
@ -34,7 +34,7 @@
|
||||
publicly, have private one-on-one conversations, etc. File transfers are
|
||||
also possible.</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
Loading…
Reference in New Issue
Block a user