source: pst/scanning/simple-scan.xml@ f4ebf49

lazarus trunk
Last change on this file since f4ebf49 was fb1e814, checked in by Douglas R. Reno <renodr@…>, 8 weeks ago

Update to simple-scan-46.0

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY simple-scan-download-http "&gnome-download-http;/simple-scan/&gnome-46;/simple-scan-&simple-scan-version;.tar.xz">
8 <!ENTITY simple-scan-download-ftp " ">
9 <!ENTITY simple-scan-md5sum "5ae9ca4d4c59520736c11a2eb427502d">
10 <!ENTITY simple-scan-size "1.1 MB">
11 <!ENTITY simple-scan-buildsize "27 MB">
12 <!ENTITY simple-scan-time "0.1 SBU">
13]>
14
15<sect1 id="simple-scan" xreflabel="Simple-scan-&simple-scan-version;">
16 <?dbhtml filename="simple-scan.html"?>
17
18 <title>Simple-scan-&simple-scan-version;</title>
19
20 <indexterm zone="simple-scan">
21 <primary sortas="a-simple-scan">Simple-scan</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to Simple-scan</title>
26
27 <para>
28 The <application>Simple-scan</application> package contains a modern
29 document scanning application. It captures images using SANE, and
30 supports the latest color management and graphics standards.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&simple-scan-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&simple-scan-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &simple-scan-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &simple-scan-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &simple-scan-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &simple-scan-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Simple-scan Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="colord"/>,
74 <xref linkend="itstool"/>,
75 <xref linkend="libgusb"/>,
76 <xref linkend="libadwaita1"/>,
77 <xref linkend="libwebp"/>, and
78 <xref linkend="sane"/> (backends)
79 </para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Simple-scan</title>
85
86 <para>
87 Install <application>Simple-scan</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>mkdir build &amp;&amp;
92cd build &amp;&amp;
93
94meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
95ninja</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>ninja install &amp;&amp;
106gtk-update-icon-cache -qtf /usr/share/icons/hicolor</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/meson-buildtype-release.xml"/>
115
116 <para>
117 <command>gtk-update-icon-cache [...]</command>: This command updates the
118 system-wide GTK+ icon cache since Simple-scan's build system does not
119 update it to account for the icons that it installs.
120 </para>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 simple-scan
135 </seg>
136 <seg>
137 None
138 </seg>
139 <seg>
140 /usr/share/help/*/simple-scan
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="simple-scan-prog">
151 <term><command>simple-scan</command></term>
152 <listitem>
153 <para>
154 is a modern document scanning application
155 </para>
156 <indexterm zone="simple-scan simple-scan-prog">
157 <primary sortas="b-simple-scan">simple-scan</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161 </variablelist>
162 </sect2>
163</sect1>
Note: See TracBrowser for help on using the repository browser.