Author: krejzi
Date: 2013-01-10 13:06:26 -0700 (Thu, 10 Jan 2013)
New Revision: 10930

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/printing/cups-filters.xml
Log:
CUPS Filters 1.0.29.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2013-01-10 19:02:53 UTC (rev 10929)
+++ trunk/BOOK/general.ent      2013-01-10 20:06:26 UTC (rev 10930)
@@ -899,7 +899,7 @@
 <!-- Part XII -->
 <!-- Chapter 42 -->
 <!ENTITY cups-version                 "1.6.1">
-<!ENTITY cups-filters-version         "1.0.24">
+<!ENTITY cups-filters-version         "1.0.29">
 <!ENTITY LPRng-version                "3.8.B">
 <!ENTITY gs-version                   "9.06">
 <!ENTITY gutenprint-version           "5.2.9">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2013-01-10 19:02:53 UTC 
(rev 10929)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2013-01-10 20:06:26 UTC 
(rev 10930)
@@ -48,6 +48,9 @@
       <para>January 10th, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[krejzi] - CUPS Filters 1.0.29.</para>
+        </listitem>
+        <listitem>
           <para>[Randy] - Updated to Samba-3.6.10.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/pst/printing/cups-filters.xml
===================================================================
--- trunk/BOOK/pst/printing/cups-filters.xml    2013-01-10 19:02:53 UTC (rev 
10929)
+++ trunk/BOOK/pst/printing/cups-filters.xml    2013-01-10 20:06:26 UTC (rev 
10930)
@@ -6,9 +6,9 @@
 
   <!ENTITY cups-filters-download-http 
"http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz";>
   <!ENTITY cups-filters-download-ftp  " ">
-  <!ENTITY cups-filters-md5sum        "4c638c1f1875c984c3d97179e89380c8">
-  <!ENTITY cups-filters-size          "972 KB">
-  <!ENTITY cups-filters-buildsize     "21 MB">
+  <!ENTITY cups-filters-md5sum        "01e2d9abc4ea69521334a0ee2f70d98a">
+  <!ENTITY cups-filters-size          "984 KB">
+  <!ENTITY cups-filters-buildsize     "31 MB">
   <!ENTITY cups-filters-time          "0.3 SBU">
 ]>
 
@@ -72,6 +72,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink 
url="&patch-root;/cups-filters-&cups-filters-version;-poppler_fix-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -92,6 +102,7 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
+      <xref linkend="avahi"/> and
       <xref linkend="php"/>
     </para>
 
@@ -113,9 +124,11 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>patch -Np0 -i 
../cups-filters-&cups-filters-version;-poppler_fix-1.patch &amp;&amp;
+./configure --prefix=/usr \
             --sysconfdir=/etc \
             --docdir=/usr/share/doc/cups-filters-&cups-filters-version; \
+            --without-rcdir \
             --with-gs-path=/usr/bin/gs \
             --with-pdftops-path=/usr/bin/gs \
             --disable-static &amp;&amp;
@@ -137,6 +150,11 @@
     <title>Command Explanations</title>
 
     <para>
+      <option>--without-rcdir</option>: This switch disables installation of
+      the bundled bootscript which is not compatible with BLFS.
+    </para>
+
+    <para>
       <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.
@@ -153,17 +171,19 @@
 
   </sect2>
 
+<!-- TODO: Write a bootscript for cups-browsed -->
+
   <sect2 role="content">
     <title>Contents</title>
 
     <segmentedlist>
-      <segtitle>Installed Program</segtitle>
+      <segtitle>Installed Programs</segtitle>
       <segtitle>Installed Libraries</segtitle>
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
         <seg>
-          ttfread
+          ttfread and cups-browsed
         </seg>
         <seg>
           libcupsfilters.so and libfontembed.so

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to