Changeset 8627918


Ignore:
Timestamp:
09/30/2023 09:19:56 AM (7 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
606cd00
Parents:
e7f1099
Message:

Update to libreoffice-7.6.2

Also reinstate system boost.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re7f1099 r8627918  
    4141
    4242    <listitem>
     43      <para>September 30th, 2023</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[pierre] - Update to libreoffice-7.6.2.  Fixes
     47          <ulink url="&blfs-ticket-root;18639">#18639</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4353      <para>September 29th, 2023</para>
    4454      <itemizedlist>
  • packages.ent

    re7f1099 r8627918  
    984984<!ENTITY gnumeric-version             "1.12.55">
    985985
    986 <!ENTITY libreoffice-version          "7.6.1">
    987 <!ENTITY libreoffice-patch            ".2">
     986<!ENTITY libreoffice-version          "7.6.2">
     987<!ENTITY libreoffice-patch            ".1">
    988988<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
    989989
  • xsoft/office/libreoffice.xml

    re7f1099 r8627918  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "e847e0f3caf04b76a698afd22d9ee1a5">
    11   <!ENTITY libreoffice-core-size          "267 MB">
     10  <!ENTITY libreoffice-core-md5sum        "13fca0b5df68b445340d7c5f8373e99c">
     11  <!ENTITY libreoffice-core-size          "268 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "567f7631bd1eceee4e67c5bbaf7b3e39">
     14  <!ENTITY libreoffice-dict-md5sum        "f44ce208c556bc06c9e09a9d742cf580">
    1515  <!ENTITY libreoffice-dict-size          "51 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "ac08310518f3caf31888ff037e49ae78">
    19   <!ENTITY libreoffice-help-size          "160 MB">
     18  <!ENTITY libreoffice-help-md5sum        "5dd9257d057c547ba37bbb2d1a77e5af">
     19  <!ENTITY libreoffice-help-size          "159 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "bf954ea30e11667b5fc328762b830767">
     22  <!ENTITY libreoffice-translations-md5sum        "6ec3d46a10a4b62c86b9890779775198">
    2323  <!ENTITY libreoffice-translations-size          "207 MB">
    2424
    2525  <!-- full size remeasured for 7.0.0.3 -->
    2626
    27   <!ENTITY libreoffice-buildsize  "10 GB including the additional files if downloaded during the build (727 MB installed). Installing the whole set of languages requires more than 25 GB (around 3 GB installed)">
     27  <!ENTITY libreoffice-buildsize  "10 GB including the additional files if downloaded during the build (758 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
     
    5858       For 7.5.4.2, I increased the parallelism to 8.  -bdubbs
    5959  -->
    60   <!ENTITY libreoffice-time "40 SBU with parallelism=8 (will vary due to download time)">
     60  <!ENTITY libreoffice-time "22 SBU with parallelism=8 (will vary due to download time)">
    6161
    6262]>
     
    120120        server load.  The download time is about 3 minutes on a fiber connection
    121121        and probably not much more than 10 minutes on an ADSL connection.
    122         If you have not downloaded one or more of the following, they
    123         will also be downloaded during the build.
     122        If you have not installed one or more of the following dependencies,
     123        they will also be downloaded during the build.
    124124      </para>
    125125    </note>
     
    321321    <para>
    322322      There are many optional dependencies not listed here. They can be
    323       found in <quote>download.lst</quote> (source directory).
     323      found in the <filename>download.lst</filename> file in the sources
     324      directory.
    324325    </para>
    325326
     
    331332  <sect2 role="installation">
    332333    <title>Installation of LibreOffice</title>
    333 
     334    <!-- since there is no "." in the "tar -t" listing, I cannot see
     335    how no-overwrite-dir would be needed...
    334336    <important>
    335337      <para>
    336338        Unlike the other packages, we assume that you have not yet unpacked the
    337         package. This is because the <option>--no-overwrite-dir</option>
     339        package. This is because the <option>- -no-overwrite-dir</option>
    338340        switch is needed in case you unpack as the <systemitem
    339341        class="username">root</systemitem> user.
     
    341343    </important>
    342344
    343 <screen role="nodump"><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &amp;&amp;
     345<screen role="nodump"><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz - -no-overwrite-dir &amp;&amp;
    344346cd libreoffice-&libreoffice-dlversion;</userinput></screen>
     347-->
    345348
    346349<!-- keep a commented instruction if no patches are currently required -->
     
    416419esac</userinput></screen>
    417420
    418     <!-- see the attachment in Ticket #18435 -->
    419     <para>
    420       If you decide to pass the <option>--disable-java</option> to configure,
    421       fix an issue that causes the build to fail:
    422     </para>
    423 
    424 <screen><userinput>sed -i '940i #if HAVE_FEATURE_JAVA' cui/source/options/optjava.cxx &amp;&amp;
    425 sed -i '966i #endif'                cui/source/options/optjava.cxx</userinput></screen>
    426 
    427421    <para>
    428422      Prepare <application>LibreOffice</application> for compilation by running
    429423      the following commands:
    430424    </para>
     425
     426    <!--Editors: if it happens you need to remove some "with-system-xxx"
     427    instruction because libreoffice temporarily cannot use the current
     428    system version, please keep it around commented out, so that it can be
     429    remembered to test it with higher versions of libreoffice. -->
    431430
    432431<screen><userinput>sed -e "/gzip -f/d"   \
     
    449448             --enable-python=system      \
    450449             --with-jdk-home=/opt/jdk    \
     450             --with-system-boost         \
    451451             --with-system-clucene       \
    452452             --with-system-curl          \
     
    558558      <command>sed -e ...</command>: The first sed prevents compression of the
    559559      manual pages and the second one prevents the install from failing.
    560       <!--and the third one allows the build to use poppler-0.86.1 and later.-->
    561       <!-- FIXME update hardcoded poppler version in text when necessary -->
    562       <!-- FIXME as far as I can tell, that sed is no longer present, so I
    563            commented the description out here. -renodr -->
    564560    </para>
    565561
     
    574570      what languages to support. To list several languages, separate them with
    575571      a space. For all languages, use
    576       <parameter>--with-lang=ALL</parameter>. Note that the translations file
     572      <option>--with-lang=ALL</option>. Note that the translations file
    577573      is not needed and won't be downloaded if using only en-US as a language.
    578574    </para>
     
    603599    </para>
    604600
    605     <!-- The boost issues have resurfaced with boost-1.83.0... this time it's
    606          with the locale library.
    607     <para>
    608       <parameter>- -with-system-boost</parameter>: This switch enables using
     601    <para>
     602      <parameter>--with-system-boost</parameter>: This switch enables using
    609603      system boost. From time to time, recent versions of boost break
    610604      the build of libreoffice. In this case, it is possible to use the
    611605      bundled copy of boost by removing this flag.
    612606    </para>
    613     -->
    614607
    615608    <para>
Note: See TracChangeset for help on using the changeset viewer.