Changeset 2cf3f8a


Ignore:
Timestamp:
10/29/2013 09:16:33 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
fd063aae
Parents:
8a00a2c5
Message:

update to cups-1.7.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8a00a2c5 r2cf3f8a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     3<!ENTITY day          "29">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 28th, &year;">
     9<!ENTITY releasedate  "October 29th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    830830<!-- Part XII -->
    831831<!-- Chapter 42 -->
    832 <!ENTITY cups-version                 "1.6.4">
     832<!ENTITY cups-version                 "1.7.0">
    833833<!ENTITY cups-filters-version         "1.0.40">
    834834<!ENTITY gs-version                   "9.10">
  • introduction/welcome/changelog.xml

    r8a00a2c5 r2cf3f8a  
    4545-->
    4646    <listitem>
     47      <para>October 29th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Update to cups-1.7.0. Fixes
     51          <ulink url="&blfs-ticket-root;4225">#4225</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>October 28th, 2013</para>
    4858      <itemizedlist>
  • pst/printing/cups.xml

    r8a00a2c5 r2cf3f8a  
    77  <!ENTITY cups-download-http "http://www.cups.org/software/&cups-version;/cups-&cups-version;-source.tar.bz2">
    88  <!ENTITY cups-download-ftp  " ">
    9   <!ENTITY cups-md5sum        "52c3df269709a4d25472cfe72ab5e856">
    10   <!ENTITY cups-size          "7.9 MB">
    11   <!ENTITY cups-buildsize     "56 MB">
    12   <!ENTITY cups-time          "0.5 SBU">
     9  <!ENTITY cups-md5sum        "5ab496a2ce27017fcdb3d7ec4818a75a">
     10  <!ENTITY cups-size          "8.1 MB">
     11  <!ENTITY cups-buildsize     "77 MB">
     12  <!ENTITY cups-time          "0.9 SBU">
    1313]>
    1414
     
    136136
    137137<screen>Device Drivers  ---&gt;
    138   [*] USB support  ---&gt;
    139 ...
    140 Enable support for either UHCI or OHCI, not both:
    141     [*]   OHCI HCD support
    142     [*]   UHCI HCD (most Intel and VIA) support
    143 ...
    144     [*]   USB Printer support</screen>
     138  USB support  ---&gt;
     139    OHCI HCD (USB 1.1) support: Y or M
     140    UHCI HCD (most Intel and VIA) support: Y or M
     141    USB Printer support: Y or M</screen>
    145142
    146143    <para>
     
    150147
    151148<screen><literal>Device Drivers  ---&gt;
    152   [*] Parallel port support  ---&gt;
    153     [*]   PC-style hardware
    154 ...
     149  Parallel port support  ---&gt;
     150    PC-style hardware: Y or M
    155151  Character devices  ---&gt;
    156     [*] Parallel printer support</literal></screen>
     152    Parallel printer support: Y or M</literal></screen>
    157153
    158154    <indexterm zone="cups cups-kernel">
     
    238234    </para>
    239235
     236<!-- dev note: make BUILDROOT=<DESTDIR> install -->
     237
    240238<screen role="root"><userinput>make install &amp;&amp;
    241239rm -rf /tmp/cupsinit &amp;&amp;
     
    308306    <title>Configuring Cups</title>
    309307
    310     <para>
    311       Configuration of <application>Cups</application> is dependent on
    312       the type of printer and can be complex. Generally, PostScript printers
    313       are easier. For detailed instructions on configuration and use of
    314       <application>Cups</application>, see <ulink
    315       url="http://www.cups.org/documentation.php"/>. The Software
    316       Administrators Manual and Software Users Manual are particularly useful.
    317     </para>
    318 
    319     <para>
    320       For non-PostScript printers to print with
    321       <application>Cups</application>, you need to install <xref linkend="gs"/>
    322       to convert PostScript to raster images and a driver (e.g., from
    323       <xref linkend="gutenprint"/>) to convert the resulting raster images to a
    324       form that the printer understands.
    325       <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>
    326       drivers use Ghostscript to convert PostScript to a printable form directly,
    327       but this is considered to be a hack by <application>Cups</application>
    328       developers.
    329     </para>
     308    <sect3 id="cups-config">
     309      <title>Config Files</title>
     310
     311      <para><filename>/etc/cups/*</filename></para>
     312
     313      <indexterm zone="cups cups-config">
     314        <primary sortas="e-etc-cups">/etc/cups/*</primary>
     315      </indexterm>
     316
     317    </sect3>
     318
     319    <sect3>
     320      <title>Configuration Information</title>
     321
     322      <para>
     323        Configuration of <application>Cups</application> is dependent on
     324        the type of printer and can be complex. Generally, PostScript printers
     325        are easier. For detailed instructions on configuration and use of
     326        <application>Cups</application>, see <ulink
     327        url="http://www.cups.org/documentation.php"/>. The Software
     328        Administrators Manual and Software Users Manual are particularly useful.
     329      </para>
     330
     331      <para>
     332        For non-PostScript printers to print with
     333        <application>Cups</application>, you need to install <xref linkend="gs"/>
     334        to convert PostScript to raster images and a driver (e.g., from
     335        <xref linkend="gutenprint"/>) to convert the resulting raster images to a
     336        form that the printer understands.
     337        <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>
     338        drivers use Ghostscript to convert PostScript to a printable form directly,
     339        but this is considered to be a hack by <application>Cups</application>
     340        developers.
     341      </para>
     342
     343    </sect3>
    330344
    331345    <sect3 id="cups-init">
     
    427441      </varlistentry>
    428442
    429       <varlistentry id="cups-config">
     443      <varlistentry id="cups-config-prog">
    430444        <term><command>cups-config</command></term>
    431445        <listitem>
     
    434448            program configuration utility.
    435449          </para>
    436           <indexterm zone="cups cups-config">
     450          <indexterm zone="cups cups-config-prog">
    437451            <primary sortas="b-cups-config">cups-config</primary>
    438452          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.