Ignore:
Timestamp:
03/25/2020 12:06:24 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
81a73ed8
Parents:
47274444
Message:

Format pst

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gutenprint.xml

    r47274444 rfa3edfef  
    3131    <title>Introduction to Gutenprint</title>
    3232
    33     <para>The <application>Gutenprint</application> (formerly
    34     <application>Gimp-Print</application>) package contains high
    35     quality drivers for many brands and models of printers for use with
    36     <xref linkend="cups"/>
    37     and the
    38     <application>GIMP-2.0</application>. See a list of supported printers at
    39     <ulink url="http://gutenprint.sourceforge.net/p_Supported_Printers.php"/>.
     33    <para>
     34      The <application>Gutenprint</application> (formerly
     35      <application>Gimp-Print</application>) package contains high
     36      quality drivers for many brands and models of printers for use with
     37      <xref linkend="cups"/>
     38      and the
     39      <application>GIMP-2.0</application>. See a list of supported printers at
     40      <ulink url="http://gutenprint.sourceforge.net/p_Supported_Printers.php"/>.
    4041    </para>
    4142
     
    4546    <itemizedlist spacing="compact">
    4647      <listitem>
    47         <para>Download (HTTP): <ulink url="&gutenprint-download-http;"/></para>
    48       </listitem>
    49       <listitem>
    50         <para>Download (FTP): <ulink url="&gutenprint-download-ftp;"/></para>
    51       </listitem>
    52       <listitem>
    53         <para>Download MD5 sum: &gutenprint-md5sum;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Download size: &gutenprint-size;</para>
    57       </listitem>
    58       <listitem>
    59         <para>Estimated disk space required: &gutenprint-buildsize;</para>
    60       </listitem>
    61       <listitem>
    62         <para>Estimated build time: &gutenprint-time;</para>
     48        <para>
     49          Download (HTTP): <ulink url="&gutenprint-download-http;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download (FTP): <ulink url="&gutenprint-download-ftp;"/>
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download MD5 sum: &gutenprint-md5sum;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Download size: &gutenprint-size;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated disk space required: &gutenprint-buildsize;
     70        </para>
     71      </listitem>
     72      <listitem>
     73        <para>
     74          Estimated build time: &gutenprint-time;
     75        </para>
    6376      </listitem>
    6477    </itemizedlist>
     
    137150    <title>Installation of Gutenprint</title>
    138151
    139     <para>Install <application>Gutenprint</application> by running the
    140     following commands:</para>
     152    <para>
     153      Install <application>Gutenprint</application> by running the
     154      following commands:
     155    </para>
    141156
    142157<screen><userinput>sed -i 's|$(PACKAGE)/doc|doc/$(PACKAGE)-$(VERSION)|' \
     
    150165    the package - but the tests in 5.2.12 have changed and I thought I read they
    151166    were more parallel -->
    152     <para>To test the results, issue: <command>make check</command>.  The tests
    153     take a very long time and use a lot of disk space.  When last tested
    154     (version 5.2.15 in June 2019) this needed 75 SBU and 13.5 GB
    155     to complete the tests (one test, rastertogutenprint failed because the CUPS
    156     ppds are for a previous version. Maybe genppds should be run before the
    157     tests). Note that the tests used only one CPU.</para>
    158 
    159     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     167    <para>
     168      To test the results, issue: <command>make check</command>.  The tests
     169      take a very long time and use a lot of disk space.  When last tested
     170      (version 5.2.15 in June 2019) this needed 75 SBU and 13.5 GB
     171      to complete the tests (one test, rastertogutenprint failed because the
     172      CUPS ppds are for a previous version. Maybe genppds should be run before
     173      the tests). Note that the tests used only one CPU.
     174    </para>
     175
     176    <para>
     177      Now, as the <systemitem class="username">root</systemitem> user:
     178    </para>
    160179
    161180<screen role="root"><userinput>make install &amp;&amp;
     
    171190    <title>Command Explanations</title>
    172191
    173     <para><command>sed -i '...' ...Makefile.in</command>: This
    174     command is used so that the package documentation is installed in the
    175     conventional <filename class='directory'>/usr/share/doc</filename>
    176     directory structure instead of
    177     <filename class='directory'>/usr/share/gutenprint/doc</filename>.</para>
     192    <para>
     193      <command>sed -i '...' ...Makefile.in</command>: This
     194      command is used so that the package documentation is installed in the
     195      conventional <filename class='directory'>/usr/share/doc</filename>
     196      directory structure instead of
     197      <filename class='directory'>/usr/share/gutenprint/doc</filename>.
     198    </para>
    178199
    179200    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    188209      <title>Configuration Information</title>
    189210
    190       <para>For <application>CUPS</application> to see newly installed print
    191       drivers, it has to be restarted (as the <systemitem
    192       class="username">root</systemitem> user):</para>
     211      <para>
     212        For <application>CUPS</application> to see newly installed print
     213        drivers, it has to be restarted (as the <systemitem
     214        class="username">root</systemitem> user):
     215      </para>
    193216
    194217<screen role="root" revision="sysv"><userinput>/etc/rc.d/init.d/cups restart</userinput></screen>
     
    196219<screen role="root" revision="systemd"><userinput>systemctl restart org.cups.cupsd</userinput></screen>
    197220
    198       <!-- <para>This command may take a long time (up to 10 minutes)
    199       to complete. Don't panic while <application>CUPS</application>
    200       is rescanning the list of PPD files. The long delay will happen
    201       only once.</para> -->
    202 
    203       <para>Then point your web browser to <ulink url="http://localhost:631/"/>
    204       to add a new printer to <application>CUPS</application>.</para>
     221      <!-- <para>
     222        This command may take a long time (up to 10 minutes)
     223        to complete. Don't panic while <application>CUPS</application>
     224        is rescanning the list of PPD files. The long delay will happen
     225        only once.
     226      </para> -->
     227
     228      <para>
     229        Then point your web browser to <ulink url="http://localhost:631/"/>
     230        to add a new printer to <application>CUPS</application>.
     231      </para>
    205232
    206233    </sect3>
     
    242269        <term><command>cups-calibrate</command></term>
    243270        <listitem>
    244           <para>calibrates the color output of printers using the
    245           <application>Gutenprint</application>,
    246           <application>CUPS</application> or
    247           <application>ESP Print Pro</application> drivers.</para>
     271          <para>
     272            calibrates the color output of printers using the
     273            <application>Gutenprint</application>,
     274            <application>CUPS</application> or
     275            <application>ESP Print Pro</application> drivers.
     276          </para>
    248277          <indexterm zone="gutenprint cups-calibrate">
    249278            <primary sortas="b-cups-calibrate">cups-calibrate</primary>
     
    279308        <term><command>escputil</command></term>
    280309        <listitem>
    281           <para>is a command line utility to perform various maintenance
    282           tasks on Epson Stylus inkjet printers.</para>
     310          <para>
     311            is a command line utility to perform various maintenance
     312            tasks on Epson Stylus inkjet printers.
     313          </para>
    283314          <indexterm zone="gutenprint escputil">
    284315            <primary sortas="b-escputil">escputil</primary>
     
    292323        <term><command>ijsgutenprint.5.2</command></term>
    293324        <listitem>
    294           <para>is a Ghostscript driver for HP InkJet and LaserJet printers.</para>
     325          <para>
     326            is a Ghostscript driver for HP InkJet and LaserJet printers.
     327          </para>
    295328          <indexterm zone="gutenprint ijsgutenprint.5.2">
    296329            <primary sortas="b-ijsgutenprint.5.2">ijsgutenprint.5.2</primary>
Note: See TracChangeset for help on using the changeset viewer.