Changeset 1c578c14
- Timestamp:
- 03/19/2017 09:02:00 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 4a89273c
- Parents:
- 32bc8e4
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r32bc8e4 r1c578c14 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[dj] - Add Flash Player 25.0.0.127 and move instrucionts for 49 Chromium Flash Player installation. Fixes 50 <ulink url="&blfs-ticket-root;9019">#9019</ulink>.</para> 51 </listitem> 52 <listitem> 48 53 <para>[bdubbs] - Update to btrfs-progs-v4.10.1. Fixes 49 54 <ulink url="&blfs-ticket-root;9016">#9016</ulink>.</para> -
multimedia/libdriv/libdriv.xml
r32bc8e4 r1c578c14 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fdk-aac.xml"/> 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flac.xml"/> 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flashplayer.xml"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="frei0r.xml"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gavl.xml"/> -
xsoft/graphweb/chromium.xml
r32bc8e4 r1c578c14 61 61 62 62 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 63 <note><para>Download this file via wget as:</para> 64 <screen><userinput>wget --content-disposition \ 65 https://github.com/foutrelis/chromium-launcher/archive/v3.tar.gz</userinput></screen> 66 </note> 63 <bridgehead renderas="sect4">Recommended patch to use the system 64 <application>FFmpeg</application>:</bridgehead> 67 65 <itemizedlist spacing="compact"> 68 66 <listitem> 69 67 <para> 70 Optional launcher (to use the Flash Player PPAPI plugin):71 <ulink url="https://github.com/foutrelis/chromium-launcher/archive/v3.tar.gz"/>72 </para>73 </listitem>74 <listitem>75 <para>76 Patch to use the system installed <application>FFmpeg</application>:77 68 <ulink url="&patch-root;/chromium-&chromium-version;-system_ffmpeg-1.patch"/> 78 69 </para> 79 70 </listitem> 80 <listitem> 71 </itemizedlist> 72 73 <bridgehead renderas="sect4">Optional Chrome binaries to extract the 74 <application>WideVine</application> plug-in (Netflix) support:</bridgehead> 75 <itemizedlist spacing="compact"> 76 <listitem> 77 <para>Download (HTTP):</para> 81 78 <para> 82 Optional Chrome distribution (to copy widevine plugin): 83 <ulink url="http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_&chromium-version;-1_amd64.deb"/> or 79 <ulink url="http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_&chromium-version;-1_amd64.deb"/> 80 </para> 81 </listitem> 82 <listitem> 83 <para>Download MD5 sum: ba137093ddd19e643988e66d5821eb3d</para> 84 </listitem> 85 <listitem> 86 <para>Download size: 45 MB</para> 87 </listitem> 88 </itemizedlist> 89 <itemizedlist spacing="compact"> 90 <listitem> 91 <para>Download (HTTP):</para> 92 <para> 84 93 <ulink url="http://mirror.retrosnub.co.uk/apt/google/pool/main/g/google-chrome-stable/google-chrome-stable_48.0.2564.116-1_i386.deb"/> 85 (i386 is no longer officially supported)86 94 </para> 87 95 </listitem> 88 96 <listitem> 89 <para> 90 Optional Flash Player plugin: 91 <ulink url="https://fpdownload.adobe.com/pub/flashplayer/pdc/&flashplayer-version;/flash_player_ppapi_linux.x86_64.tar.gz"/> or 92 <ulink url="https://fpdownload.adobe.com/pub/flashplayer/pdc/&flashplayer-version;/flash_player_ppapi_linux.i386.tar.gz"/> 93 </para> 97 <para>Download MD5 sum: 895e877b9bfe5da05a061369c2078626</para> 98 </listitem> 99 <listitem> 100 <para>Download size: 45 MB</para> 94 101 </listitem> 95 102 </itemizedlist> … … 318 325 EOF</userinput></screen> 319 326 320 <bridgehead renderas="sect3">Chromium Launcher</bridgehead>321 <para><application>Chromium Launcher</application> is a wrapper for322 <application>chromium</application> that allows use of the Pepper Flash323 plugin. If you intend to use the <application>Pepper Flash</application>324 plugin, build <application>Chromium Launcher</application> by running the325 following commands:</para>326 327 <screen><userinput>tar -xf ../chromium-launcher-3.tar.gz &&328 cd chromium-launcher-3 &&329 make PREFIX=/usr</userinput></screen>330 331 <para>Install Chromium Launcher with the following commands (as the332 <systemitem class="username">root</systemitem> user):</para>333 334 <screen role="root"><userinput>rm -f /usr/bin/chromium &&335 make PREFIX=/usr install-strip &&336 cd ..</userinput></screen>337 338 327 <bridgehead renderas="sect3">Extracting the WideVine plugin from Chrome</bridgehead> 339 328 … … 342 331 <screen><userinput>mkdir temp && 343 332 cd temp && 344 ar -x ../../google-chrome-stable_&chromium-version;*.deb && 345 tar -xf data.tar.xz</userinput></screen> 333 case $(uname -m) in 334 x86_64) ar -x ../../google-chrome-stable_&chromium-version;-1_amd64.deb 335 ;; 336 x86) ar -x ../../google-chrome-stable_48.0.2564.116-1_i386.deb 337 ;; 338 esac</userinput></screen> 346 339 347 340 <para>As the <systemitem class="username">root</systemitem> user, install 348 341 the WideVine plugin with the following command:</para> 349 342 350 <screen role="root"><userinput>install -vm755 opt/google/chrome/libwidevinecdm.so \ 343 <screen role="root"><userinput>tar -xf data.tar.xz 344 install -vm755 opt/google/chrome/libwidevinecdm.so \ 351 345 /usr/lib/chromium/</userinput></screen> 352 353 354 <bridgehead renderas="sect3">Installing the Pepper Flash plugin:</bridgehead>355 356 <para>Extract the <application>Flash Player</application> plugin with the357 following command:</para>358 359 <screen><userinput>tar -xf ../../flash_player_ppapi_linux.*.tar.gz</userinput></screen>360 <para>As the <systemitem class="username">root</systemitem> user, install361 the Pepper Flash plugin with the following command:</para>362 363 <screen role="root"><userinput>install -vdm755 /usr/lib/PepperFlash &&364 install -vm755 libpepflashplayer.so /usr/lib/PepperFlash &&365 install -vm644 manifest.json /usr/lib/PepperFlash</userinput></screen>366 346 367 347 </sect2> … … 397 377 398 378 <seglistitem> 399 <seg>/usr/ bin/chromium, /usr/lib/chromium/chromium,379 <seg>/usr/lib/chromium/chromium, 400 380 /usr/lib/chromium/chromedriver, and 401 381 /usr/lib/chromium/chrome-sandbox</seg> 402 382 <seg>none</seg> 403 <seg>/usr/lib/chromium, /usr/lib/chromium-launcher, 404 and (optionally) /usr/lib/PepperFlash</seg> 383 <seg>/usr/lib/chromium</seg> 405 384 </seglistitem> 406 385 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.