Changeset a9b50a4
- Timestamp:
- 06/25/2017 01:57:18 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:
- 9357706
- Parents:
- 7e70c8be
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7e70c8be ra9b50a4 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 4"> <!-- Always 2 digits -->3 <!ENTITY day "25"> <!-- 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 2 4th &year;">9 <!ENTITY releasedate "June 25th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r7e70c8be ra9b50a4 43 43 --> 44 44 <listitem> 45 <para>June 25th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Updated to chromium-59.0.3071.109. Fixes 49 <ulink url="&blfs-ticket-root;9336">#9336</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>June 24th, 2017</para> 46 56 <itemizedlist> -
packages.ent
r7e70c8be ra9b50a4 709 709 710 710 <!-- Chapter 43 --> 711 <!ENTITY chromium-version "5 8.0.3029.110">711 <!ENTITY chromium-version "59.0.3071.109"> 712 712 <!ENTITY firefox-version "54.0"> 713 713 <!ENTITY flashplayer-version "25.0.0.171"> -
xsoft/graphweb/chromium.xml
r7e70c8be ra9b50a4 7 7 <!ENTITY chromium-download-http "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-&chromium-version;.tar.xz"> 8 8 <!ENTITY chromium-download-ftp " "> 9 <!ENTITY chromium-md5sum " aca4aeff806e1230912aa9c9df6b7be7">10 <!ENTITY chromium-size " 495MB">11 <!ENTITY chromium-buildsize "5. 6GB">9 <!ENTITY chromium-md5sum "81885367434a85aecdb7b5a8d666590d"> 10 <!ENTITY chromium-size "507 MB"> 11 <!ENTITY chromium-buildsize "5.7 GB"> 12 12 <!ENTITY chromium-time "94 SBU (with 4 threads)"> 13 13 <!-- Ninja defaults to parallel build unless supplying -j1, SBU measured on … … 71 71 </itemizedlist> 72 72 73 <bridgehead renderas="sect4">Required patch to fix build issues with 74 <application>linux-4.6.x</application>:</bridgehead> 75 <itemizedlist spacing="compact"> 76 <listitem> 77 <para> 78 <ulink url="&patch-root;/chromium-&chromium-version;-kernel_dmabuf-1.patch"/> 79 </para> 80 </listitem> 81 </itemizedlist> 82 73 83 <bridgehead renderas="sect4">Recommended patch to use the system 74 84 <application>FFmpeg</application>:</bridgehead> … … 91 101 </listitem> 92 102 <listitem> 93 <para>Download MD5 sum: 97b313ad0abeba57d916bdb88c3ded90</para>94 </listitem> 95 <listitem> 96 <para>Download size: 5 2MB</para>103 <para>Download MD5 sum: 3f3fcb30019a49d799e8820a57bcabc6</para> 104 </listitem> 105 <listitem> 106 <para>Download size: 58 MB</para> 97 107 </listitem> 98 108 </itemizedlist> … … 146 156 <!-- <xref linkend="libvpx"/>, --> 147 157 <xref linkend="libwebp"/>, 148 <xref linkend="libxml2"/>,149 158 <xref linkend="pciutils"/>, 150 159 <xref linkend="pulseaudio"/>, … … 159 168 <xref linkend="gnome-keyring"/>, 160 169 <xref linkend="libvpx"/> (currently broken), 170 <xref linkend="libxml2"/> (currently broken), 161 171 <ulink url="https://devel.freebsoft.org/speechd">speech-dispatcher</ulink> 162 172 (for the screen reader), and … … 177 187 <screen><userinput>patch -Np1 -i ../chromium-&chromium-version;-gcc7-1.patch</userinput></screen> 178 188 189 <para>Apply a patch to fix an issue when building against Linux-4.6:</para> 190 191 <screen><userinput>patch -Np1 -i ../chromium-&chromium-version;-kernel_dmabuf-1.patch</userinput></screen> 192 179 193 <para>Apply a patch to allow use of the system 180 194 <application>FFmpeg</application>:</para> … … 182 196 <screen><userinput>patch -Np1 -i ../chromium-&chromium-version;-system_ffmpeg-1.patch</userinput></screen> 183 197 184 <para>Fix a build issue with GCC-6:</para>198 <!-- <para>Fix a build issue with GCC-7:</para> 185 199 186 200 <screen><userinput>sed 's/^config("compiler") {/&\ncflags_cc = [ "-fno-delete-null-pointer-checks" ]/' \ 187 -i build/config/linux/BUILD.gn</userinput></screen> 201 -i build/config/linux/BUILD.gn</userinput></screen> --> 188 202 189 203 <para>Enable the use of the … … 202 216 Chromium uses many external projects, the selections below are not set 203 217 in stone, however they have been tested thoroughly. With Chromium 204 &chromium-version;, system versions of icu, libvpx, and zlib218 &chromium-version;, system versions of icu, libvpx, libxml2, and zlib 205 219 are known to break the build at this time. 206 <!-- icu: Not at 59 internally, should be at chromium-59 --> 207 <!-- libvpx: https://bugs.gentoo.org/show_bug.cgi?id=611394 --> 220 <!-- icu: Not at 59 internally --> 221 <!-- libvpx: breaks build in gfx --> 222 <!-- libxml2: breaks build with ui --> 208 223 <!-- zlib requires libminizip --> 209 224 </para> … … 223 238 done && --> 224 239 <screen><userinput>for LIB in ffmpeg flac harfbuzz-ng libevent libjpeg \ 225 libjpeg_turbo libpng libwebp libxmllibxslt yasm; do240 libjpeg_turbo libpng libwebp<!-- libxml libvpx--> libxslt yasm; do 226 241 find -type f -path "*third_party/$LIB/*" \ 227 242 \! -path "*third_party/$LIB/chromium/*" \ … … 233 248 234 249 python build/linux/unbundle/replace_gn_files.py \ 235 --system-libraries ffmpeg flac harfbuzz-ng<!-- icu--> libevent libjpeg \236 libpng libwebp libxmllibxslt yasm &&250 --system-libraries ffmpeg flac harfbuzz-ng<!-- icu--> libevent libjpeg \ 251 libpng libwebp<!-- libxml libvpx--> libxslt yasm && 237 252 python third_party/libaddressinput/chromium/tools/update-strings.py</userinput></screen> 238 253 … … 264 279 'enable_nacl=false' 265 280 'enable_nacl_nonsfi=false' 281 'enable_swiftshader=false' 266 282 'enable_widevine=true' 267 283 'fatal_linker_warnings=false' … … 289 305 <application>Ninja</application> build files:</para> 290 306 291 <screen><userinput>sed "/internal\.cc',/a\ 'base/callback_helpers.cc'," \ 292 -i tools/gn/bootstrap/bootstrap.py && 293 python tools/gn/bootstrap/bootstrap.py --gn-gen-args "${GN_CONFIG[*]}" && 307 <screen><userinput>python tools/gn/bootstrap/bootstrap.py --gn-gen-args "${GN_CONFIG[*]}" && 294 308 out/Release/gn gen out/Release --args="${GN_CONFIG[*]}"</userinput></screen> 295 309 … … 395 409 all of the defines used in the build.</para> 396 410 397 <para><command>sed...tools/gn/bootstrap/bootstrap.py</command>: Fix a398 build issue with <application>gn</application>.</para>399 400 411 <para><command>python tools/gn/bootstrap/bootstrap.py --gn-gen-args "${GN_CONFIG[*]}"</command>: 401 412 this command replaces defines in the gn files with the values contained in
Note:
See TracChangeset
for help on using the changeset viewer.