Author: krejzi
Date: 2012-08-12 08:22:45 -0600 (Sun, 12 Aug 2012)
New Revision: 10499

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

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-08-12 13:06:56 UTC (rev 10498)
+++ trunk/BOOK/general.ent      2012-08-12 14:22:45 UTC (rev 10499)
@@ -1114,6 +1114,7 @@
 <!-- Part XII -->
 <!-- Chapter 42 -->
 <!ENTITY cups-version                 "1.6.1">
+<!ENTITY cups-filters-version         "1.0.20">
 <!ENTITY LPRng-version                "3.8.B">
 <!ENTITY gs-version                   "9.05">
 <!ENTITY gutenprint-version           "5.2.7">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-08-12 13:06:56 UTC 
(rev 10498)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-08-12 14:22:45 UTC 
(rev 10499)
@@ -47,6 +47,9 @@
       <para>August 12th, 2012</para>
       <itemizedlist>
         <listitem>
+          <para>[krejzi] - Added CUPS Filters 1.0.20.</para>
+        </listitem>
+        <listitem>
           <para>[krejzi] - Updated CUPS instructions.</para>
         </listitem>
       </itemizedlist>

Added: trunk/BOOK/pst/printing/cups-filters.xml
===================================================================
--- trunk/BOOK/pst/printing/cups-filters.xml                            (rev 0)
+++ trunk/BOOK/pst/printing/cups-filters.xml    2012-08-12 14:22:45 UTC (rev 
10499)
@@ -0,0 +1,209 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!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        "a046937398d099d0512817a9d6d37e70">
+  <!ENTITY cups-filters-size          "990 KB">
+  <!ENTITY cups-filters-buildsize     "20 MB">
+  <!ENTITY cups-filters-time          "0.8 SBU">
+]>
+
+<sect1 id="cups-filters" xreflabel="cups-filters-&cups-filters-version;">
+  <?dbhtml filename="cups-filters.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>cups-filters-&cups-filters-version;</title>
+
+  <indexterm zone="cups-filters">
+    <primary sortas="a-cups-filters">cups-filters</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to CUPS Filters</title>
+
+    <para>
+      The <application>CUPS Filters</application> package contains backends,
+      filters and other software that was once part of the core
+      <application>CUPS</application> distribution but is no longer
+      maintained by Apple Inc.
+    </para>
+
+    &lfs71_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&cups-filters-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&cups-filters-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &cups-filters-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &cups-filters-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &cups-filters-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &cups-filters-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="cups"/>,
+      <xref linkend="ijs"/>,
+      <xref linkend="lcms2"/> and
+      <xref linkend="poppler"/>
+    </para>
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="libjpeg"/>,
+      <xref linkend="libpng"/> and
+      <xref linkend="libtiff"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="php"/>
+    </para>
+
+    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
+    <para role="optional"><!-- Yes, optional -->
+      <xref linkend="gs"/> (Only needed for PostScript printers)
+    </para>
+
+    <para condition="html" role="usernotes">
+      User Notes: <ulink url="&blfs-wiki;/cups-filters"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of CUPS Filters</title>
+
+    <para>
+      Install <application>CUPS Filters</application> by running the following
+      commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr \
+            --sysconfdir=/etc \
+            --docdir=/usr/share/doc/cups-filters-&cups-filters-version; \
+            --with-gs-path=/usr/bin/gs \
+            --with-pdftops-path=/usr/bin/gs \
+            --disable-static &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      This package does not have working test suite.
+    </para>
+
+<!-- Actually, it does have working test suite, but it needs dejavu fonts.
+
+    <para>
+      To test the results, issue: <command>make check</command>.
+    </para>
+-->
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <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.
+    </para>
+
+    <para>
+      <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"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Program</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          ttfread
+        </seg>
+        <seg>
+          libcupsfilters.so and libfontembed.so
+        </seg>
+        <seg>
+          /usr/include/cupsfilters,
+          /usr/include/fontembed,
+          /usr/share/cups/banners,
+          /usr/share/cups/charsets,
+          /usr/share/doc/cups-filters-&cups-filters-version; and
+          /usr/share/ppd/cups-filters
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="libcupsfilters">
+        <term><filename class="libraryfile">libcupsfilters.so</filename></term>
+        <listitem>
+          <para>
+            contains <application>CUPS Filters</application> API functions.
+          </para>
+          <indexterm zone="cups-filters libcupsfilters">
+            <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>


Property changes on: trunk/BOOK/pst/printing/cups-filters.xml
___________________________________________________________________
Added: svn:keywords
   + Date LastChangedBy

Modified: trunk/BOOK/pst/printing/cups.xml
===================================================================
--- trunk/BOOK/pst/printing/cups.xml    2012-08-12 13:06:56 UTC (rev 10498)
+++ trunk/BOOK/pst/printing/cups.xml    2012-08-12 14:22:45 UTC (rev 10499)
@@ -114,6 +114,11 @@
       <xref linkend="xdg-utils"/>
     </para>
 
+    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
+    <para role="optional"><!-- Yes, optional -->
+      <xref linkend="cups-filters"/>
+    </para>
+
     <para condition="html" role="usernotes">User Notes:
       <ulink url="&blfs-wiki;/cups"/>
     </para>

Modified: trunk/BOOK/pst/printing/printing.xml
===================================================================
--- trunk/BOOK/pst/printing/printing.xml        2012-08-12 13:06:56 UTC (rev 
10498)
+++ trunk/BOOK/pst/printing/printing.xml        2012-08-12 14:22:45 UTC (rev 
10499)
@@ -20,6 +20,7 @@
   or paper.</para>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="cups.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="cups-filters.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="lprng.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gutenprint.xml"/>

-- 
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