Ignore:
Timestamp:
11/27/2018 01:34:56 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
8ccc682
Parents:
c45eca2
Message:

Fix build breakage with poppler-0.70.0 and 0.71.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups-filters.xml

    rc45eca2 r10cbf37  
    88  "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "60a27b6420703a33332f3243f43c9a62">
    11   <!ENTITY cups-filters-size          "1.4 MB">
    12   <!ENTITY cups-filters-buildsize     "42 MB (with tests)">
     10  <!ENTITY cups-filters-md5sum        "75b07268abe64a0f15caced8d33c3cc2">
     11  <!ENTITY cups-filters-size          "1.5 MB">
     12  <!ENTITY cups-filters-buildsize     "57 MB (with tests), 15MB installed">
    1313  <!ENTITY cups-filters-time          "0.4 SBU (with tests)">
    1414]>
     
    7070        <para>
    7171          Estimated build time: &cups-filters-time;
     72        </para>
     73      </listitem>
     74
     75      <listitem>
     76        <para>
     77          Required patch to fix building with recent versions of <xref linkend="poppler"/>:
     78          <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler71-1.patch"/>
    7279        </para>
    7380      </listitem>
     
    8289      <xref linkend="gs"/>,
    8390      <xref linkend="lcms2"/>,
    84       <xref linkend="mupdf"/> (mutool),
    8591      <xref linkend="poppler"/>, and
    8692      <xref linkend="qpdf"/>
     
    9096    <para role="recommended">
    9197      <xref linkend="libjpeg"/>,
    92       <xref linkend="libpng"/> and
    93       <xref linkend="libtiff"/>
     98      <xref linkend="libpng"/>,
     99      <xref linkend="libtiff"/> and
     100      <xref linkend="mupdf"/> (mutool),
    94101    </para>
    95102
     
    126133
    127134<screen revision="systemd"><userinput>sed -i "s:cups.service:org.cups.cupsd.service:g" utils/cups-browsed.service</userinput></screen>
     135
     136    <para>
     137      Fix the build for the changes in some recent versions of
     138      <application>poppler</application>:
     139    </para>
     140
     141<screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler71-1.patch</userinput></screen>
    128142
    129143    <para>
     
    177191  <sect2 role="commands">
    178192    <title>Command Explanations</title>
    179 <!-- no patch today
    180     <para>
    181       <parameter>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler67-1.patch</parameter>:
     193<!-- please comment this if no patches are currently needed -->
     194    <para>
     195      <parameter>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler71-1.patch</parameter>:
    182196      Conditionally apply changes for recent versions of poppler.
    183197    </para>
    184 -->
    185198    <para>
    186199      <parameter>--disable-avahi</parameter>: This switch is needed
Note: See TracChangeset for help on using the changeset viewer.