Ignore:
Timestamp:
01/15/2017 07:09:21 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
81d8cac
Parents:
1e314ce
Message:

Cups-filters-1.13.2

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

File:
1 edited

Legend:

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

    r1e314ce r4118724f  
    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        "a1f785753ff8778b8312b9f53a992ba0">
     10  <!ENTITY cups-filters-md5sum        "d2a25d86c5abf1de8a14b81102058f99">
    1111  <!ENTITY cups-filters-size          "1.4 MB">
    1212  <!ENTITY cups-filters-buildsize     "45 MB (with tests)">
     
    9090      <xref linkend="cups"/>,
    9191      <xref linkend="glib2"/>,
     92      <xref linkend="gs"/>,
    9293      <xref linkend="ijs"/>,
    9394      <xref linkend="lcms2"/>,
    9495      <xref linkend="mupdf"/> (mutool),
    95       <xref linkend="poppler"/> and
     96      <xref linkend="poppler"/>, and
    9697      <xref linkend="qpdf"/>
    9798    </para>
     
    113114    </para>
    114115
    115     <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
    116     <para role="required runtime">
    117       <xref linkend="gs"/> (Needed for PostScript printers), or
     116    <bridgehead renderas="sect4">Optional printer drivers (runtime)</bridgehead>
     117    <para role="optional">
    118118      <xref linkend="gutenprint"/> (for supported printers),
    119       or other printer drivers
     119      or other printer drivers, such as <ulink
     120      url="http://sourceforge.net.projects/hplip/files/hplip/">hplip</ulink>
    120121    </para>
    121122
     
    147148        --disable-static                \
    148149        --disable-avahi                 \
    149         --with-gs-path=/usr/bin/gs      \
    150         --with-pdftops-path=/usr/bin/gs \
    151150        --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
    152151make</userinput></screen>
     
    157156
    158157    <para>
    159       To test the results, issue: <command>make check 2&gt;&amp;1 &gt;testlog</command>.
     158      To test the results, issue:
     159      <command>make check 2&gt;&amp;1 &gt;testlog</command>. DejaVu fonts
     160      are needed for the tests.
    160161    </para>
    161162
     
    191192    </para>
    192193
    193     <para>
    194       <parameter>--with-gs-path=/usr/bin/gs</parameter>: This switch
     194<!-- Those are hard dependencies now
     195    <para>
     196      <parameter>- -with-gs-path=/usr/bin/gs</parameter>: This switch
    195197      defines the path to the <application>GhostScript</application>
    196198      binary in case <xref linkend="gs"/> is not installed at build time.
     
    198200
    199201    <para>
    200       <parameter>--with-pdftops-path=/usr/bin/gs</parameter>: This switch
     202      <parameter>- -with-pdftops-path=/usr/bin/gs</parameter>: This switch
    201203      defines the path to the <application>GhostScript</application>
    202204      binary in case <xref linkend="gs"/> is not installed at build time.
    203205    </para>
     206-->
    204207
    205208    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.