Changeset 266784c0
- Timestamp:
- 02/05/2017 07:53:40 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4af9931
- Parents:
- f436e5b3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rf436e5b3 r266784c0 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[dj] - Update to Chromium-56.0.2924.87. Fixes 50 <ulink url="&blfs-ticket-root;8845">#8845</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[pierre] - Update to libreoffice-5.3.0.3. Fixes 50 54 <ulink url="&blfs-ticket-root;8837">#8837</ulink>.</para> -
packages.ent
rf436e5b3 r266784c0 692 692 693 693 <!-- Chapter 43 --> 694 <!ENTITY chromium-version "56.0.2924. 76">694 <!ENTITY chromium-version "56.0.2924.87"> 695 695 <!ENTITY firefox-version "51.0.1"> 696 696 <!ENTITY flashplayer-version "24.0.0.194"> -
xsoft/graphweb/chromium.xml
rf436e5b3 r266784c0 7 7 <!ENTITY chromium-download-http "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-&chromium-version;.tar.xz"> 8 8 <!ENTITY chromium-download-ftp " "> 9 <!ENTITY chromium-md5sum " db1efe3e0c843e4237052432f2a46d58">10 <!ENTITY chromium-size "49 0MB">9 <!ENTITY chromium-md5sum "b687feb24ca152a0b0a2ab5df5cd28d2"> 10 <!ENTITY chromium-size "491 MB"> 11 11 <!ENTITY chromium-buildsize "5.2 GB"> 12 <!ENTITY chromium-time "9 5SBU">12 <!ENTITY chromium-time "94 SBU"> 13 13 <!-- Ninja defaults to parallel build unless supplying -j1, SBU measured on 14 14 dual core, hyperthreaded CPU (4 threads). --> … … 43 43 <para>Download (HTTP): <ulink url="&chromium-download-http;"/></para> 44 44 </listitem> 45 <!--<listitem>45 <listitem> 46 46 <para>Download (FTP): <ulink url="&chromium-download-ftp;"/></para> 47 </listitem> -->47 </listitem> 48 48 <listitem> 49 49 <para>Download MD5 sum: &chromium-md5sum;</para> … … 169 169 &chromium-version;, system versions of icu, libjpeg, libpng, libxml2, 170 170 libvpx, and zlib are known to break the build at this time. 171 <!-- This should be remedied by 55.x as updates are coming upstream --> 171 <!-- This should be partially remedied in 56.x but yet to verify all 172 libvpx still requires experimental vp9 as of 0.6 --> 172 173 </para> 173 174 </note> … … 252 253 253 254 <screen role="root"><userinput>install -vDm755 out/Release/chrome \ 254 /usr/lib/chromium/chromium &&255 /usr/lib/chromium/chromium && 255 256 install -vDm4755 out/Release/chrome_sandbox \ 256 /usr/lib/chromium/chrome-sandbox &&257 /usr/lib/chromium/chrome-sandbox && 257 258 install -vDm755 out/Release/chromedriver \ 258 /usr/lib/chromium/chromedriver &&259 ln -svf /usr/lib/chromium/chromium /usr/bin &&260 ln -svf /usr/lib/chromium/chromedriver /usr/bin/ &&259 /usr/lib/chromium/chromedriver && 260 ln -svf /usr/lib/chromium/chromium /usr/bin && 261 ln -svf /usr/lib/chromium/chromedriver /usr/bin/ && 261 262 262 263 install -vm755 out/Release/libwidevinecdmadapter.so \ 263 /usr/lib/chromium/ &&264 install -vDm644 out/Release/icudtl.dat /usr/lib/chromium &&264 /usr/lib/chromium/ && 265 install -vDm644 out/Release/icudtl.dat /usr/lib/chromium && 265 266 install -vDm644 out/Release/gen/content/content_resources.pak \ 266 /usr/lib/chromium/ &&267 /usr/lib/chromium/ && 267 268 install -vm644 out/Release/{*.pak,*.bin} \ 268 /usr/lib/chromium/ &&269 270 cp -av out/Release/locales /usr/lib/chromium/ &&271 chown -Rv root:root /usr/lib/chromium/locales &&269 /usr/lib/chromium/ && 270 271 cp -av out/Release/locales /usr/lib/chromium/ && 272 chown -Rv root:root /usr/lib/chromium/locales && 272 273 273 274 install -vDm644 out/Release/chrome.1 \ … … 310 311 311 312 <screen><userinput>tar -xf ../chromium-launcher-3.tar.gz && 312 cd chromium-launcher-3 &&313 cd chromium-launcher-3 && 313 314 make PREFIX=/usr</userinput></screen> 314 315 … … 324 325 <para>Extract the downloaded deb file with the following commands:</para> 325 326 326 <screen><userinput>mkdir temp &&327 cd temp &&328 ar -x ../../google-chrome-stable *.deb &&327 <screen><userinput>mkdir temp && 328 cd temp && 329 ar -x ../../google-chrome-stable_&chromium-version;*.deb && 329 330 tar -xf data.tar.xz</userinput></screen> 330 331 … … 345 346 the Pepper Flash plugin with the following command:</para> 346 347 347 <screen role="root"><userinput>install -vdm755 /usr/lib/PepperFlash &&348 <screen role="root"><userinput>install -vdm755 /usr/lib/PepperFlash && 348 349 install -vm755 libpepflashplayer.so /usr/lib/PepperFlash && 349 350 install -vm644 manifest.json /usr/lib/PepperFlash</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.