Author: pierre
Date: Sun Jan 15 11:09:21 2017
New Revision: 18190

Log:
Cups-filters-1.13.2

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

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Jan 15 10:30:38 
2017        (r18189)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Jan 15 11:09:21 
2017        (r18190)
@@ -46,6 +46,10 @@
       <para>January 15th, 2016</para>
       <itemizedlist>
         <listitem>
+          <para>[pierre] - Update to cups-filters-1.13.2. Fixes
+          <ulink url="&blfs-ticket-root;8702">#8702</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Fixed release issue with gpgme-1.8.0 that affects
           kwallet.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sun Jan 15 10:30:38 2017        (r18189)
+++ trunk/BOOK/packages.ent     Sun Jan 15 11:09:21 2017        (r18190)
@@ -823,7 +823,7 @@
 <!-- Part XII -->
 <!-- Chapter 50 -->
 <!ENTITY cups-version                 "2.2.1">
-<!ENTITY cups-filters-version         "1.13.1">
+<!ENTITY cups-filters-version         "1.13.2">
 <!ENTITY gs-version                   "9.20">
 <!ENTITY gutenprint-version           "5.2.11">
 

Modified: trunk/BOOK/pst/printing/cups-filters.xml
==============================================================================
--- trunk/BOOK/pst/printing/cups-filters.xml    Sun Jan 15 10:30:38 2017        
(r18189)
+++ trunk/BOOK/pst/printing/cups-filters.xml    Sun Jan 15 11:09:21 2017        
(r18190)
@@ -7,7 +7,7 @@
   <!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        "a1f785753ff8778b8312b9f53a992ba0">
+  <!ENTITY cups-filters-md5sum        "d2a25d86c5abf1de8a14b81102058f99">
   <!ENTITY cups-filters-size          "1.4 MB">
   <!ENTITY cups-filters-buildsize     "45 MB (with tests)">
   <!ENTITY cups-filters-time          "0.4 SBU (with tests)">
@@ -89,10 +89,11 @@
     <para role="required">
       <xref linkend="cups"/>,
       <xref linkend="glib2"/>,
+      <xref linkend="gs"/>,
       <xref linkend="ijs"/>,
       <xref linkend="lcms2"/>,
       <xref linkend="mupdf"/> (mutool),
-      <xref linkend="poppler"/> and
+      <xref linkend="poppler"/>, and
       <xref linkend="qpdf"/>
     </para>
 
@@ -112,11 +113,11 @@
       <ulink url="http://liblouis.org/";>Liblouisutdml (Braille)</ulink>
     </para>
 
-    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
-    <para role="required runtime">
-      <xref linkend="gs"/> (Needed for PostScript printers), or
+    <bridgehead renderas="sect4">Optional printer drivers 
(runtime)</bridgehead>
+    <para role="optional">
       <xref linkend="gutenprint"/> (for supported printers),
-      or other printer drivers
+      or other printer drivers, such as <ulink
+      url="http://sourceforge.net.projects/hplip/files/hplip/";>hplip</ulink>
     </para>
 
     <para condition="html" role="usernotes">
@@ -146,8 +147,6 @@
         --without-rcdir                 \
         --disable-static                \
         --disable-avahi                 \
-        --with-gs-path=/usr/bin/gs      \
-        --with-pdftops-path=/usr/bin/gs \
         --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
 make</userinput></screen>
 
@@ -156,7 +155,9 @@
      ones installed by X. -->
 
     <para>
-      To test the results, issue: <command>make check 2&gt;&amp;1 
&gt;testlog</command>.
+      To test the results, issue:
+      <command>make check 2&gt;&amp;1 &gt;testlog</command>. DejaVu fonts
+      are needed for the tests.
     </para>
 
     <para>
@@ -190,17 +191,19 @@
       with BLFS.
     </para>
 
+<!-- Those are hard dependencies now
     <para>
-      <parameter>--with-gs-path=/usr/bin/gs</parameter>: This switch
+      <parameter>- -with-gs-path=/usr/bin/gs</parameter>: This switch
       defines the path to the <application>GhostScript</application>
       binary in case <xref linkend="gs"/> is not installed at build time.
     </para>
 
     <para>
-      <parameter>--with-pdftops-path=/usr/bin/gs</parameter>: This switch
+      <parameter>- -with-pdftops-path=/usr/bin/gs</parameter>: This switch
       defines the path to the <application>GhostScript</application>
       binary in case <xref linkend="gs"/> is not installed at build time.
     </para>
+-->
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>

Modified: trunk/BOOK/pst/printing/gs.xml
==============================================================================
--- trunk/BOOK/pst/printing/gs.xml      Sun Jan 15 10:30:38 2017        (r18189)
+++ trunk/BOOK/pst/printing/gs.xml      Sun Jan 15 11:09:21 2017        (r18190)
@@ -42,8 +42,7 @@
 
     <para><application>Ghostscript</application> is a versatile processor
     for PostScript data with the ability to render PostScript to different
-    targets. It used to be part of the cups printing stack, but is no longer
-    used for that.</para>
+    targets. It is a mandatory part of the cups printing stack.</para>
 
     &lfs7a_checked;
 
@@ -113,7 +112,9 @@
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="cairo"/>,
-      <xref linkend="cups"/>,
+      <xref linkend="cups"/> (required for building the <quote>cups</quote>
+      device backend, which is needed by
+      <application>cups-filters</application>),
       <xref linkend="fontconfig"/> (required, if you are installing any
       suggested font),
       <xref linkend="gtk3"/>,
-- 
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