mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to Chromium-56.0.2924.87. Fixes #8845.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18257 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f436e5b3d3
commit
266784c082
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>February 5th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Update to Chromium-56.0.2924.87. Fixes
|
||||
<ulink url="&blfs-ticket-root;8845">#8845</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to libreoffice-5.3.0.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;8837">#8837</ulink>.</para>
|
||||
|
@ -691,7 +691,7 @@
|
||||
<!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;">
|
||||
|
||||
<!-- Chapter 43 -->
|
||||
<!ENTITY chromium-version "56.0.2924.76">
|
||||
<!ENTITY chromium-version "56.0.2924.87">
|
||||
<!ENTITY firefox-version "51.0.1">
|
||||
<!ENTITY flashplayer-version "24.0.0.194">
|
||||
<!ENTITY seamonkey-version "2.46">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY chromium-download-http "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-&chromium-version;.tar.xz">
|
||||
<!ENTITY chromium-download-ftp " ">
|
||||
<!ENTITY chromium-md5sum "db1efe3e0c843e4237052432f2a46d58">
|
||||
<!ENTITY chromium-size "490 MB">
|
||||
<!ENTITY chromium-md5sum "b687feb24ca152a0b0a2ab5df5cd28d2">
|
||||
<!ENTITY chromium-size "491 MB">
|
||||
<!ENTITY chromium-buildsize "5.2 GB">
|
||||
<!ENTITY chromium-time "95 SBU">
|
||||
<!ENTITY chromium-time "94 SBU">
|
||||
<!-- Ninja defaults to parallel build unless supplying -j1, SBU measured on
|
||||
dual core, hyperthreaded CPU (4 threads). -->
|
||||
]>
|
||||
@ -42,9 +42,9 @@
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&chromium-download-http;"/></para>
|
||||
</listitem>
|
||||
<!-- <listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&chromium-download-ftp;"/></para>
|
||||
</listitem> -->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &chromium-md5sum;</para>
|
||||
</listitem>
|
||||
@ -168,7 +168,8 @@
|
||||
in stone, however they have been tested thoroughly. With Chromium
|
||||
&chromium-version;, system versions of icu, libjpeg, libpng, libxml2,
|
||||
libvpx, and zlib are known to break the build at this time.
|
||||
<!-- This should be remedied by 55.x as updates are coming upstream -->
|
||||
<!-- This should be partially remedied in 56.x but yet to verify all
|
||||
libvpx still requires experimental vp9 as of 0.6 -->
|
||||
</para>
|
||||
</note>
|
||||
|
||||
@ -251,24 +252,24 @@ out/Release/gn gen out/Release --args="${GN_CONFIG[*]}"</userinput></screen>
|
||||
install the pacakage:</para>
|
||||
|
||||
<screen role="root"><userinput>install -vDm755 out/Release/chrome \
|
||||
/usr/lib/chromium/chromium &&
|
||||
/usr/lib/chromium/chromium &&
|
||||
install -vDm4755 out/Release/chrome_sandbox \
|
||||
/usr/lib/chromium/chrome-sandbox &&
|
||||
/usr/lib/chromium/chrome-sandbox &&
|
||||
install -vDm755 out/Release/chromedriver \
|
||||
/usr/lib/chromium/chromedriver &&
|
||||
ln -svf /usr/lib/chromium/chromium /usr/bin &&
|
||||
ln -svf /usr/lib/chromium/chromedriver /usr/bin/ &&
|
||||
/usr/lib/chromium/chromedriver &&
|
||||
ln -svf /usr/lib/chromium/chromium /usr/bin &&
|
||||
ln -svf /usr/lib/chromium/chromedriver /usr/bin/ &&
|
||||
|
||||
install -vm755 out/Release/libwidevinecdmadapter.so \
|
||||
/usr/lib/chromium/ &&
|
||||
install -vDm644 out/Release/icudtl.dat /usr/lib/chromium &&
|
||||
/usr/lib/chromium/ &&
|
||||
install -vDm644 out/Release/icudtl.dat /usr/lib/chromium &&
|
||||
install -vDm644 out/Release/gen/content/content_resources.pak \
|
||||
/usr/lib/chromium/ &&
|
||||
/usr/lib/chromium/ &&
|
||||
install -vm644 out/Release/{*.pak,*.bin} \
|
||||
/usr/lib/chromium/ &&
|
||||
/usr/lib/chromium/ &&
|
||||
|
||||
cp -av out/Release/locales /usr/lib/chromium/ &&
|
||||
chown -Rv root:root /usr/lib/chromium/locales &&
|
||||
cp -av out/Release/locales /usr/lib/chromium/ &&
|
||||
chown -Rv root:root /usr/lib/chromium/locales &&
|
||||
|
||||
install -vDm644 out/Release/chrome.1 \
|
||||
/usr/share/man/man1/chromium.1</userinput></screen>
|
||||
@ -309,7 +310,7 @@ EOF</userinput></screen>
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>tar -xf ../chromium-launcher-3.tar.gz &&
|
||||
cd chromium-launcher-3 &&
|
||||
cd chromium-launcher-3 &&
|
||||
make PREFIX=/usr</userinput></screen>
|
||||
|
||||
<para>Install Chromium Launcher with the following commands (as the
|
||||
@ -323,9 +324,9 @@ cd ..</userinput></screen>
|
||||
|
||||
<para>Extract the downloaded deb file with the following commands:</para>
|
||||
|
||||
<screen><userinput>mkdir temp &&
|
||||
cd temp &&
|
||||
ar -x ../../google-chrome-stable*.deb &&
|
||||
<screen><userinput>mkdir temp &&
|
||||
cd temp &&
|
||||
ar -x ../../google-chrome-stable_&chromium-version;*.deb &&
|
||||
tar -xf data.tar.xz</userinput></screen>
|
||||
|
||||
<para>As the <systemitem class="username">root</systemitem> user, install
|
||||
@ -344,7 +345,7 @@ tar -xf data.tar.xz</userinput></screen>
|
||||
<para>As the <systemitem class="username">root</systemitem> user, install
|
||||
the Pepper Flash plugin with the following command:</para>
|
||||
|
||||
<screen role="root"><userinput>install -vdm755 /usr/lib/PepperFlash &&
|
||||
<screen role="root"><userinput>install -vdm755 /usr/lib/PepperFlash &&
|
||||
install -vm755 libpepflashplayer.so /usr/lib/PepperFlash &&
|
||||
install -vm644 manifest.json /usr/lib/PepperFlash</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user