Changeset 91e89cd


Ignore:
Timestamp:
01/09/2018 12:39:09 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
76cde6c0
Parents:
6c9625c
Message:

Don't use system ffmpeg for chromium.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6c9625c r91e89cd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 6th, &year;">
     9<!ENTITY releasedate  "January 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r6c9625c r91e89cd  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>January 9th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Remove instructions to delete ffmpeg sources in
     49          Chromium source tree.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>January 5th, 2018</para>
  • xsoft/graphweb/chromium.xml

    r6c9625c r91e89cd  
    137137    <para role="recommended">
    138138      <xref linkend="cacerts"/> (runtime),
    139       <xref linkend="ffmpeg"/>,
     139<!--      <xref linkend="ffmpeg"/>, -->
    140140      <xref linkend="flac"/>,
    141141      <xref linkend="git"/>,
     
    157157    <bridgehead renderas="sect4">Optional</bridgehead>
    158158    <para role="optional">
     159      <xref linkend="ffmpeg"/> (currently broken),
    159160      <xref linkend="GConf"/>,
    160161      <xref linkend="icu"/> (currently broken),
     
    221222<!-- Again, thanks to Arch, this is much better than listing all the needed
    222223shipped libs required to use the remove_bundled_files.py script -->
    223 <screen><userinput>for LIB in ffmpeg flac freetype harfbuzz-ng<!-- icu libevent--> libjpeg \
     224<screen><userinput>for LIB in <!--ffmpeg -->flac freetype harfbuzz-ng<!-- icu libevent--> libjpeg \
    224225           libjpeg_turbo libpng libwebp <!-- libxml libvpx-->libxslt yasm; do
    225226    find -type f -path "*third_party/$LIB/*"      \
     
    234235
    235236python build/linux/unbundle/replace_gn_files.py                   \
    236     --system-libraries ffmpeg flac <!-- harfbuzz-ng -->libjpeg libxml libevent \
     237    --system-libraries<!-- ffmpeg--> flac <!-- harfbuzz-ng -->libjpeg libxml libevent \
    237238                       libpng libwebp libxslt opus yasm <!-- freetype libxml libvpx-->      &amp;&amp;
    238239python third_party/libaddressinput/chromium/tools/update-strings.py</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.