Changeset 9873d1ea


Ignore:
Timestamp:
08/17/2020 06:23:35 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3979b674
Parents:
2da40d0
Message:

Vim-8.2.1361
boost-1.74.0
libreoffice-6.4.6.2
a few tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23547 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2da40d0 r9873d1ea  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 16th, &year;">
     9<!ENTITY releasedate  "August 17th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/boost.xml

    r2da40d0 r9873d1ea  
    77  <!ENTITY boost-download-http "https://dl.bintray.com/boostorg/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "9273c8c4576423562bbe84574b07b2bd">
    10   <!ENTITY boost-size          "104 MB">
     9  <!ENTITY boost-md5sum        "da07ca30dd1c0d1fdedbd487efee01bd">
     10  <!ENTITY boost-size          "105 MB">
    1111  <!ENTITY boost-buildsize     "1.1 GB (175 MB installed)">
    12   <!ENTITY boost-time          "1.6 SBU (Using parallelism=4; add 1.2 SBU for tests)">
     12  <!ENTITY boost-time          "1.8 SBU (Using parallelism=4; add 1.2 SBU for tests)">
    1313]>
    1414
     
    7272      </listitem>
    7373    </itemizedlist>
    74 
     74    <!--
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
     84    -->
    8485
    8586    <bridgehead renderas="sect3">Boost Dependencies</bridgehead>
     
    103104  <sect2 role="installation">
    104105    <title>Installation of Boost</title>
    105 
     106<!--
    106107    <para>
    107108      First, apply a patch wwhich allows to build libreoffice with GCC 10
     
    110111
    111112<screen><userinput>patch -Np1 -i ../boost-&boost-version;-gcc_10-1.patch</userinput></screen>
    112 
     113-->
    113114    <para>
    114115      This package can be built with several jobs running in parallel. In
     
    119120
    120121
    121 <screen><userinput>./bootstrap.sh --prefix=/usr &amp;&amp;
     122<screen><userinput>./bootstrap.sh --prefix=/usr --with-python=python3 &amp;&amp;
    122123./b2 stage -j<replaceable>&lt;N&gt;</replaceable> threading=multi link=shared</userinput></screen>
    123124
     
    143144<!-- dev note: ./b2 - -prefix=<DESTDIR>/usr install threading=multi link=shared -->
    144145
    145 <screen role="root"><userinput>./b2 install threading=multi link=shared                 &amp;&amp;
    146 ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp</userinput></screen>
     146<screen role="root"><userinput>./b2 install threading=multi link=shared           <!--      &amp;&amp;
     147        ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp--></userinput></screen>
    147148
    148149  </sect2>
     
    204205        </seg>
    205206        <seg>
    206           libboost_atomic.so, libboost_chrono.so,
    207           libboost_container.so, libboost_context.so, libboost_coroutine.so,
     207          libboost_atomic.so, libboost_chrono.so, libboost_container.so,
     208          libboost_context.so, libboost_contract.so, libboost_coroutine.so,
    208209          libboost_date_time.so, libboost_exception.a, libboost_fiber.so,
    209210          libboost_filesystem.so,
     
    212213          libboost_math_c99f.so, libboost_math_c99l.so, libboost_math_tr1.so,
    213214          libboost_math_tr1f.so, libboost_math_tr1l.so,
    214           libboost_nowide.so, libboost_numpy27.so,
     215          libboost_nowide.so,
    215216          libboost_prg_exec_monitor.so, libboost_program_options.so,
    216           libboost_python27.so or libboost_python3.so, libboost_random.so,
     217          libboost_python38.so, libboost_random.so,
    217218          libboost_regex.so, libboost_serialization.so,
    218219          libboost_stacktrace_addr2line.so, libboost_stacktrace_basic.so,
  • general/prog/scons.xml

    r2da40d0 r9873d1ea  
    3535    </para>
    3636
    37     &lfs91_checked;
     37    &lfs10_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/subversion.xml

    r2da40d0 r9873d1ea  
    4848    </para>
    4949
    50     &lfs91_checked;
     50    &lfs10_checked;
    5151
    5252    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/elogind.xml

    r2da40d0 r9873d1ea  
    4242    </para>
    4343
    44     &lfs91_checked;
     44    &lfs10_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    r2da40d0 r9873d1ea  
    4343    -->
    4444    <listitem>
     45      <para>August 17th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to libreoffice-6.4.6.2. Fixes
     49          <ulink url="&blfs-ticket-root;13930">#13930</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update to boost-1.74.0. Fixes
     53          <ulink url="&blfs-ticket-root;13928">#13928</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[pierre] - Update to vim-8.2.1361. See
     57          <ulink url="&blfs-ticket-root;12241">#12241</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
    4563      <para>August 16th, 2020</para>
    4664      <itemizedlist>
  • networking/netlibs/serf.xml

    r2da40d0 r9873d1ea  
    3838    </para>
    3939
    40     &lfs91_checked;
     40    &lfs10_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/textweb/lynx.xml

    r2da40d0 r9873d1ea  
    3434    </para>
    3535
    36     &lfs91_checked;
     36    &lfs10_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • packages.ent

    r2da40d0 r9873d1ea  
    6868<!ENTITY juffed-version               "0.10.r71.gc3c1a3f">
    6969<!ENTITY nano-version                 "5.1">
    70 <!ENTITY vim-version                  "8.2.1209">
     70<!ENTITY vim-version                  "8.2.1361">
    7171<!ENTITY vim-majmin                   "82">
    7272
     
    8686
    8787<!ENTITY boost-major                  "1">
    88 <!ENTITY boost-minor                  "73">
     88<!ENTITY boost-minor                  "74">
    8989<!ENTITY boost-patch                  "0">
    9090<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
     
    892892<!ENTITY gnucash-version              "2.4.11">
    893893
    894 <!ENTITY libreoffice-version          "6.4.5">
     894<!ENTITY libreoffice-version          "6.4.6">
    895895<!ENTITY libreoffice-patch            ".2">
    896896<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
  • postlfs/editors/vim.xml

    r2da40d0 r9873d1ea  
    99  <!ENTITY vim-download-http "&sources-anduin-http;/vim/vim-&vim-version;.tar.gz">
    1010  <!ENTITY vim-download-ftp  " ">
    11   <!ENTITY vim-md5sum        "1d26e64eb53f295eeaa7a15f910b9f5a">
     11  <!ENTITY vim-md5sum        "e07b0c1e71aa059cdfddc7c93c00c62a">
    1212  <!ENTITY vim-size          "14 MB">
    13   <!ENTITY vim-buildsize     "107 MB (add 69 MB for tests)">
     13  <!ENTITY vim-buildsize     "144 MB (add 68 MB for tests)">
    1414  <!ENTITY vim-time          "0.3 SBU (with parallelism=4; add 2.0 SBU for tests)">
    1515]>
     
    5656    </note>
    5757
    58     &lfs91_checked;
     58    &lfs10_checked;
    5959
    6060    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/make-ca.xml

    r2da40d0 r9873d1ea  
    5353    </para>
    5454
    55   &lfs91_checked;
     55  &lfs10_checked;
    5656
    5757    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/xml/docbook-45-xml.xml

    r2da40d0 r9873d1ea  
    3838    </para>
    3939
    40     &lfs91_checked;
     40    &lfs10_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • xsoft/office/libreoffice.xml

    r2da40d0 r9873d1ea  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "7305ed1b5774483ca9ca0d6906d8049a">
    11   <!ENTITY libreoffice-core-size          "225 MB">
     10  <!ENTITY libreoffice-core-md5sum        "ea286614b106ffec94067acb386ae6aa">
     11  <!ENTITY libreoffice-core-size          "221 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "f4a3d9dcca02542ec149057d869c8c64">
    15   <!ENTITY libreoffice-dict-size          "46 MB">
     14  <!ENTITY libreoffice-dict-md5sum        "4eae9b3005b9b852ee41216982961f5e">
     15  <!ENTITY libreoffice-dict-size          "44 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "19da65b2748531e85740163fc9695f00">
    19   <!ENTITY libreoffice-help-size          "85 MB">
     18  <!ENTITY libreoffice-help-md5sum        "c39a5f29c62281558866f5927fd8eea0">
     19  <!ENTITY libreoffice-help-size          "84 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "58771e45d87413f96a33e35d821a8122">
    23   <!ENTITY libreoffice-translations-size          "166 MB">
     22  <!ENTITY libreoffice-translations-md5sum        "8db8282dc7c544f8398e2b66fd89ef93">
     23  <!ENTITY libreoffice-translations-size          "165 MB">
    2424
    2525  <!-- full size remeasured for 6.4.0.3 -->
    2626
    27   <!ENTITY libreoffice-buildsize  "6.3 GB including the additional files if downloaded during the build (769 MB installed). Installing the whole set of languages for 6.4.0.3 requires up to 25 GB (3.2 GB installed)">
     27  <!ENTITY libreoffice-buildsize  "9.0 GB including the additional files if downloaded during the build (840 MB installed). Installing the whole set of languages requires more than 25 GB (around 3 GB installed)">
    2828
    2929 <!-- Editors: many updates to poppler will break LO using system poppler until
     
    4242       help, translations took less than 2 minutes (1.1 SBU) with
    4343       a good domestic internet connection.  Total time was 60 SBU - ken
     44
     45       60 SBU not including download of translations, help and dictionary
     46       for 6.4.6.2 - pierre
    4447  -->
    45   <!ENTITY libreoffice-time "56 SBU with parallelism=4 including typical download time">
     48  <!ENTITY libreoffice-time "60 SBU with parallelism=4 including typical download time">
    4649
    4750]>
     
    7073    </para>
    7174
    72     &lfs91_checked;
     75    &lfs10_checked;
    7376
    7477    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    522525      what languages to support. To list several languages, separate them with
    523526      a space. For all languages, use
    524       <parameter>--with-lang=ALL</parameter>.
     527      <parameter>--with-lang=ALL</parameter>. Note that the translations file
     528      is not needed and won't be downloaded if using only en_US as a language.
    525529    </para>
    526530
Note: See TracChangeset for help on using the changeset viewer.