mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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
This commit is contained in:
parent
7c89b59714
commit
f81e94b106
@ -41,6 +41,19 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>May 26th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Update to Chromium-58.0.3029.110. Fixes
|
||||
<ulink url="&blfs-ticket-root;9235">#9235</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Update to Flash Player 25.0.0.171.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 25th, 2017</para>
|
||||
<itemizedlist>
|
||||
|
@ -5,20 +5,20 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY flashplayer-npapi-download-http "https://fpdownload.adobe.com/pub/flashplayer/pdc/&flashplayer-version;/flash_player_npapi_linux.x86_64.tar.gz">
|
||||
<!ENTITY flashplayer-npapi-md5sum "d03f607cf2814884d0db497dff934b34">
|
||||
<!ENTITY flashplayer-npapi-md5sum "e1fab816f44ccc6201cd58cc5791e242">
|
||||
<!ENTITY flashplayer-npapi-size "8.6 MB">
|
||||
|
||||
<!ENTITY flashplayer-npapi32-download-http "https://fpdownload.adobe.com/pub/flashplayer/pdc/&flashplayer-version;/flash_player_npapi_linux.i386.tar.gz">
|
||||
<!ENTITY flashplayer-npapi32-md5sum "500a33d4f9c72745fed4c88843044bf9">
|
||||
<!ENTITY flashplayer-npapi32-size "8.1 MB">
|
||||
<!ENTITY flashplayer-npapi32-md5sum "b20426afd7e008e783d0ed9f46e39a33">
|
||||
<!ENTITY flashplayer-npapi32-size "8.2 MB">
|
||||
|
||||
<!ENTITY flashplayer-ppapi-download-http "https://fpdownload.adobe.com/pub/flashplayer/pdc/&flashplayer-version;/flash_player_ppapi_linux.x86_64.tar.gz">
|
||||
<!ENTITY flashplayer-ppapi-md5sum "b838664b88fa59a230d875e9c0d9efdf">
|
||||
<!ENTITY flashplayer-ppapi-size "9 MB">
|
||||
<!ENTITY flashplayer-ppapi-md5sum "9f8883609e15dd7e5a61c6463da42242">
|
||||
<!ENTITY flashplayer-ppapi-size "9.1 MB">
|
||||
|
||||
<!ENTITY flashplayer-ppapi32-download-http "https://fpdownload.adobe.com/pub/flashplayer/pdc/&flashplayer-version;/flash_player_ppapi_linux.i386.tar.gz">
|
||||
<!ENTITY flashplayer-ppapi32-md5sum "b747a21852ac8d35d1306497abc56448">
|
||||
<!ENTITY flashplayer-ppapi32-size "8.1 MB">
|
||||
<!ENTITY flashplayer-ppapi32-md5sum "e1fab816f44ccc6201cd58cc5791e242">
|
||||
<!ENTITY flashplayer-ppapi32-size "8.2 MB">
|
||||
|
||||
<!ENTITY chromium-launcher-download-http "https://github.com/foutrelis/chromium-launcher/archive/v3.tar.gz">
|
||||
<!ENTITY chromium-launcher-md5sum "bf6c9291237e4090d348ea126d26a9ec">
|
||||
@ -172,7 +172,7 @@ cd flashplayer &&
|
||||
case $(uname -m) in
|
||||
x86_64) tar -xf ../flash_player_npapi_linux.x86_64.tar.gz
|
||||
;;
|
||||
x86) tar -xf ../flash_player_npapi_linux.i386.tar.gz
|
||||
i?86) tar -xf ../flash_player_npapi_linux.i386.tar.gz
|
||||
;;
|
||||
esac</userinput></screen>
|
||||
|
||||
@ -190,7 +190,7 @@ cd flashplayer &&
|
||||
case $(uname -m) in
|
||||
x86_64) tar -xf ../flash_player_ppapi_linux.x86_64.tar.gz
|
||||
;;
|
||||
x86) tar -xf ../flash_player_ppapi_linux.i386.tar.gz
|
||||
i?86) tar -xf ../flash_player_ppapi_linux.i386.tar.gz
|
||||
;;
|
||||
esac</userinput></screen>
|
||||
|
||||
|
@ -702,9 +702,9 @@
|
||||
<!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;">
|
||||
|
||||
<!-- Chapter 43 -->
|
||||
<!ENTITY chromium-version "58.0.3029.96">
|
||||
<!ENTITY chromium-version "58.0.3029.110">
|
||||
<!ENTITY firefox-version "53.0.2">
|
||||
<!ENTITY flashplayer-version "25.0.0.148">
|
||||
<!ENTITY flashplayer-version "25.0.0.171">
|
||||
<!ENTITY seamonkey-version "2.46">
|
||||
|
||||
<!-- Chapter 44 -->
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY chromium-download-http "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-&chromium-version;.tar.xz">
|
||||
<!ENTITY chromium-download-ftp " ">
|
||||
<!ENTITY chromium-md5sum "4e62ff17ba34c2aab2a2fc53e49c2bef">
|
||||
<!ENTITY chromium-size "494 MB">
|
||||
<!ENTITY chromium-buildsize "5.3 GB">
|
||||
<!ENTITY chromium-md5sum "aca4aeff806e1230912aa9c9df6b7be7">
|
||||
<!ENTITY chromium-size "495 MB">
|
||||
<!ENTITY chromium-buildsize "5.6 GB">
|
||||
<!ENTITY chromium-time "94 SBU (with 4 threads)">
|
||||
<!-- Ninja defaults to parallel build unless supplying -j1, SBU measured on
|
||||
dual core, hyperthreaded CPU (4 threads). -->
|
||||
@ -60,6 +60,16 @@
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<bridgehead renderas="sect4">Required patch to fix build issues with
|
||||
<application>gcc-7.1.0</application>:</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink url="&patch-root;/chromium-&chromium-version;-gcc7-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended patch to use the system
|
||||
<application>FFmpeg</application>:</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -80,10 +90,10 @@
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: 13a77d042f8b8967744d22f5ff6d26d3</para>
|
||||
<para>Download MD5 sum: 97b313ad0abeba57d916bdb88c3ded90</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: 51 MB</para>
|
||||
<para>Download size: 52 MB</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -161,6 +171,11 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Chromium</title>
|
||||
|
||||
<para>Apply a patch to fix errors with building with
|
||||
<application>GCC-7.1.0</application>:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../chromium-&chromium-version;-gcc7-1.patch</userinput></screen>
|
||||
|
||||
<para>Apply a patch to allow use of the system
|
||||
<application>FFmpeg</application>:</para>
|
||||
|
||||
@ -278,6 +293,15 @@ python third_party/libaddressinput/chromium/tools/update-strings.py</userinput><
|
||||
python tools/gn/bootstrap/bootstrap.py --gn-gen-args "${GN_CONFIG[*]}" &&
|
||||
out/Release/gn gen out/Release --args="${GN_CONFIG[*]}"</userinput></screen>
|
||||
|
||||
<warning>
|
||||
<para>Ninja, by default, sets the number of jobs to the number of
|
||||
availalble threads. If your machine is memory constrained, with regard to
|
||||
number of threads, you should reduce the number of jobs by passing the
|
||||
<parameter>-j#</parameter> switch to the <command>ninja</command> command
|
||||
below. Plan for roughly 1.25GB per thread while linking
|
||||
<application>WebKit</application> to avoid out of memery errors.</para>
|
||||
</warning>
|
||||
|
||||
<para>Build <application>Chromium</application> using the following
|
||||
commands:</para>
|
||||
|
||||
@ -347,7 +371,7 @@ cd temp &&
|
||||
case $(uname -m) in
|
||||
x86_64) ar -x ../../google-chrome-stable_&chromium-version;-1_amd64.deb
|
||||
;;
|
||||
x86) ar -x ../../google-chrome-stable_48.0.2564.116-1_i386.deb
|
||||
i?86) ar -x ../../google-chrome-stable_48.0.2564.116-1_i386.deb
|
||||
;;
|
||||
esac</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user