Changeset fbfb998 for x/lib/webkitgtk.xml
- Timestamp:
- 05/27/2021 03:31:18 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 96aff83f, d503f9b
- Parents:
- f761a21
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/webkitgtk.xml
rf761a21 rfbfb998 7 7 <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz"> 8 8 <!ENTITY webkitgtk-download-ftp " "> 9 <!ENTITY webkitgtk-md5sum " a24a9441ad01617be9ac95097cd31e08">9 <!ENTITY webkitgtk-md5sum "b12790ae1209e1d5848aeb4fb70994db"> 10 10 <!ENTITY webkitgtk-size "22 MB"> 11 <!ENTITY webkitgtk-buildsize "89 9MB (127 MB installed)">12 <!ENTITY webkitgtk-time "29 SBU (using parallelism=4, estimated 9 6SBU 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)"> 13 13 ]> 14 14 … … 72 72 </itemizedlist> 73 73 74 <!-- 74 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 75 76 <itemizedlist spacing="compact"> … … 81 82 </listitem> 82 83 </itemizedlist> 84 --> 83 85 84 86 <bridgehead renderas="sect3">WebKitGTK Dependencies</bridgehead> … … 100 102 <xref linkend="openjpeg2"/>, 101 103 <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"/> 104 107 </para> 105 108 … … 124 127 <ulink url="https://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>, 125 128 <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 129 130 <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink> 130 131 </para> … … 140 141 <bridgehead renderas="sect3">Installation of 141 142 <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")' >> 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>155 143 156 144 <para> … … 171 159 -DENABLE_MINIBROWSER=ON \ 172 160 -DUSE_WOFF2=OFF \ 173 -DUSE_WPE_RENDERER=O FF\161 -DUSE_WPE_RENDERER=ON \ 174 162 -DENABLE_BUBBLEWRAP_SANDBOX=OFF \ 175 163 -Wno-dev -G Ninja .. && … … 188 176 -DENABLE_MINIBROWSER=ON \ 189 177 -DUSE_WOFF2=OFF \ 190 -DUSE_WPE_RENDERER=O FF\178 -DUSE_WPE_RENDERER=ON \ 191 179 -DUSE_SYSTEMD=OFF \ 192 180 -DENABLE_BUBBLEWRAP_SANDBOX=OFF \ … … 252 240 253 241 <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. 257 244 </para> 258 245
Note:
See TracChangeset
for help on using the changeset viewer.