Changeset 2f1053c


Ignore:
Timestamp:
08/16/2018 11:36:40 PM (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:
9e629a4
Parents:
5b378d42
Message:

cups-filters-1.20.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5b378d42 r2f1053c  
    4545      <para>August 16th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to cups-filters-1.20.4. Fixes
     49          <ulink url="&blfs-ticket-root;10945">#10945</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to mercurial-4.7. Fixes
  • packages.ent

    r5b378d42 r2f1053c  
    871871<!-- Chapter 50 -->
    872872<!ENTITY cups-version                 "2.2.8">
    873 <!ENTITY cups-filters-version         "1.20.3">
     873<!ENTITY cups-filters-version         "1.20.4">
    874874<!ENTITY gs-version                   "9.23">
    875875<!ENTITY gutenprint-version           "5.2.14">
  • pst/printing/cups-filters.xml

    r5b378d42 r2f1053c  
    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        "935aaad8f5b470770aab1d15466c1337">
    11   <!ENTITY cups-filters-size          "1.4 MB">
    12   <!ENTITY cups-filters-buildsize     "32 MB (with tests)">
    13   <!ENTITY cups-filters-time          "0.4 SBU (with tests)">
     10  <!ENTITY cups-filters-md5sum        "173045bbc4bca59230543f225b8fa16c">
     11  <!ENTITY cups-filters-size          "1.5 MB">
     12  <!ENTITY cups-filters-buildsize     "52 MB (add 3MB for tests)">
     13  <!ENTITY cups-filters-time          "0.7 SBU (add 0.7 SBU for tests)">
    1414]>
    1515
     
    7373      </listitem>
    7474    </itemizedlist>
    75 <!--
     75
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    7979        <para>
    8080          Required patch:
    81           <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler0340-1.patch"/>
    82         </para>
    83       </listitem>
    84     </itemizedlist>-->
     81          <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler67-1.patch"/>
     82        </para>
     83      </listitem>
     84    </itemizedlist>
    8585
    8686    <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
     
    9191      <xref linkend="glib2"/>,
    9292      <xref linkend="gs"/>,
    93       <xref linkend="ijs"/>,
    9493      <xref linkend="lcms2"/>,
    9594      <xref linkend="mupdf"/> (mutool),
     
    109108      <xref linkend="avahi"/>,
    110109      <xref linkend="dejavu-fonts"/> (required for the tests),
     110      <xref linkend="ijs"/>,
    111111      <xref linkend="openldap"/>,
    112112      <xref linkend="php"/> (use of this might be broken),
     
    142142    </para>
    143143
    144 <screen><userinput>./configure                  \
     144<screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler67-1.patch &amp;&amp;
     145
     146./configure                  \
    145147        --prefix=/usr        \
    146148        --sysconfdir=/etc    \
     
    185187
    186188    <para>
     189      <parameter>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler67-1.patch</parameter>:
     190      Conditionally apply changes for recent versions of poppler.
     191    </para>
     192
     193    <para>
    187194      <parameter>--disable-avahi</parameter>: This switch is needed
    188195      if the optional <xref linkend="avahi"/> is not installed. Remove
     
    213220    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    214221      href="../../xincludes/static-libraries.xml"/>
     222
     223    <para>
     224      <option>--enable-ijs</option>: This switch will allow the pdftoijs
     225      filter, for sending PDFs to an HP InkJet Server, to be built.
     226    </para>
    215227
    216228<!--<para>
Note: See TracChangeset for help on using the changeset viewer.