Changeset 299a107 for xsoft


Ignore:
Timestamp:
05/06/2017 02:29:01 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
9562b375
Parents:
d4e87a67
Message:

Update to Chromium-58.0.3029.96. Fixes #9195.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/chromium.xml

    rd4e87a67 r299a107  
    77  <!ENTITY chromium-download-http "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-&chromium-version;.tar.xz">
    88  <!ENTITY chromium-download-ftp  " ">
    9   <!ENTITY chromium-md5sum        "fe28227f5f4aa05709b9cbd47a5cf426">
    10   <!ENTITY chromium-size          "483 MB">
     9  <!ENTITY chromium-md5sum        "4e62ff17ba34c2aab2a2fc53e49c2bef">
     10  <!ENTITY chromium-size          "494 MB">
    1111  <!ENTITY chromium-buildsize     "5.3 GB">
    1212  <!ENTITY chromium-time          "94 SBU (with 4 threads)">
     
    8181      </listitem>
    8282      <listitem>
    83         <para>Download MD5 sum: 65b7afdac7796e9a1ec21008fa82e403</para>
    84       </listitem>
    85       <listitem>
    86         <para>Download size: 55 MB</para>
     83        <para>Download MD5 sum: 13a77d042f8b8967744d22f5ff6d26d3</para>
     84      </listitem>
     85      <listitem>
     86        <para>Download size: 51 MB</para>
    8787      </listitem>
    8888    </itemizedlist>
     
    136136<!--      <xref linkend="libvpx"/>, -->
    137137      <xref linkend="libwebp"/>,
     138      <xref linkend="libxml2"/>,
    138139      <xref linkend="pciutils"/>,
    139140      <xref linkend="pulseaudio"/>,
     
    148149      <xref linkend="gnome-keyring"/>,
    149150      <xref linkend="libvpx"/> (currently broken),
    150       <xref linkend="libxml2"/>,
    151151      <ulink url="https://devel.freebsoft.org/speechd">speech-dispatcher</ulink>
    152152      (for the screen reader), and
     
    187187        Chromium uses many external projects, the selections below are not set
    188188        in stone, however they have been tested thoroughly. With Chromium
    189         &chromium-version;, system versions of icu, libvpx, libxml2, and zlib
     189        &chromium-version;, system versions of icu, libvpx, and zlib
    190190        are known to break the build at this time.
    191         <!-- libxml2: https://bugs.archlinux.org/task/29939 -->
     191        <!-- icu: Not at 59 internally, should be at chromium-59 -->
    192192        <!-- libvpx: https://bugs.gentoo.org/show_bug.cgi?id=611394 -->
    193193        <!-- zlib requires libminizip -->
     
    208208done &amp;&amp; -->
    209209<screen><userinput>for LIB in ffmpeg flac harfbuzz-ng libevent libjpeg \
    210            libjpeg_turbo libpng libwebp libxslt yasm; do
     210           libjpeg_turbo libpng libwebp libxml libxslt yasm; do
    211211    find -type f -path "*third_party/$LIB/*"     \
    212212        \! -path "*third_party/$LIB/chromium/*"  \
     
    219219python build/linux/unbundle/replace_gn_files.py \
    220220    --system-libraries ffmpeg flac harfbuzz-ng<!--icu--> libevent libjpeg \
    221                        libpng libwebp libxslt yasm &amp;&amp;
     221                       libpng libwebp libxml libxslt yasm &amp;&amp;
    222222python third_party/libaddressinput/chromium/tools/update-strings.py</userinput></screen>
    223223
Note: See TracChangeset for help on using the changeset viewer.