source: general/prog/scour.xml@ 353615df

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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
Last change on this file since 353615df was 353615df, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Tags (taking a break for a few hours)

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

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[9f18cc0]1<?xml version="1.0" encoding="ISO-8859-1"?>
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
[8dfc5c3]7 <!ENTITY scour-download-http "https://github.com/scour-project/scour/archive/v&scour-version;/scour-&scour-version;.tar.gz">
[9f18cc0]8 <!ENTITY scour-download-ftp " ">
[1456c25]9 <!ENTITY scour-md5sum "1de595a0b1627d47b01b4e5fa2976087">
10 <!ENTITY scour-size "96 KB">
11 <!ENTITY scour-buildsize "1.3 MB">
[9f18cc0]12 <!ENTITY scour-time "less than 0.1 SBU">
13]>
14
15 <!-- Begin scour -->
16 <sect2 id="scour" xreflabel="Scour-&scour-version;">
17
18 <title>Scour-&scour-version;</title>
19
20 <indexterm zone="scour">
21 <primary sortas="a-scour">scour</primary>
22 </indexterm>
23
24 <sect3 role="package">
25 <title>Introduction to Scour</title>
26
27 <para>
28 <application>Scour</application> is an SVG (Scalable Vector Graphics)
29 optimizer/cleaner that reduces their size by optimizing structure and
30 removing unnecessary data.
31 </para>
32
[353615df]33 &lfs84_checked;
[9f18cc0]34
35 <bridgehead renderas="sect4">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&scour-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&scour-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &scour-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &scour-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &scour-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &scour-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect4">Scour Dependencies</bridgehead>
70
[d0331db]71 <bridgehead renderas="sect5">Required</bridgehead>
72 <para role="required">
73 <xref linkend="six"/> (will be automatically downloaded and installed
74 if not already present)
75 </para>
[9f18cc0]76
[059a6e02]77 <bridgehead renderas="sect5">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="python2"/>
80 </para>
81
82 <note>
83 <para>
84 The only use of Scour in this book is by applications which
85 require Python2.
86 </para>
87 </note>
88
[9f18cc0]89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/scour"/>
91 </para>
92 </sect3>
93
94 <sect3 role="installation">
95 <title>Installation of scour</title>
96
97
[f6ee672]98 <note>
[9f18cc0]99 <para>
[f6ee672]100 Both <application>Python 2</application> and
101 <application>Python 3</application> modules can
102 be built and installed without any conflicts.
[9f18cc0]103 </para>
104 </note>
105
[f6ee672]106<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
[9f18cc0]107
108 <para>
[f6ee672]109 To build the <application>Python 2</application> module,
110 run the following command:
[9f18cc0]111 </para>
112
113<screen><userinput>python setup.py build</userinput></screen>
114
115 <para>
116 To partially test the results, issue: <command>python testcss.py</command>.
117 If you have installed <application>Six</application> you can run the main
118 tests by issuing: <command>python testscour.py</command>.
119 </para>
120
121 <para>
122 To install the <application>Python 2</application> module
123 run the following command as the
124 <systemitem class="username">root</systemitem> user:
125 </para>
126
[a4dcc23]127<screen role="root"><userinput>python setup.py install --optimize=1</userinput></screen>
[9f18cc0]128
[f6ee672]129 <para>
130 To build the <application>Python 3</application> module,
131 run the following command:
132 </para>
133
134<screen><userinput>python3 setup.py build</userinput></screen>
135
136 <para>
137 To install the <application>Python 3</application> module,
138 run the following command as the
139 <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
[9f18cc0]143
144 </sect3>
145
146 <sect3 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 scour
157 </seg>
158 <seg>
159 None
160 </seg>
161 <seg>
162 None
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="scour-prog">
173 <term><command>scour</command></term>
174 <listitem>
175 <para>
176 is a program to optimize and clean SVG files.
177 </para>
[2630345]178 <indexterm zone="scour scour-prog">
179 <primary sortas="b-scour">scour</primary>
[9f18cc0]180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect3>
187
188 </sect2>
189 <!--End scour -->
Note: See TracBrowser for help on using the repository browser.