Changeset 5cc300f
- Timestamp:
- 01/13/2019 09:17:09 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 43751fc
- Parents:
- 6ba8d3c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r6ba8d3c r5cc300f 46 46 <para>January 13th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to libreoffice-6.1.4.2. Fixes 50 <ulink url="&blfs-ticket-root;11180">#11180</ulink>.</para> 51 </listitem> 48 52 <listitem> 49 53 <para>[pierre] - Fix the W3M patch so that it builds with GC -
packages.ent
r6ba8d3c r5cc300f 845 845 <!ENTITY gnucash-version "2.4.11"> 846 846 847 <!ENTITY libreoffice-version "6.1. 2">848 <!ENTITY libreoffice-patch ". 1">847 <!ENTITY libreoffice-version "6.1.4"> 848 <!ENTITY libreoffice-patch ".2"> 849 849 <!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;"> 850 850 -
xsoft/office/libreoffice.xml
r6ba8d3c r5cc300f 8 8 9 9 <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz"> 10 <!ENTITY libreoffice-core-md5sum " b8d746b56e39b1926e61a4ede7c71891">10 <!ENTITY libreoffice-core-md5sum "f6e69df90d8d6de6dd223d5309f71caa"> 11 11 <!ENTITY libreoffice-core-size "198 MB"> 12 12 13 13 <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz"> 14 <!ENTITY libreoffice-dict-md5sum " d0b075239e5c628cc53eff999ea78868">15 <!ENTITY libreoffice-dict-size "4 1MB">14 <!ENTITY libreoffice-dict-md5sum "e5bb56a92b72c3102f4917aafebba3b4"> 15 <!ENTITY libreoffice-dict-size "42 MB"> 16 16 17 17 <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz"> 18 <!ENTITY libreoffice-help-md5sum " 383c63275294891f33da9b7d326671ee">18 <!ENTITY libreoffice-help-md5sum "e02680a25ab4f5eee112170f20bf47d0"> 19 19 <!ENTITY libreoffice-help-size "16 MB"> 20 20 21 21 <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz"> 22 <!ENTITY libreoffice-translations-md5sum " 2937eac11d5ac8f1a5d4c3f5920904ab">22 <!ENTITY libreoffice-translations-md5sum "8c99e7da7bfc9515f5d074ca7449471b"> 23 23 <!ENTITY libreoffice-translations-size "135 MB"> 24 24 … … 27 27 the built source after initial DESTDIR install doesn't take a vast time --> 28 28 29 <!ENTITY libreoffice-buildsize "6.2 GB (746 MB installed). Installing the whole set of languages was previously reported to require up to 26 GB (2.9 GB installed)">29 <!ENTITY libreoffice-buildsize "6.4 GB (756 MB installed). Installing the whole set of languages was previously reported to require up to 26 GB (2.9 GB installed)"> 30 30 31 31 <!-- for 6.1.2.1 I allowed 2 SBU for downloads, my total was 32 32 64.76 SBU with fast downloads 33 for 6.1.4.2 I just used the total time - bdubbs 33 34 --> 34 <!ENTITY libreoffice-time "64 SBU with parallelism=4 +download time">35 <!ENTITY libreoffice-time "63 SBU with parallelism=4 including typical download time"> 35 36 36 37 ]> … … 151 152 <para> 152 153 Required patch to fix building with system <xref linkend="poppler"/> (all 153 recent versions): 154 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-poppler70-1.patch"/> 155 </para> 156 </listitem> 157 158 <listitem> 159 <para> 160 Required patch to fix building with system <xref linkend="poppler"/> 161 (only if using that version or a later version): 162 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-poppler71-1.patch"/> 154 recent versions) and <xref linkend="boost"/>: 155 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-consolidated_fixes-1.patch"/> 163 156 </para> 164 157 </listitem> … … 304 297 cd libreoffice-&libreoffice-dlversion;</userinput></screen> 305 298 299 <!-- keep a commented instruction if no patches are currently required --> 300 <para> <!-- for all recent versions --> 301 Fix build failures introduced by recent versions of <xref linkend="poppler"/> 302 and <xref linkend="boost"/>: 303 </para> 304 305 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-consolidated_fixes-1.patch</userinput></screen> 306 306 307 <para> 307 308 Create symlinks to tarballs from the source directory so they won't … … 338 339 339 340 <screen><userinput>export LO_PREFIX=<replaceable><PREFIX></replaceable></userinput></screen> 340 <!-- keep a commented instruction if no patches are currently required -->341 <para> <!-- for all recent versions -->342 Fix build failures introduced by recent versions of <xref linkend="poppler"/>:343 </para>344 345 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler70-1.patch</userinput></screen>346 347 <para> <!-- for 0.71.0, not tested on earlier versions -->348 Similarly, fix build failures introduced with <xref linkend="poppler"/>:349 </para>350 351 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler71-1.patch</userinput></screen>352 341 353 342 <para>
Note:
See TracChangeset
for help on using the changeset viewer.