Author: ken
Date: Thu Aug 16 16:36:40 2018
New Revision: 20320

Log:
cups-filters-1.20.4

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/pst/printing/cups-filters.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Aug 16 15:44:26 
2018        (r20319)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Aug 16 16:36:40 
2018        (r20320)
@@ -45,6 +45,10 @@
       <para>August 16th, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Update to cups-filters-1.20.4. Fixes
+          <ulink url="&blfs-ticket-root;10945">#10945</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to mercurial-4.7. Fixes
           <ulink url="&blfs-ticket-root;10856">#10856</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Aug 16 15:44:26 2018        (r20319)
+++ trunk/BOOK/packages.ent     Thu Aug 16 16:36:40 2018        (r20320)
@@ -870,7 +870,7 @@
 <!-- Part XII -->
 <!-- Chapter 50 -->
 <!ENTITY cups-version                 "2.2.8">
-<!ENTITY cups-filters-version         "1.20.3">
+<!ENTITY cups-filters-version         "1.20.4">
 <!ENTITY gs-version                   "9.23">
 <!ENTITY gutenprint-version           "5.2.14">
 

Modified: trunk/BOOK/pst/printing/cups-filters.xml
==============================================================================
--- trunk/BOOK/pst/printing/cups-filters.xml    Thu Aug 16 15:44:26 2018        
(r20319)
+++ trunk/BOOK/pst/printing/cups-filters.xml    Thu Aug 16 16:36:40 2018        
(r20320)
@@ -7,10 +7,10 @@
   <!ENTITY cups-filters-download-http
   
"https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz";>
   <!ENTITY cups-filters-download-ftp  " ">
-  <!ENTITY cups-filters-md5sum        "935aaad8f5b470770aab1d15466c1337">
-  <!ENTITY cups-filters-size          "1.4 MB">
-  <!ENTITY cups-filters-buildsize     "32 MB (with tests)">
-  <!ENTITY cups-filters-time          "0.4 SBU (with tests)">
+  <!ENTITY cups-filters-md5sum        "173045bbc4bca59230543f225b8fa16c">
+  <!ENTITY cups-filters-size          "1.5 MB">
+  <!ENTITY cups-filters-buildsize     "52 MB (add 3MB for tests)">
+  <!ENTITY cups-filters-time          "0.7 SBU (add 0.7 SBU for tests)">
 ]>
 
 <sect1 id="cups-filters" xreflabel="cups-filters-&cups-filters-version;">
@@ -72,16 +72,16 @@
         </para>
       </listitem>
     </itemizedlist>
-<!--
+
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
         <para>
           Required patch:
-          <ulink 
url="&patch-root;/cups-filters-&cups-filters-version;-poppler0340-1.patch"/>
+          <ulink 
url="&patch-root;/cups-filters-&cups-filters-version;-poppler67-1.patch"/>
         </para>
       </listitem>
-    </itemizedlist>-->
+    </itemizedlist>
 
     <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
 
@@ -90,7 +90,6 @@
       <xref linkend="cups"/>,
       <xref linkend="glib2"/>,
       <xref linkend="gs"/>,
-      <xref linkend="ijs"/>,
       <xref linkend="lcms2"/>,
       <xref linkend="mupdf"/> (mutool),
       <xref linkend="poppler"/>, and
@@ -108,6 +107,7 @@
     <para role="optional">
       <xref linkend="avahi"/>,
       <xref linkend="dejavu-fonts"/> (required for the tests),
+      <xref linkend="ijs"/>,
       <xref linkend="openldap"/>,
       <xref linkend="php"/> (use of this might be broken),
       <ulink url="http://liblouis.org/";>Liblouis (Braille)</ulink>, and
@@ -141,7 +141,9 @@
       commands:
     </para>
 
-<screen><userinput>./configure                  \
+<screen><userinput>patch -Np1 -i 
../cups-filters-&cups-filters-version;-poppler67-1.patch &amp;&amp;
+
+./configure                  \
         --prefix=/usr        \
         --sysconfdir=/etc    \
         --localstatedir=/var \
@@ -184,6 +186,11 @@
     <title>Command Explanations</title>
 
     <para>
+      <parameter>patch -Np1 -i 
../cups-filters-&cups-filters-version;-poppler67-1.patch</parameter>:
+      Conditionally apply changes for recent versions of poppler.
+    </para>
+
+    <para>
       <parameter>--disable-avahi</parameter>: This switch is needed
       if the optional <xref linkend="avahi"/> is not installed. Remove
       it if avahi is installed and you need network printer discovery
@@ -213,6 +220,11 @@
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 
+    <para>
+      <option>--enable-ijs</option>: This switch will allow the pdftoijs
+      filter, for sending PDFs to an HP InkJet Server, to be built.
+    </para>
+
 <!--<para>
       <command>make check 2&gt;&amp;1 &gt;testlog</command>: The testsuite
       dumps a stream of bytes into the input buffer after it finishes. Sending
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to