Changeset 9e6c909


Ignore:
Timestamp:
01/13/2013 04:50:40 AM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4b38959
Parents:
c8f8332
Message:

Added a parameter to the CUPS-Filters instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10936 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc8f8332 r9e6c909  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     6<!ENTITY day          "13">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "January 12th, &year;">
     12<!ENTITY releasedate  "January 13th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rc8f8332 r9e6c909  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>January 13th, 2013</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[randy] - Added a parameter to the CUPS-Filters
     52          instructions.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4657    <listitem>
    4758      <para>January 12th, 2013</para>
  • pst/printing/cups-filters.xml

    rc8f8332 r9e6c909  
    9090      <xref linkend="ijs"/>,
    9191      <xref linkend="lcms2"/>,
    92       <xref linkend="poppler"/> and
     92      <xref linkend="poppler"/>, and
    9393      <xref linkend="qpdf"/>
    9494    </para>
     
    9797    <para role="recommended">
    9898      <xref linkend="libjpeg"/>,
    99       <xref linkend="libpng"/> and
     99      <xref linkend="libpng"/>, and
    100100      <xref linkend="libtiff"/>
    101101    </para>
     
    109109    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
    110110    <para role="optional"><!-- Yes, optional -->
    111       <xref linkend="gs"/> (Needed for PostScript printers).
     111      <xref linkend="gs"/> (Needed for PostScript printers)
    112112    </para>
    113113
     
    126126
    127127<screen><userinput>patch -Np0 -i ../cups-filters-&cups-filters-version;-poppler_fix-1.patch &amp;&amp;
    128 ./configure --prefix=/usr \
    129             --sysconfdir=/etc \
     128./configure --prefix=/usr                               \
     129            --sysconfdir=/etc                           \
    130130            --docdir=/usr/share/doc/cups-filters-&cups-filters-version; \
    131             --without-rcdir \
    132             --with-gs-path=/usr/bin/gs \
    133             --with-pdftops-path=/usr/bin/gs \
    134             --disable-static &amp;&amp;
     131            --without-rcdir                             \
     132            --with-gs-path=/usr/bin/gs                  \
     133            --with-pdftops-path=/usr/bin/gs             \
     134            --disable-avahi                             \
     135            --disable-static                            &amp;&amp;
    135136make</userinput></screen>
    136137
     
    165166      defines the path to the <application>GhostScript</application>
    166167      binary in case <xref linkend="gs"/> is not installed at build time.
     168    </para>
     169
     170    <para>
     171      <parameter>--disable-avahi</parameter>: This parameter is required if
     172      the <application>Avahi</application> package is not installed.
    167173    </para>
    168174
Note: See TracChangeset for help on using the changeset viewer.