Changeset 0209dd4


Ignore:
Timestamp:
04/26/2018 01:43:30 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
91a82cb
Parents:
987aff0
Message:

Fix libreoffice for poppler-0.64.0

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r987aff0 r0209dd4  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Patch libreoffice-6.0.1.1 to build with poppler-0.64.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[timtas] - Update to vlc-3.0.2. Fixes
    4952          <ulink url="&blfs-ticket-root;10695">#10695</ulink>.</para>
  • xsoft/office/libreoffice.xml

    r987aff0 r0209dd4  
    55  %general-entities;
    66
    7 <!-- FIXME please retest system poppler with versions of LO > 6.0.0.1
    8  or poppler > 0.62.0, the build fails within a few minutes on broken versions -->
    97  <!ENTITY libreoffice-dl "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;">
    108
     
    142140        </para>
    143141      </listitem>
     142
     143      <listitem>
     144        <para>Required patch to fix building with system <xref linkend="poppler"/>:
     145         <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-poppler64-1.patch"/></para>
     146      </listitem>
     147
    144148<!--
    145149      <listitem>
     
    347351
    348352sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
     353
     354patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler64-1.patch &amp;&amp;
    349355
    350356./autogen.sh --prefix=$LO_PREFIX         \
Note: See TracChangeset for help on using the changeset viewer.