Changeset 0d4cd97 for multimedia


Ignore:
Timestamp:
06/29/2017 11:52:16 PM (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:
0a003b3
Parents:
dc1cd5d3
Message:

Update to Chromium-59.0.0.115. Fixes #9412.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/flashplayer.xml

    rdc1cd5d3 r0d4cd97  
    2121  <!ENTITY flashplayer-ppapi32-size          "8.2 MB">
    2222
    23   <!ENTITY chromium-launcher-download-http   "https://github.com/foutrelis/chromium-launcher/archive/v3.tar.gz">
    24   <!ENTITY chromium-launcher-md5sum          "bf6c9291237e4090d348ea126d26a9ec">
     23  <!ENTITY chromium-launcher-download-http   "https://github.com/foutrelis/chromium-launcher/archive/v5.tar.gz">
     24  <!ENTITY chromium-launcher-md5sum          "57086ccab3a6a1a0d2c8a809edd3add2">
    2525  <!ENTITY chromium-launcher-size            "8 KB">
    2626]>
     
    119119    <note><para>Download this file via wget as:</para>
    120120<screen><userinput>wget &chromium-launcher-download-http; \
    121      -O chromium-launcher-v3.tar.gz</userinput></screen>
     121     -O chromium-launcher-v5.tar.gz</userinput></screen>
    122122    </note>
    123123
     
    198198    user:</para>
    199199
    200 <screen role="root"><userinput>install -vDm755 libpepflashplayer.so /usr/lib/PepperFlash/libpepflashplayer.so</userinput></screen>
     200<screen role="root"><userinput>install -vdm755 /usr/lib/PepperFlash &amp;&amp;
     201install -vDm755 libpepflashplayer.so /usr/lib/PepperFlash/ &amp;&amp;
     202install -vm644 manifest.json /usr/lib/PepperFlash/</userinput></screen>
    201203
    202204<bridgehead renderas="sect3">Chromium Lanucher Installation</bridgehead>
     
    208210    Launcher</application> with the following commands:</para>
    209211
    210 <screen><userinput>tar -xf chromium-launcher-3.tar.gz &amp;&amp;
    211 cd chromium-launcher-3             &amp;&amp;
     212<screen><userinput>tar -xf chromium-launcher-5.tar.gz &amp;&amp;
     213cd chromium-launcher-5             &amp;&amp;
    212214make PREFIX=/usr</userinput></screen>
    213215
Note: See TracChangeset for help on using the changeset viewer.