Changeset f81e94b for xsoft/graphweb


Ignore:
Timestamp:
05/26/2017 01:30:36 AM (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:
c4ae27ab
Parents:
7c89b59
Message:

Update to Chromium-58.0.3029.110. Fixes #9235.
Update to Flash Player 25.0.0.171.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/chromium.xml

    r7c89b59 rf81e94b  
    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        "4e62ff17ba34c2aab2a2fc53e49c2bef">
    10   <!ENTITY chromium-size          "494 MB">
    11   <!ENTITY chromium-buildsize     "5.3 GB">
     9  <!ENTITY chromium-md5sum        "aca4aeff806e1230912aa9c9df6b7be7">
     10  <!ENTITY chromium-size          "495 MB">
     11  <!ENTITY chromium-buildsize     "5.6 GB">
    1212  <!ENTITY chromium-time          "94 SBU (with 4 threads)">
    1313  <!-- Ninja defaults to parallel build unless supplying -j1, SBU measured on
     
    6161
    6262    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     63    <bridgehead renderas="sect4">Required patch to fix build issues with
     64    <application>gcc-7.1.0</application>:</bridgehead>
     65    <itemizedlist spacing="compact">
     66      <listitem>
     67        <para>
     68          <ulink url="&patch-root;/chromium-&chromium-version;-gcc7-1.patch"/>
     69        </para>
     70      </listitem>
     71    </itemizedlist>
     72
    6373    <bridgehead renderas="sect4">Recommended patch to use the system
    6474    <application>FFmpeg</application>:</bridgehead>
     
    8191      </listitem>
    8292      <listitem>
    83         <para>Download MD5 sum: 13a77d042f8b8967744d22f5ff6d26d3</para>
    84       </listitem>
    85       <listitem>
    86         <para>Download size: 51 MB</para>
     93        <para>Download MD5 sum: 97b313ad0abeba57d916bdb88c3ded90</para>
     94      </listitem>
     95      <listitem>
     96        <para>Download size: 52 MB</para>
    8797      </listitem>
    8898    </itemizedlist>
     
    161171  <sect2 role="installation">
    162172    <title>Installation of Chromium</title>
     173
     174   <para>Apply a patch to fix errors with building with
     175   <application>GCC-7.1.0</application>:</para>
     176
     177<screen><userinput>patch -Np1 -i ../chromium-&chromium-version;-gcc7-1.patch</userinput></screen>
    163178
    164179   <para>Apply a patch to allow use of the system
     
    279294out/Release/gn gen out/Release --args="${GN_CONFIG[*]}"</userinput></screen>
    280295
     296    <warning>
     297      <para>Ninja, by default, sets the number of jobs to the number of
     298      availalble threads. If your machine is memory constrained, with regard to
     299      number of threads, you should reduce the number of jobs by passing the
     300      <parameter>-j#</parameter> switch to the <command>ninja</command> command
     301      below. Plan for roughly 1.25GB per thread while linking
     302      <application>WebKit</application> to avoid out of memery errors.</para>
     303    </warning>
     304
    281305    <para>Build <application>Chromium</application> using the following
    282306    commands:</para>
     
    348372    x86_64) ar -x ../../google-chrome-stable_&chromium-version;-1_amd64.deb
    349373    ;;
    350     x86) ar -x ../../google-chrome-stable_48.0.2564.116-1_i386.deb
     374    i?86)  ar -x ../../google-chrome-stable_48.0.2564.116-1_i386.deb
    351375    ;;
    352376esac</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.