Changeset 91e89cd
- Timestamp:
- 01/09/2018 12:39:09 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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:
- 76cde6c0
- Parents:
- 6c9625c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r6c9625c r91e89cd 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 6"> <!-- Always 2 digits -->3 <!ENTITY day "08"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 6th, &year;">9 <!ENTITY releasedate "January 8th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r6c9625c r91e89cd 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>January 5th, 2018</para> -
xsoft/graphweb/chromium.xml
r6c9625c r91e89cd 137 137 <para role="recommended"> 138 138 <xref linkend="cacerts"/> (runtime), 139 <xref linkend="ffmpeg"/>, 139 <!-- <xref linkend="ffmpeg"/>, --> 140 140 <xref linkend="flac"/>, 141 141 <xref linkend="git"/>, … … 157 157 <bridgehead renderas="sect4">Optional</bridgehead> 158 158 <para role="optional"> 159 <xref linkend="ffmpeg"/> (currently broken), 159 160 <xref linkend="GConf"/>, 160 161 <xref linkend="icu"/> (currently broken), … … 221 222 <!-- Again, thanks to Arch, this is much better than listing all the needed 222 223 shipped libs required to use the remove_bundled_files.py script --> 223 <screen><userinput>for LIB in ffmpegflac freetype harfbuzz-ng<!-- icu libevent--> libjpeg \224 <screen><userinput>for LIB in <!--ffmpeg -->flac freetype harfbuzz-ng<!-- icu libevent--> libjpeg \ 224 225 libjpeg_turbo libpng libwebp <!-- libxml libvpx-->libxslt yasm; do 225 226 find -type f -path "*third_party/$LIB/*" \ … … 234 235 235 236 python build/linux/unbundle/replace_gn_files.py \ 236 --system-libraries ffmpegflac <!-- harfbuzz-ng -->libjpeg libxml libevent \237 --system-libraries<!-- ffmpeg--> flac <!-- harfbuzz-ng -->libjpeg libxml libevent \ 237 238 libpng libwebp libxslt opus yasm <!-- freetype libxml libvpx--> && 238 239 python third_party/libaddressinput/chromium/tools/update-strings.py</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.