Changeset ffd37dd for xsoft/graphweb


Ignore:
Timestamp:
04/16/2017 03:40:02 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:
7c00397
Parents:
e7c9d5a9
Message:

Update to Chromium-57.0.2987.133. Fixes #9065. Update to Flash Player 25.0.0.148.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/chromium.xml

    re7c9d5a9 rffd37dd  
    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        "70aa972fa7cc4f07e9cbc1f6c07c9c24">
    10   <!ENTITY chromium-size          "491 MB">
     9  <!ENTITY chromium-md5sum        "23f8692653858bff32e60fac702abe05">
     10  <!ENTITY chromium-size          "501 MB">
    1111  <!ENTITY chromium-buildsize     "5.2 GB">
    1212  <!ENTITY chromium-time          "94 SBU">
     
    8181      </listitem>
    8282      <listitem>
    83         <para>Download MD5 sum: ba137093ddd19e643988e66d5821eb3d</para>
    84       </listitem>
    85       <listitem>
    86         <para>Download size: 45 MB</para>
     83        <para>Download MD5 sum: 52a4341475511d3627a86a344c0831ce</para>
     84      </listitem>
     85      <listitem>
     86        <para>Download size: 46 MB</para>
    8787      </listitem>
    8888    </itemizedlist>
     
    127127      <xref linkend="flac"/>,
    128128      <xref linkend="git"/>,
    129       <xref linkend="icu"/>,
     129      <!-- <xref linkend="icu"/>, -->
    130130      <xref linkend="libevent"/>,
    131131      <xref linkend="libexif"/>,
     
    133133      <xref linkend="libpng"/>,
    134134      <xref linkend="libsecret"/>,
     135      <xref linkend="libvpx"/>,
    135136      <xref linkend="libwebp"/>,
    136137      <xref linkend="pciutils"/>,
     
    145146      <xref linkend="gnome-keyring"/>,
    146147      <xref linkend="libxml2"/>,
    147       <xref linkend="libvpx"/>,
     148      <!-- <xref linkend="libvpx"/>, -->
     149      <xref linkend="icu"/>,
    148150      <ulink url="https://devel.freebsoft.org/speechd">speech-dispatcher</ulink>
    149151      (for the screen reader), and
     
    184186        Chromium uses many external projects, the selections below are not set
    185187        in stone, however they have been tested thoroughly. With Chromium
    186         &chromium-version;, system versions of libxml2, libvpx, and zlib
     188        &chromium-version;, system versions of icu, libxml2, and zlib
    187189        are known to break the build at this time.
     190        <!-- icu59 introduces /uchar16/&_t/, should be fixed in c58 -->
    188191        <!-- libxml2: https://bugs.archlinux.org/task/29939 -->
    189         <!-- libvpx still requires experimental vp9 as of 0.6 -->
    190192        <!-- zlib requires libminizip -->
    191193      </para>
     
    194196<!-- Again, thanks to Arch, this is much better than listing all the needed
    195197shipped libs required to use the remove_bundled_files.py script -->
    196 <screen><userinput>for LIB in ffmpeg flac harfbuzz-ng icu libevent libjpeg \
    197            libjpeg_turbo libpng libwebp libxslt yasm; do
     198<screen><userinput>for LIB in ffmpeg flac harfbuzz-ng <!-- icu --> libevent libjpeg \
     199           libjpeg_turbo libpng libvpx libwebp libxslt yasm; do
    198200    find -type f -path "*third_party/$LIB/*"     \
    199201        \! -path "*third_party/$LIB/chromium/*"  \
    200202        \! -path "*third_party/$LIB/google/*"    \
    201         \! -path "*base/third_party/icu/*"       \
     203        <!-- \! -path "*base/third_party/icu/*"       \ -->
    202204        \! -path "*base/third_party/libevent/*"  \
    203205        \! -regex '.*\.\(gn\|gni\|isolate\|py\)' \
     
    206208
    207209python build/linux/unbundle/replace_gn_files.py \
    208     --system-libraries ffmpeg flac harfbuzz-ng icu libevent libjpeg \
    209                        libpng libwebp libxslt yasm &amp;&amp;
     210    --system-libraries ffmpeg flac harfbuzz-ng <!-- icu --> libevent libjpeg \
     211                       libpng libwebp libvpx libxslt yasm &amp;&amp;
    210212python third_party/libaddressinput/chromium/tools/update-strings.py</userinput></screen>
    211213
Note: See TracChangeset for help on using the changeset viewer.