source: pst/scanning/xsane.xml@ 345857ad

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
Last change on this file since 345857ad was 345857ad, checked in by Randy McMurchy <randy@…>, 19 years ago

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY xsane-download-http "http://gd.tuwien.ac.at/hci/sane/xsane/xsane-&xsane-version;.tar.gz">
7 <!ENTITY xsane-download-ftp "ftp://ftp.sane-project.org/pub/sane/xsane-&xsane-version;.tar.gz">
8 <!ENTITY xsane-size "3.1 MB">
9 <!ENTITY xsane-buildsize "21.3 MB">
10 <!ENTITY xsane-time "0.22 SBU">
11]>
12
13<sect1 id="xsane" xreflabel="XSane-&xsane-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="xsane.html"?>
19<title>XSane-&xsane-version;</title>
20<indexterm zone="xsane">
21<primary sortas="a-XSane">XSane</primary></indexterm>
22
23<sect2>
24<title>Introduction to <application>XSane</application></title>
25
26<para><application>XSane</application> is another front end for
27<xref linkend="sane"/>. It has additional features to improve the image
28quality and ease of use compared to <command>xscanimage</command>.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&xsane-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&xsane-download-ftp;"/></para></listitem>
36<listitem><para>Download size: &xsane-size;</para></listitem>
37<listitem><para>Estimated disk space required:
38&xsane-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&xsane-time;</para></listitem></itemizedlist>
41</sect3>
42
43<sect3><title><application>XSane</application> dependencies</title>
44<sect4><title>Required</title>
45<para><xref linkend="gtk2"/> or <xref linkend="GTK"/> and
46<xref linkend="sane"/> (back ends)</para>
47</sect4>
48
49<sect4><title>Optional</title>
50<para><xref linkend="libtiff"/>,
51<xref linkend="libjpeg"/> and
52<xref linkend="gimp"/></para>
53</sect4>
54</sect3>
55
56</sect2>
57
58<sect2>
59<title>Installation of <application>XSane</application></title>
60
61<para>Install <application>XSane</application> by running the following
62commands:</para>
63
64<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
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>
75
76</sect2>
77
78<sect2>
79<title>Command explanations</title>
80
81<para><command>ln -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command>:
82This creates a link in the system-wide
83<application><acronym>GIMP</acronym></application>
84<filename class='directory'>plug-ins</filename> directory so that users can
85access <application>XSane</application> directly from
86<application><acronym>GIMP</acronym></application>.
87<application><acronym>GIMP</acronym></application> must be available before
88building <application>XSane</application> for this to work. Alternatively,
89create the link in <filename class='directory'>~/.gimp-2.0/plug-ins/</filename>
90to provide individual user access. <command>man xsane</command> for
91additional information.</para>
92
93</sect2>
94
95<sect2>
96<title>Contents</title>
97
98<segmentedlist>
99<segtitle>Installed Program</segtitle>
100<segtitle>Installed Libraries</segtitle>
101<segtitle>Installed Directory</segtitle>
102
103<seglistitem>
104<seg>xsane</seg>
105<seg>None</seg>
106<seg>/usr/share/sane/xsane</seg>
107</seglistitem>
108</segmentedlist>
109
110<variablelist>
111<bridgehead renderas="sect3">Short Descriptions</bridgehead>
112<?dbfo list-presentation="list"?>
113
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>
123
124</sect2>
125
126</sect1>
Note: See TracBrowser for help on using the repository browser.