Changeset 272858d


Ignore:
Timestamp:
04/09/2016 10:03:24 AM (8 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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
Children:
5faaa9b5
Parents:
2b65035a
Message:

New QtWebKit tarball -> Update md5sum and remove syncqt instructions which aren't needed anymore. Update deps for Qt5 and QtWebKit.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17234 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r2b65035a r272858d  
    9292      <xref linkend="cacerts"/>,
    9393      <xref linkend="cups"/>,
    94       <xref linkend="dbus"/> (required for QtWebKit),
    9594      <xref linkend="glib2"/>,
    96       <xref linkend="gst10-plugins-base"/> (QtWebKit HTML5 Video Support),
    97       <xref linkend="icu"/> (required for QtWebKit),
     95      <xref linkend="gst10-plugins-base"/> (QtMultimedia backend),
     96      <xref linkend="icu"/>,
    9897      <xref linkend="jasper"/>,
    9998      <xref linkend="libjpeg"/>,
     
    101100      <xref linkend="libpng"/>,
    102101      <xref linkend="libtiff"/>,
    103       <xref linkend="libwebp"/>,
    104102      <xref linkend="libxkbcommon"/>,
    105103      <xref linkend="mesa"/>,
    106104      <xref linkend="mtdev"/>,
     105      <xref linkend="nss"/> (required for QtWebEngine),
    107106      <xref linkend="openssl"/>,
    108107      <xref linkend="pcre"/>,
    109108      <xref linkend="sqlite"/>,
    110       <xref linkend="ruby"/> (required for QtWebKit),
     109      <xref linkend="wayland"/> (<application>Mesa</application>
     110      must be built with <application>Wayland</application> EGL
     111      backend),
    111112      <xref linkend="xcb-util-image"/>,
    112113      <xref linkend="xcb-util-keysyms"/>,
     
    117118    <bridgehead renderas="sect4">Optional</bridgehead>
    118119    <para role="optional">
    119       <xref linkend="geoclue"/>,
    120       <xref linkend="gtk2"/> (GTK+ Theme Support),
    121       <xref linkend="harfbuzz"/>, <!-- Doesn't have all the features that the included one has. -->
    122       <xref linkend="libinput"/>,
     120      <xref linkend="bluez"/> (runtime, used by QtConnectivity module),
     121      <!-- dropped from 5.5 <xref linkend="geoclue"/>, -->
     122      <!-- dropped from 5.6 <xref linkend="gtk2"/> (GTK+ Theme Support), -->
     123      <xref linkend="harfbuzz"/>, <!-- Doesn't have all the features that the included one has. # Armin, 2016-04-09: It does now -->
     124      <xref linkend="libinput"/>, <!-- needs -libinput switch -->
    123125      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    124126      <xref linkend="postgresql"/>,
    125127      <xref linkend="pulseaudio"/>,
    126       <xref linkend="unixodbc"/>, and
    127       <ulink url="https://github.com/ibus/ibus/wiki">ibus</ulink>
     128      <xref linkend="unixodbc"/>,
     129      <ulink url="http://www.firebirdsql.org/">Firebird</ulink>, and
     130      <ulink url="https://github.com/ibus/ibus/wiki">IBus</ulink>
    128131    </para>
    129132
  • x/lib/qtwebkit5.xml

    r2b65035a r272858d  
    1010  <!ENTITY qtwebkit-download-http "&qtwebkit-url;/qtwebkit-opensource-src-&qtwebkit-version;.tar.xz">
    1111  <!ENTITY qtwebkit-download-ftp  " ">
    12   <!ENTITY qtwebkit-md5sum        "eba1382587add1c9b1293a532e7dd161">
     12  <!ENTITY qtwebkit-md5sum        "b68565d18db63ee4db998bb8e37608a5">
    1313  <!ENTITY qtwebkit-size          "34 MB">
    1414  <!ENTITY qtwebkit-buildsize     "741 MB (37 MB installed)">
     
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
     79      <xref linkend="icu"/>,
    7980      <xref linkend="libjpeg"/>,
    8081      <xref linkend="libpng"/>,
    81       <xref linkend="phonon"/> (built with <xref linkend='qt5'/>), and
     82      <xref linkend="libwebp"/>,
     83      <xref linkend="libxslt"/>,
     84      <xref linkend="qt5"/>,
     85      <xref linkend="ruby"/>, and
    8286      <xref linkend="sqlite"/>
     87    </para>
     88
     89    <bridgehead renderas="sect4">Recommended</bridgehead>
     90    <para role="recommended">
     91      <xref linkend="gst10-plugins-base"/> (HTML5 Video Support)
    8392    </para>
    8493
     
    95104    </para>
    96105
    97 <screen><userinput>syncqt.pl -version 5.6.0 Source/sync.profile &amp;&amp;
    98 qmake &amp;&amp;
     106<screen><userinput><!--syncqt.pl -version 5.6.0 Source/sync.profile &amp;&amp;
     107-->qmake &amp;&amp;
    99108make</userinput></screen>
    100109
Note: See TracChangeset for help on using the changeset viewer.