Changeset fbfb998 for x


Ignore:
Timestamp:
05/27/2021 03:31:18 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
96aff83f, d503f9b
Parents:
f761a21
Message:

Add wpebackend-fdo
Add libwpe
Update to WebKitGTK+-2.32.1 and make it use wpebackend-fdo for
rendering.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    rf761a21 rfbfb998  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "a24a9441ad01617be9ac95097cd31e08">
     9  <!ENTITY webkitgtk-md5sum        "b12790ae1209e1d5848aeb4fb70994db">
    1010  <!ENTITY webkitgtk-size          "22 MB">
    11   <!ENTITY webkitgtk-buildsize     "899 MB (127 MB installed)">
    12   <!ENTITY webkitgtk-time          "29 SBU (using parallelism=4, estimated 96 SBU using one core)">
     11  <!ENTITY webkitgtk-buildsize     "897 MB (127 MB installed)">
     12  <!ENTITY webkitgtk-time          "29 SBU (using parallelism=4, estimated 97 SBU using one core)">
    1313]>
    1414
     
    7272    </itemizedlist>
    7373
     74    <!--
    7475    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7576    <itemizedlist spacing="compact">
     
    8182      </listitem>
    8283    </itemizedlist>
     84    -->
    8385
    8486    <bridgehead renderas="sect3">WebKitGTK Dependencies</bridgehead>
     
    100102      <xref linkend="openjpeg2"/>,
    101103      <xref linkend="ruby"/>,
    102       <xref linkend="sqlite"/>, and
    103       <xref linkend="which"/>
     104      <xref linkend="sqlite"/>,
     105      <xref linkend="which"/>, and
     106      <xref linkend="wpebackend-fdo"/>
    104107    </para>
    105108
     
    124127      <ulink url="https://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
    125128      <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>,
    126       <ulink url="https://gnome.pages.gitlab.gnome.org/libmanette/">libmanette</ulink>,
    127       <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink>,
    128       <ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink>, and
     129      <ulink url="https://gnome.pages.gitlab.gnome.org/libmanette/">libmanette</ulink>, and
    129130      <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
    130131    </para>
     
    140141    <bridgehead renderas="sect3">Installation of
    141142    <application>WebKitGTK</application></bridgehead>
    142 
    143 <!--
    144     <para>First, ensure backward compatibility with the latest version of icu:</para>
    145 
    146 <screen><userinput>echo 'add_compile_definitions("U_DEFINE_FALSE_AND_TRUE=1")' &gt;&gt; Source/WTF/wtf/CMakeLists.txt</userinput></screen>
    147 -->
    148 
    149     <!-- Needed for ICU-69.1 -->
    150     <para>
    151       First, fix building with ICU-69.1:
    152     </para>
    153 
    154 <screen><userinput remap="pre">patch -Np1 -i ../webkitgtk-&webkitgtk-version;-icu_69-1.patch</userinput></screen>
    155143
    156144    <para>
     
    171159      -DENABLE_MINIBROWSER=ON     \
    172160      -DUSE_WOFF2=OFF             \
    173       -DUSE_WPE_RENDERER=OFF      \
     161      -DUSE_WPE_RENDERER=ON       \
    174162      -DENABLE_BUBBLEWRAP_SANDBOX=OFF \
    175163      -Wno-dev -G Ninja ..        &amp;&amp;
     
    188176      -DENABLE_MINIBROWSER=ON     \
    189177      -DUSE_WOFF2=OFF             \
    190       -DUSE_WPE_RENDERER=OFF      \
     178      -DUSE_WPE_RENDERER=ON       \
    191179      -DUSE_SYSTEMD=OFF           \
    192180      -DENABLE_BUBBLEWRAP_SANDBOX=OFF \
     
    252240
    253241    <para>
    254       <parameter>-DUSE_WPE_RENDERER=OFF</parameter>: Remove this switch if the optional
    255       packages <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink> and
    256       <ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink> are installed.
     242      <parameter>-DUSE_WPE_RENDERER=ON</parameter>: This switch uses the WPE
     243      renderer, which is recommended by upstream.
    257244    </para>
    258245
Note: See TracChangeset for help on using the changeset viewer.