Changeset a172df1
- Timestamp:
- 11/14/2017 04:48:58 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ac21604
- Parents:
- 55781c2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/ibus.xml
r55781c2 ra172df1 7 7 <!ENTITY ibus-download-http "https://github.com/ibus/ibus/releases/download/&ibus-version;/ibus-&ibus-version;.tar.gz"> 8 8 <!ENTITY ibus-download-ftp " "> 9 <!ENTITY ibus-md5sum " 31ea7c1259c7285bd9d71f3000cbd95b">10 <!ENTITY ibus-size "2. 3MB">11 <!ENTITY ibus-buildsize " 56MB (with tests)">12 <!ENTITY ibus-time "0. 7SBU (with tests)">9 <!ENTITY ibus-md5sum "8bb26453d0d1fa58e56c22668aaa8786"> 10 <!ENTITY ibus-size "2.4 MB"> 11 <!ENTITY ibus-buildsize "43 MB (with tests)"> 12 <!ENTITY ibus-time "0.5 SBU (with tests)"> 13 13 ]> 14 14 … … 199 199 <seglistitem> 200 200 <seg> 201 ibus, ibus-daemon, and ibus-setup 201 ibus, 202 ibus-daemon, and 203 ibus-setup 202 204 </seg> 203 205 <seg> 204 libibus-1.0.so and im-ibus.so205 (<application>GTK+ Immodule</application>)206 libibus-1.0.so and 207 im-ibus.so (<application>GTK+ Immodule</application>) 206 208 </seg> 207 209 <seg> 208 210 /etc/dconf/db/ibus.d, 209 211 /usr/include/ibus-1.0, 210 /usr/lib/python2.7/site-packages/ibus,211 212 /usr/share/gtk-doc/html/ibus, and 212 213 /usr/share/ibus -
introduction/welcome/changelog.xml
r55781c2 ra172df1 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to bus-1.5.17. Fixes 49 <ulink url="&blfs-ticket-root;9921">#9921</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to chromium-62.0.3202.89. Fixes 53 <ulink url="&blfs-ticket-root;9903">#9903</ulink>.</para> 54 </listitem> 55 <listitem> 48 56 <para>[pierre] - Update to gnupg-2.2.2. Fixes 49 57 <ulink url="&blfs-ticket-root;10005">#10005</ulink>.</para> -
packages.ent
r55781c2 ra172df1 236 236 <!ENTITY icon-naming-utils-version "0.8.90"> 237 237 <!ENTITY highlight-version "3.40"> 238 <!ENTITY ibus-version "1.5.1 6">238 <!ENTITY ibus-version "1.5.17"> 239 239 <!ENTITY imagemagick6-version "6.9.9"> 240 240 <!ENTITY imagemagick-version "7.0.6"> … … 719 719 720 720 <!-- Chapter 43 --> 721 <!ENTITY chromium-version "6 1.0.3163.100">721 <!ENTITY chromium-version "62.0.3202.89"> 722 722 <!ENTITY epiphany-version "3.26.1"> 723 723 <!ENTITY firefox-version "57.0"> -
xsoft/graphweb/chromium.xml
r55781c2 ra172df1 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 " bf0629c03b3e3b957a9ee99c10b28210">10 <!ENTITY chromium-size " 531MB">11 <!ENTITY chromium-buildsize " 6.1GB">12 <!ENTITY chromium-time " 94 SBU (with 4 threads)">9 <!ENTITY chromium-md5sum "7c00d61cd737a2d81f2b8ca9efb44d6a"> 10 <!ENTITY chromium-size "493 MB"> 11 <!ENTITY chromium-buildsize "5.2 GB"> 12 <!ENTITY chromium-time "110 SBU (with parallelism=4)"> 13 13 <!-- Ninja defaults to parallel build unless supplying -j1, SBU measured on 14 dual core, hyperthreaded CPU (4 threads). --> 14 dual core, hyperthreaded CPU (4 threads). 15 16 I measured with -j4. - Bruce 17 18 --> 15 19 ]> 16 20 … … 62 66 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 63 67 64 <bridgehead renderas="sect4">Required patch to fix build issues with 65 <application>gcc-7.1.0</application>:</bridgehead> 68 <bridgehead renderas="sect4">Required patches:</bridgehead> 66 69 <itemizedlist spacing="compact"> 67 70 <listitem> 68 71 <para> 69 <ulink url="&patch-root;/chromium-&chromium-version;- gcc7-1.patch"/>72 <ulink url="&patch-root;/chromium-&chromium-version;-crc32-1.patch"/> 70 73 </para> 71 74 </listitem> 72 </itemizedlist>73 74 <bridgehead renderas="sect4">Required patch to fix build issues with75 <application>GlibC-2.26</application>:</bridgehead>76 <itemizedlist spacing="compact">77 75 <listitem> 78 76 <para> … … 80 78 </para> 81 79 </listitem> 80 <listitem> 81 <para> 82 <ulink url="&patch-root;/chromium-&chromium-version;-gn_bootstrap-1.patch"/> 83 </para> 84 </listitem> 82 85 </itemizedlist> 83 86 … … 91 94 </listitem> 92 95 <listitem> 93 <para>Download MD5 sum: 3282688ec79c41add2ad4390885dc203</para>96 <para>Download MD5 sum: e71ac1b16686a801771893dd865ad4ef</para> 94 97 </listitem> 95 98 <listitem> … … 133 136 <bridgehead renderas="sect4">Recommended</bridgehead> 134 137 <para role="recommended"> 138 <xref linkend="cacerts"/> (runtime), 135 139 <xref linkend="ffmpeg"/>, 136 140 <xref linkend="flac"/>, … … 138 142 <!-- <xref linkend="icu"/>, --> 139 143 <!-- <xref linkend="libevent"/>, --> 144 <xref linkend="liberation-fonts"/> 140 145 <xref linkend="libexif"/>, 141 146 <xref linkend="libjpeg"/>, … … 153 158 <para role="optional"> 154 159 <xref linkend="GConf"/>, 155 <xref linkend="icu"/> (currently broken),160 <xref linkend="icu"/>, 156 161 <xref linkend="gnome-keyring"/>, 157 162 <xref linkend="libevent"/> (currently broken), 158 163 <xref linkend="libvpx"/> (currently broken), 159 164 <xref linkend="libxml2"/> (currently broken), 165 <xref linkend="upower"/> (runtime), 160 166 <ulink url="https://devel.freebsoft.org/speechd">speech-dispatcher</ulink> 161 167 (for the screen reader), and … … 171 177 <title>Installation of Chromium</title> 172 178 173 <para>Apply a patch to fix errors with building with 174 <application>GCC-7.1.0</application>:</para> 175 176 <screen><userinput>patch -Np1 -i ../chromium-&chromium-version;-gcc7-1.patch</userinput></screen> 177 178 <para>Apply a patch to fix an issue when building against GlibC-2.26:</para> 179 180 <screen><userinput>patch -Np1 -i ../chromium-&chromium-version;-glibc-2.26-1.patch</userinput></screen> 179 <para>Apply a patches to fix an issue when building against GlibC-2.26 and other build issues:</para> 180 181 <screen><userinput>patch -Np1 -i ../chromium-&chromium-version;-crc32-1.patch && 182 patch -Np1 -i ../chromium-&chromium-version;-glibc-2.26-1.patch && 183 patch -Np1 -i ../chromium-&chromium-version;-gn_bootstrap-1.patch</userinput></screen> 181 184 182 185 <para>Enable the use of the … … 186 189 command:</para> 187 190 188 <screen><userinput>sed 's/WIDEVINE_CDM_AVAILABLE/&\n\n#define WIDEVINE_CDM_VERSION_STRING "Pinkie Pie"/' \ 191 <screen><userinput>line='#define WIDEVINE_CDM_VERSION_STRING "Pinkie Pie"' 192 sed "/WIDEVINE_CDM_AVAILABLE/a$line" \ 189 193 -i third_party/widevine/cdm/stub/widevine_cdm_version.h</userinput></screen> 190 194 191 <para>Fix to minor build errors in gn:</para>192 193 <screen><userinput>sed -e "/histogram_samples.cc/a\ 'base/metrics/histogram_snapshot_manager.cc',"\194 -e "/ heap_profiler_event_writer.cc/s/event_/heap_dump_/" \195 -i tools/gn/bootstrap/bootstrap.py</userinput></screen>196 197 <para> Fix a build issue with current ATK:</para>198 199 <screen><userinput>sed '/ atk_state_set_add_state/s@atk_state_set,@state_set,@' \200 -i content/browser/accessibility/browser_accessibility_auralinux.cc</userinput></screen>195 <para>Fix a problem identified upstream:</para> 196 197 <screen><userinput>sed -e '/frame_buttons.h/a#include "nav_button_layout_manager.h"' \ 198 -e "/class NavButtonLayoutManager/d" \ 199 -i chrome/browser/ui/libgtkui/gtk_ui.h</userinput></screen> 200 201 <para>Optionally silence 2862 invalid warnings:</para> 202 203 <screen><userinput>sed '/static_assert/s:^://:' \ 204 -i third_party/WebKit/Source/platform/wtf/text/TextCodec.h</userinput></screen> 201 205 202 206 <para>Remove third-party build files that interfere with system versions:</para> … … 206 210 Chromium uses many external projects, the selections below are not set 207 211 in stone, however they have been tested thoroughly. With Chromium 208 &chromium-version;, system versions of icu,libevent, libvpx, libxml2,212 &chromium-version;, system versions of libevent, libvpx, libxml2, 209 213 and zlib are known to break the build at this time. 210 <!-- icu: No t at 59 internally-->214 <!-- icu: Now at 59 internally - seems to work now --> 211 215 <!-- libevent: needs internal headers --> 212 216 <!-- libvpx: breaks build in gfx --> 213 <!-- libxml2: breaks build with ui - ->217 <!-- libxml2: breaks build with ui - seems to work now --> 214 218 <!-- zlib requires libminizip --> 215 219 </para> … … 219 223 shipped libs required to use the remove_bundled_files.py script --> 220 224 <screen><userinput>for LIB in ffmpeg flac harfbuzz-ng<!-- icu libevent--> libjpeg \ 221 libjpeg_turbo libpng libwebp <!-- libxml libvpx-->libxslt yasm; do225 libjpeg_turbo libpng libwebp <!-- libxml libvpx-->libxslt yasm; do 222 226 find -type f -path "*third_party/$LIB/*" \ 223 227 \! -path "*third_party/$LIB/chromium/*" \ … … 229 233 done && 230 234 231 python build/linux/unbundle/replace_gn_files.py \232 --system-libraries ffmpeg flac harfbuzz-ng <!-- icu libevent--> libjpeg\233 libpng libwebp <!-- libxml libvpx--> libxslt yasm&&235 python build/linux/unbundle/replace_gn_files.py \ 236 --system-libraries ffmpeg flac harfbuzz-ng libjpeg icu libxml<!-- libevent--> \ 237 libpng libwebp libxslt yasm freetype <!-- libxml libvpx--> && 234 238 python third_party/libaddressinput/chromium/tools/update-strings.py</userinput></screen> 235 239
Note:
See TracChangeset
for help on using the changeset viewer.