Author: randy
Date: 2013-01-12 21:50:40 -0700 (Sat, 12 Jan 2013)
New Revision: 10936
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/pst/printing/cups-filters.xml
Log:
Added a parameter to the CUPS-Filters instructions
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2013-01-12 12:14:35 UTC (rev 10935)
+++ trunk/BOOK/general.ent 2013-01-13 04:50:40 UTC (rev 10936)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "12"> <!-- Always 2 digits -->
+<!ENTITY day "13"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "January 12th, &year;">
+<!ENTITY releasedate "January 13th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2013-01-12 12:14:35 UTC
(rev 10935)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2013-01-13 04:50:40 UTC
(rev 10936)
@@ -43,7 +43,18 @@
</listitem>
-->
+
<listitem>
+ <para>January 13th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Added a parameter to the CUPS-Filters
+ instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 12th, 2013</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/pst/printing/cups-filters.xml
===================================================================
--- trunk/BOOK/pst/printing/cups-filters.xml 2013-01-12 12:14:35 UTC (rev
10935)
+++ trunk/BOOK/pst/printing/cups-filters.xml 2013-01-13 04:50:40 UTC (rev
10936)
@@ -89,14 +89,14 @@
<xref linkend="cups"/>,
<xref linkend="ijs"/>,
<xref linkend="lcms2"/>,
- <xref linkend="poppler"/> and
+ <xref linkend="poppler"/>, and
<xref linkend="qpdf"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libjpeg"/>,
- <xref linkend="libpng"/> and
+ <xref linkend="libpng"/>, and
<xref linkend="libtiff"/>
</para>
@@ -108,7 +108,7 @@
<bridgehead renderas="sect4">Required (Runtime)</bridgehead>
<para role="optional"><!-- Yes, optional -->
- <xref linkend="gs"/> (Needed for PostScript printers).
+ <xref linkend="gs"/> (Needed for PostScript printers)
</para>
<para condition="html" role="usernotes">
@@ -125,13 +125,14 @@
</para>
<screen><userinput>patch -Np0 -i
../cups-filters-&cups-filters-version;-poppler_fix-1.patch &&
-./configure --prefix=/usr \
- --sysconfdir=/etc \
+./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 &&
+ --without-rcdir \
+ --with-gs-path=/usr/bin/gs \
+ --with-pdftops-path=/usr/bin/gs \
+ --disable-avahi \
+ --disable-static &&
make</userinput></screen>
<para>
@@ -166,6 +167,11 @@
binary in case <xref linkend="gs"/> is not installed at build time.
</para>
+ <para>
+ <parameter>--disable-avahi</parameter>: This parameter is required if
+ the <application>Avahi</application> package is not installed.
+ </para>
+
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page