Changeset 91e89cd for xsoft/graphweb


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.