Ignore:
Timestamp:
02/11/2015 06:19:52 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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:
0b72043
Parents:
fa58dc7
Message:

Add patch to cups-filters to fix building with poppler-0.31.0.
Update to cups-2.0.2.

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

File:
1 edited

Legend:

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

    rfa58dc7 ra92a3a9  
    7474    </itemizedlist>
    7575
     76    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77    <itemizedlist spacing="compact">
     78      <listitem>
     79        <para>
     80          Required patch:
     81          <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler_fix-1.patch"/>
     82        </para>
     83      </listitem>
     84    </itemizedlist>
     85
    7686    <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
    7787
     
    120130    </para>
    121131
    122 <screen><userinput>./configure --prefix=/usr                               \
    123             --sysconfdir=/etc                           \
    124             --localstatedir=/var                        \
    125             --docdir=/usr/share/doc/cups-filters-&cups-filters-version; \
    126             --without-rcdir                             \
    127             --with-gs-path=/usr/bin/gs                  \
    128             --with-pdftops-path=/usr/bin/gs             \
    129             --disable-static                            &amp;&amp;
     132<screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler_fix-1.patch &amp;&amp;
     133
     134./configure --prefix=/usr                   \
     135            --sysconfdir=/etc               \
     136            --localstatedir=/var            \
     137            --without-rcdir                 \
     138            --disable-static                \
     139            --with-gs-path=/usr/bin/gs      \
     140            --with-pdftops-path=/usr/bin/gs \
     141            --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
    130142make</userinput></screen>
    131143
     
    144156  <sect2 role="commands">
    145157    <title>Command Explanations</title>
     158
     159    <para>
     160      <command>patch ...</command>: Allow the package to build with
     161      poppler-0.31.0 and later.
     162    </para>
    146163
    147164    <para>
Note: See TracChangeset for help on using the changeset viewer.