Ignore:
Timestamp:
05/31/2016 07:58:06 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
5cabeba
Parents:
3870ea09
Message:

Libreoffice-5.1.3.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r3870ea09 r33569f0f  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "6145510261094a85a6cecaecefa10c94">
    11   <!ENTITY libreoffice-core-size          "166 MB">
     10  <!ENTITY libreoffice-core-md5sum        "cbe602264e58f7c93e72068c408e3551">
     11  <!ENTITY libreoffice-core-size          "168 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "05188274ca5b5aac92f0321e4cf153d7">
    15   <!ENTITY libreoffice-dict-size          "36 MB">
     14  <!ENTITY libreoffice-dict-md5sum        "063b3218651a93198c8a558c6ab365cc">
     15  <!ENTITY libreoffice-dict-size          "37 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "0ff7ef91f9f84d5a9a21e3bee72bdae7">
     18  <!ENTITY libreoffice-help-md5sum        "f485479a135582f37335a92d773416fe">
    1919  <!ENTITY libreoffice-help-size          "1.8 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "4075e99e6075fb7bd163a5f66e24c0f3">
     22  <!ENTITY libreoffice-translations-md5sum        "a93714b74f1c04c534729a9511311886">
    2323  <!ENTITY libreoffice-translations-size          "126 MB">
    2424
    2525
    26   <!ENTITY libreoffice-buildsize          "9.1 GB (658 MB installed)">
    27   <!ENTITY libreoffice-time               "52 SBU with parallelism = 4 + download time">
    28 
    29   <!-- This package has some peculiarities, some discussed in the text.
    30   Two values for SBU and buildsize are given due to the large difference
    31   measured by editors, depending on architecture and sometimes installed
    32   dependencies (with-system... -->
    33 
    34   <!-- [bdubbs]  For version 4.3.2.2 Built on x86_64 using -\-with-parallelism=4 -->
    35   <!-- [bdubbs]  For version 4.4.2.1 Built on x86_64 using -\-with-parallelism=12 -->
    36   <!-- [bdubbs]  For version 4.4.4.3 Built on x86_64 using -\-with-parallelism=12 -->
    37   <!-- [fernando] For version 4.3.1.2 I've got, for i686, statistcs over the
    38   upper bounds for x86_64 of previous versions, thus, temporarily, decided
    39   to use single statistcs, instead of a range.-->
    40   <!-- [fernando]  For version 4.4.4.3 Built on x86_64 using -\-with-parallelism=4 -->
    41   <!-- [fernando]  For version 5.0.0.5 Built on x86_64 using -\-with-parallelism=4 -->
    42   <!-- [fernando]  For version 5.0.4.2 Built on x86_64 using -\-with-parallelism=4 -->
    43   <!-- [fernando]  For version 5.1.0.3 Built on x86_64 using -\-with-parallelism=4 -->
     26  <!ENTITY libreoffice-buildsize          "7.9 GB (606 MB installed)">
     27  <!ENTITY libreoffice-time               "45 SBU with parallelism = 4 + download time">
     28
    4429]>
    4530
     
    289274  <sect2 role="installation">
    290275    <title>Installation of LibreOffice</title>
    291 <!--
    292     <warning>
    293       <para>
    294         Untaring the libreoffice-&libreoffice-dlversion; tarball as
    295         <systemitem class="username">root</systemitem> has the curious effect of
    296         changing the ownership of the <emphasis>parent</emphasis> directory
    297         to a user with numerical id 11012 and with the permissions set to allow
    298         read, write and execute for that user only! If you untared as
    299         <systemitem class="username">root</systemitem> in your home folder you
    300         could end up unable to log in again. If you untared it in
    301         <filename class="directory">/usr</filename> you would find your user
    302         account unable to access any file in
    303         <filename class="directory">/usr</filename>.
    304       </para>
    305 
    306       <para>
    307         You can avoid this unpleasantness by
    308         <emphasis>not</emphasis> untaring it as
    309         <systemitem class="username">root</systemitem>. If you must untar it as
    310         <systemitem class="username">root</systemitem> pass the option
    311         <option>-\-no-overwrite-dir</option> to tar. This is the default when you
    312         untar as a user but has to be passed as an option when untaring as
    313         <systemitem class="username">root</systemitem>:
    314       </para>
    315     </warning>-->
    316 
    317     <!-- I was able to build over ssh 2015-03-24 - bdubbs
    318     <note>
    319       <para>
    320       LibreOffice must be built in a graphical environment - the build will
    321       fail otherwise.
    322       </para>
    323     </note>-->
    324276
    325277    <important>
     
    408360             --disable-dconf             \
    409361             --disable-odk               \
     362             --disable-firebird-sdbc     \
    410363             --enable-release-build=yes  \
    411364             --enable-python=system      \
     
    443396
    444397    <para>
    445       Build the package <!--(remember that it must be done in a graphical
    446       environment)-->:
     398      Build the package:
    447399    </para>
    448400
     
    518470      <command>sed -e ...</command>: The first sed prevents compression of the
    519471      manual pages and the second one prevents install from failing.
    520       <!-- and the third
    521       one fixes a build failure caused by a
    522       <application>glibc-2.23</application> change.-->
    523472    </para>
    524473
     
    596545      office development kit. Remove if you want to develop a
    597546      <application>LibreOffice</application> based application.
     547    </para>
     548
     549    <para>
     550      <parameter>--disable-firebird-sdbc</parameter>: The bundled version
     551      of Firebird does not build properly with GCC-6.<!-- Hope next version
     552      will correct that -->
    598553    </para>
    599554
Note: See TracChangeset for help on using the changeset viewer.