Changeset 4118724f


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r1e314ce r4118724f  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[pierre] - Update to cups-filters-1.13.2. Fixes
     50          <ulink url="&blfs-ticket-root;8702">#8702</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[dj] - Fixed release issue with gpgme-1.8.0 that affects
    5054          kwallet.</para>
  • packages.ent

    r1e314ce r4118724f  
    824824<!-- Chapter 50 -->
    825825<!ENTITY cups-version                 "2.2.1">
    826 <!ENTITY cups-filters-version         "1.13.1">
     826<!ENTITY cups-filters-version         "1.13.2">
    827827<!ENTITY gs-version                   "9.20">
    828828<!ENTITY gutenprint-version           "5.2.11">
  • 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"
  • pst/printing/gs.xml

    r1e314ce r4118724f  
    4343    <para><application>Ghostscript</application> is a versatile processor
    4444    for PostScript data with the ability to render PostScript to different
    45     targets. It used to be part of the cups printing stack, but is no longer
    46     used for that.</para>
     45    targets. It is a mandatory part of the cups printing stack.</para>
    4746
    4847    &lfs7a_checked;
     
    114113    <para role="optional">
    115114      <xref linkend="cairo"/>,
    116       <xref linkend="cups"/>,
     115      <xref linkend="cups"/> (required for building the <quote>cups</quote>
     116      device backend, which is needed by
     117      <application>cups-filters</application>),
    117118      <xref linkend="fontconfig"/> (required, if you are installing any
    118119      suggested font),
Note: See TracChangeset for help on using the changeset viewer.