Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups-filters-systemd.xml

    r4a83293 rac38e9dc  
    66
    77  <!ENTITY cups-filters-download-http
    8   "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
     8           "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "decaa4c1aa369e8b4481971e456fbce4">
     10  <!ENTITY cups-filters-md5sum        "914939cf0380ce04a91597a6f666c812">
    1111  <!ENTITY cups-filters-size          "1.3 MB">
    12   <!ENTITY cups-filters-buildsize     "33 MB (additional 2 MB for the tests)">
    13   <!ENTITY cups-filters-time          "0.4 SBU">
     12  <!ENTITY cups-filters-buildsize     "52 MB">
     13  <!ENTITY cups-filters-time          "0.3 SBU">
    1414]>
    1515
     
    3838    </para>
    3939
    40     &lfs76_checked;
     40    &lfs77_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9595    <bridgehead renderas="sect4">Optional</bridgehead>
    9696    <para role="optional">
    97       <xref linkend="avahi"/>,
    98       <xref linkend="php"/> (use of this might be broken) and
    99       <ulink url="http://www.adobe.com/products/reader">acroread</ulink>
     97      <xref linkend="avahi"/> and
     98      <xref linkend="php"/> (use of this might be broken)
    10099    </para>
    101100
     
    116115
    117116    <para>
     117      First, fix the systemd unit file to work with
     118      <application>CUPS</application> 2.0 and later:
     119    </para>
     120
     121<screen><userinput>sed -i "s:cups.service:org.cups.cupsd.service:g" utils/cups-browsed.service</userinput></screen>
     122
     123    <para>
    118124      Install <application>CUPS Filters</application> by running the following
    119125      commands:
    120126    </para>
    121127
    122 <screen><userinput>./configure --prefix=/usr                               \
    123             --sysconfdir=/etc                           \
    124             --localstatedir=/var                        \
    125             --docdir=/usr/share/doc/cups-filters-&cups-filters-version; \
    126             --without-rcdir                             \
    127             --with-gs-path=/usr/bin/gs                  \
    128             --with-pdftops-path=/usr/bin/gs             \
    129             --disable-static                            &amp;&amp;
     128<screen><userinput>./configure --prefix=/usr                   \
     129            --sysconfdir=/etc               \
     130            --localstatedir=/var            \
     131            --without-rcdir                \
     132            --disable-static                \
     133            --with-gs-path=/usr/bin/gs      \
     134            --with-pdftops-path=/usr/bin/gs \
     135            --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
    130136make</userinput></screen>
    131137
    132138    <para>
    133       To test the results, issue: <command>make check 2&gt;&amp;1 &gt;testlog</command>.
     139      To test the results, issue: <command>make check</command>.
    134140    </para>
    135141
     
    172178    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    173179      href="../../xincludes/static-libraries.xml"/>
    174 
    175     <para>
    176       <command>make check 2&gt;&amp;1 &gt;testlog</command>: the testsuite
    177       dumps a stream of bytes into the input buffer after it finishes. Sending
    178       the output to a file keeps the history usable, but some debug information
    179       will still appear on the screen.
    180     </para>
    181 
    182     <para>
    183       <option>--with-test-path=<replaceable>VALUE</replaceable></option> : if you wish to run the tests, but
    184       you do not have the default
    185       <filename>/usr/share/fonts/dejavu/DejaVuSans.ttf</filename> use this switch
    186       to specify where <filename>DejaVuSans.ttf</filename> (or perhaps some other
    187       text TTF font - untested) is located.
    188     </para>
    189180
    190181  </sect2>
     
    222213      <seglistitem>
    223214        <seg>
    224           ttfread and cups-browsed
     215          foomatic-rip, ttfread and cups-browsed
    225216        </seg>
    226217        <seg>
     
    228219        </seg>
    229220        <seg>
    230           /usr/include/cupsfilters,
    231           /usr/include/fontembed,
    232           /usr/lib/cups/backend,
    233           /usr/lib/cups/filter,
    234           /usr/share/cups/banners,
    235           /usr/share/cups/charsets,
    236           /usr/share/cups/data,
     221          /usr/include/{cupsfilters,fontembed},
     222          /usr/lib/cups/{backend,filter},
     223          /usr/share/cups/{banners,charsets,data},
    237224          /usr/share/doc/cups-filters-&cups-filters-version; and
    238225          /usr/share/ppd/cupsfilters
     
    245232      <?dbfo list-presentation="list"?>
    246233      <?dbhtml list-presentation="table"?>
     234
     235      <varlistentry id="foomatic-rip">
     236        <term><command>foomatic-rip</command></term>
     237        <listitem>
     238          <para>
     239            is a universal print filter/RIP wrapper which can be used as CUPS
     240            filter or stand-alone for spooler-less, direct printing.
     241          </para>
     242          <indexterm zone="cups-filters foomatic-rip">
     243            <primary sortas="b-foomatic-rip">foomatic-rip</primary>
     244          </indexterm>
     245        </listitem>
     246      </varlistentry>
     247
     248      <varlistentry id="cups-browsed">
     249        <term><command>cups-browsed</command></term>
     250        <listitem>
     251          <para>
     252            is a daemon for browsing the Bonjour and CUPS broadcasts of shared,
     253            remote CUPS printers.
     254          </para>
     255          <indexterm zone="cups-filters cups-browsed">
     256            <primary sortas="b-cups-browsed">cups-browsed</primary>
     257          </indexterm>
     258        </listitem>
     259      </varlistentry>
    247260
    248261      <varlistentry id="libcupsfilters">
Note: See TracChangeset for help on using the changeset viewer.