Ignore:
Timestamp:
01/31/2005 08:21:45 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
8e0e0313
Parents:
ef9795f
Message:

Updated to XSane-0.97 and added indexing tags to Sane

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/scanning/xsane.xml

    ref9795f r345857ad  
    66  <!ENTITY xsane-download-http "http://gd.tuwien.ac.at/hci/sane/xsane/xsane-&xsane-version;.tar.gz">
    77  <!ENTITY xsane-download-ftp  "ftp://ftp.sane-project.org/pub/sane/xsane-&xsane-version;.tar.gz">
    8   <!ENTITY xsane-size          "2.9 MB">
    9   <!ENTITY xsane-buildsize     "19.1 MB">
     8  <!ENTITY xsane-size          "3.1 MB">
     9  <!ENTITY xsane-buildsize     "21.3 MB">
    1010  <!ENTITY xsane-time          "0.22 SBU">
    1111]>
     
    1818<?dbhtml filename="xsane.html"?>
    1919<title>XSane-&xsane-version;</title>
     20<indexterm zone="xsane">
     21<primary sortas="a-XSane">XSane</primary></indexterm>
    2022
    2123<sect2>
     
    4143<sect3><title><application>XSane</application> dependencies</title>
    4244<sect4><title>Required</title>
    43 <para><xref linkend="sane"/> (back ends) and
    44 <xref linkend="gtk2"/></para></sect4>
     45<para><xref linkend="gtk2"/> or <xref linkend="GTK"/> and
     46<xref linkend="sane"/> (back ends)</para>
     47</sect4>
     48
    4549<sect4><title>Optional</title>
    4650<para><xref linkend="libtiff"/>,
    47 <xref linkend="libjpeg"/> and <xref linkend="gimp"/></para></sect4>
     51<xref linkend="libjpeg"/> and
     52<xref linkend="gimp"/></para>
     53</sect4>
    4854</sect3>
    4955
     
    5763
    5864<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    59 make &amp;&amp;
    60 make install &amp;&amp;
    61 ln -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command></userinput></screen>
     65make</command></userinput></screen>
     66
     67<para>Now, as the root user:</para>
     68
     69<screen><userinput role='root'><command>make install</command></userinput></screen>
     70
     71<para>If <application><acronym>GIMP</acronym></application> is installed,
     72issue the following command as the root user:</para>
     73
     74<screen><userinput role='root'><command>ln -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command></userinput></screen>
    6275
    6376</sect2>
     
    8396<title>Contents</title>
    8497
    85 <para><application>XSane</application> comes with a graphical user interface,
    86 <command>xsane</command>, and (if <xref linkend="gimp"/> is available) a
    87 <application><acronym>GIMP</acronym></application> plugin. Please refer to the
    88 documentation for further support.</para>
     98<segmentedlist>
     99<segtitle>Installed Program</segtitle>
     100<segtitle>Installed Libraries</segtitle>
     101<segtitle>Installed Directory</segtitle>
    89102
    90 </sect2>
     103<seglistitem>
     104<seg>xsane</seg>
     105<seg>None</seg>
     106<seg>/usr/share/sane/xsane</seg>
     107</seglistitem>
     108</segmentedlist>
    91109
    92 <sect2>
    93 <title>Description</title>
     110<variablelist>
     111<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     112<?dbfo list-presentation="list"?>
    94113
    95 <sect3><title>xsane</title>
    96 <para><command>xsane</command> is a graphical user-interface to control an
    97 image acquisition device such as a flatbed scanner.</para>
    98 </sect3>
     114<varlistentry id="xsane-prog">
     115<term><command>xsane</command></term>
     116<listitem><para>is a graphical user-interface to control an image acquisition
     117device such as a flatbed scanner.</para>
     118<indexterm zone="xsane xsane-prog">
     119<primary sortas="b-xsane">xsane</primary>
     120</indexterm></listitem>
     121</varlistentry>
     122</variablelist>
    99123
    100124</sect2>
Note: See TracChangeset for help on using the changeset viewer.