source: pst/scanning/xsane.xml@ 97b53b5

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 97b53b5 was 518538f, checked in by Randy McMurchy <randy@…>, 19 years ago

Standardized the 'Estimated disk space required' text

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

  • Property mode set to 100644
File size: 3.4 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 "2.9 MB">
9 <!ENTITY xsane-buildsize "19.1 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
21<sect2>
22<title>Introduction to <application>XSane</application></title>
23
24<para><application>XSane</application> is another front end for
25<xref linkend="sane"/>. It has additional features to improve the image
26quality and ease of use compared to <command>xscanimage</command>.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&xsane-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&xsane-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &xsane-size;</para></listitem>
35<listitem><para>Estimated disk space required:
36&xsane-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&xsane-time;</para></listitem></itemizedlist>
39</sect3>
40
41<sect3><title><application>XSane</application> dependencies</title>
42<sect4><title>Required</title>
43<para><xref linkend="sane"/> (back ends) and
44<xref linkend="gtk2"/></para></sect4>
45<sect4><title>Optional</title>
46<para><xref linkend="libtiff"/>,
47<xref linkend="libjpeg"/> and <xref linkend="gimp"/></para></sect4>
48</sect3>
49
50</sect2>
51
52<sect2>
53<title>Installation of <application>XSane</application></title>
54
55<para>Install <application>XSane</application> by running the following
56commands:</para>
57
58<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
59make &amp;&amp;
60make install &amp;&amp;
61ln -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command></userinput></screen>
62
63</sect2>
64
65<sect2>
66<title>Command explanations</title>
67
68<para><command>ln -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command>:
69This creates a link in the system-wide
70<application><acronym>GIMP</acronym></application>
71<filename class='directory'>plug-ins</filename> directory so that users can
72access <application>XSane</application> directly from
73<application><acronym>GIMP</acronym></application>.
74<application><acronym>GIMP</acronym></application> must be available before
75building <application>XSane</application> for this to work. Alternatively,
76create the link in <filename class='directory'>~/.gimp-2.0/plug-ins/</filename>
77to provide individual user access. <command>man xsane</command> for
78additional information.</para>
79
80</sect2>
81
82<sect2>
83<title>Contents</title>
84
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
88documentation for further support.</para>
89
90</sect2>
91
92<sect2>
93<title>Description</title>
94
95<sect3><title>xsane</title>
96<para><command>xsane</command> is a graphical user-interface to control an
97image acquisition device such as a flatbed scanner.</para>
98</sect3>
99
100</sect2>
101
102</sect1>
Note: See TracBrowser for help on using the repository browser.