Changeset 0a003b3
- Timestamp:
- 06/30/2017 04:21:54 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 46b0d7c
- Parents:
- 0d4cd97
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0d4cd97 r0a003b3 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 29"> <!-- Always 2 digits -->3 <!ENTITY day "30"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 29th &year;">9 <!ENTITY releasedate "June 30th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r0d4cd97 r0a003b3 44 44 45 45 <listitem> 46 <para>June 30th, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Use gtk+3.x for Chromium.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 46 55 <para>June 29th, 2017</para> 47 56 <itemizedlist> -
xsoft/graphweb/chromium.xml
r0d4cd97 r0a003b3 66 66 <para>Download (HTTP):</para> 67 67 <para> 68 <ulink url="&sources-anduin-http;/other/chromium-freetype 2.tar.xz"/>68 <ulink url="&sources-anduin-http;/other/chromium-freetype.tar.xz"/> 69 69 </para> 70 70 </listitem> … … 157 157 <xref linkend="dbus"/>, 158 158 <xref linkend="perl-file-basedir"/>, 159 <xref linkend="gtk 2"/>,159 <xref linkend="gtk3"/>, 160 160 <xref linkend="hicolor-icon-theme"/>, 161 161 <xref linkend="mitkrb"/>, … … 175 175 <xref linkend="git"/>, 176 176 <!-- <xref linkend="icu"/>, --> 177 <xref linkend="libevent"/>, 177 <!-- <xref linkend="libevent"/>, --> 178 178 <xref linkend="libexif"/>, 179 179 <xref linkend="libjpeg"/>, … … 193 193 <xref linkend="icu"/> (currently broken), 194 194 <xref linkend="gnome-keyring"/>, 195 <xref linkend="libevent"/> (currently broken), 195 196 <xref linkend="libvpx"/> (currently broken), 196 197 <xref linkend="libxml2"/> (currently broken), … … 250 251 Chromium uses many external projects, the selections below are not set 251 252 in stone, however they have been tested thoroughly. With Chromium 252 &chromium-version;, system versions of icu, lib vpx, libxml2, and zlib253 a re known to break the build at this time.253 &chromium-version;, system versions of icu, libevent, libvpx, libxml2, 254 and zlib are known to break the build at this time. 254 255 <!-- icu: Not at 59 internally --> 256 <!-- libevent: needs internal headers --> 255 257 <!-- libvpx: breaks build in gfx --> 256 258 <!-- libxml2: breaks build with ui --> … … 261 263 <!-- Again, thanks to Arch, this is much better than listing all the needed 262 264 shipped libs required to use the remove_bundled_files.py script --> 263 < !--<screen><userinput>for LIB in ffmpeg flac harfbuzz-ng icu libeventlibjpeg \264 libjpeg_turbo libpng lib vpx libwebplibxslt yasm; do265 <screen><userinput>for LIB in ffmpeg flac harfbuzz-ng<!-- icu libevent--> libjpeg \ 266 libjpeg_turbo libpng libwebp<!-- libxml libvpx--> libxslt yasm; do 265 267 find -type f -path "*third_party/$LIB/*" \ 266 268 \! -path "*third_party/$LIB/chromium/*" \ … … 270 272 \! -regex '.*\.\(gn\|gni\|isolate\|py\)' \ 271 273 -delete 272 done && -->273 <screen><userinput>for LIB in ffmpeg flac harfbuzz-ng libevent libjpeg \274 libjpeg_turbo libpng libwebp<!-- libxml libvpx--> libxslt yasm; do275 find -type f -path "*third_party/$LIB/*" \276 \! -path "*third_party/$LIB/chromium/*" \277 \! -path "*third_party/$LIB/google/*" \278 \! -path "*base/third_party/libevent/*" \279 \! -regex '.*\.\(gn\|gni\|isolate\|py\)' \280 -delete281 274 done && 282 275 283 276 python build/linux/unbundle/replace_gn_files.py \ 284 --system-libraries ffmpeg flac harfbuzz-ng<!-- icu --> libeventlibjpeg \277 --system-libraries ffmpeg flac harfbuzz-ng<!-- icu libevent--> libjpeg \ 285 278 libpng libwebp<!-- libxml libvpx--> libxslt yasm && 286 279 python third_party/libaddressinput/chromium/tools/update-strings.py</userinput></screen> … … 331 324 'use_gnome_keyring=false' 332 325 'use_gold=false' 333 'use_gtk3= false'326 'use_gtk3=true' 334 327 'use_kerberos=true' 335 328 'use_pulseaudio=true' … … 412 405 EOF</userinput></screen> 413 406 407 <note> 408 <para>If upgrading from a previous build of chromium using gtk+-2.x, you 409 may need to remove the <filename 410 class="directory">~/.config/chromium</filename> directory.</para> 411 </note> 412 414 413 <bridgehead renderas="sect3">Extracting the WideVine plugin from Chrome</bridgehead> 415 414
Note:
See TracChangeset
for help on using the changeset viewer.