source: general/prog/scour.xml@ 059a6e02

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn elogind 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 059a6e02 was 059a6e02, checked in by Pierre Labastie <pieere@…>, 5 years ago

First round of fixes for python modules:

  • remove an obsolete sentence about build order
  • add python2 as a recommended dep of scour, with a note telling why

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

  • Property mode set to 100644
File size: 5.4 KB
Line 
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
7 <!ENTITY scour-download-http "https://github.com/scour-project/scour/archive/v&scour-version;/scour-&scour-version;.tar.gz">
8 <!ENTITY scour-download-ftp " ">
9 <!ENTITY scour-md5sum "1de595a0b1627d47b01b4e5fa2976087">
10 <!ENTITY scour-size "96 KB">
11 <!ENTITY scour-buildsize "1.3 MB">
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
33 &lfs83_checked;
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
71 <!-- Required: only setuptools, which is available from our Python and
72 Python3 installs via pypi (it has a recursive dependency) -->
73
74 <bridgehead renderas="sect5">Recommended</bridgehead>
75 <para role="recommended">
76 <xref linkend="python2"/>
77 </para>
78
79 <note>
80 <para>
81 The only use of Scour in this book is by applications which
82 require Python2.
83 </para>
84 </note>
85
86 <bridgehead renderas="sect5">Optional (for the main test)</bridgehead>
87 <para role="optional">
88 <xref linkend="six"/>
89 </para>
90
91 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/scour"/>
93 </para>
94 </sect3>
95
96 <sect3 role="installation">
97 <title>Installation of scour</title>
98
99 <note>
100 <para>
101 Although this package installs modules for <application>Python
102 2</application> <emphasis>or</emphasis> <application>Python
103 3</application> they are usually invoked by <command>scour</command>
104 which is a script using the version of
105 <application>Python</application> for which it was compiled.
106 </para>
107
108 <para>
109 For the moment, use of <application>Python 2</application> will
110 normally be adequate.
111 </para>
112 </note>
113
114<!-- Editors note: Use \-\-root= instead of DESTDIR= when updating. -->
115
116 <para>
117 To build the <application>Python 2</application> module, issue:
118 </para>
119
120<screen><userinput>python setup.py build</userinput></screen>
121
122 <para>
123 To partially test the results, issue: <command>python testcss.py</command>.
124 If you have installed <application>Six</application> you can run the main
125 tests by issuing: <command>python testscour.py</command>.
126 </para>
127
128 <para>
129 To install the <application>Python 2</application> module
130 run the following command as the
131 <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>python setup.py install --optimize=1</userinput></screen>
135
136 <note>
137 <para>
138 If you wish to install the <application>Python 3</application>
139 modules, change 'python' to 'python3' in each of the above steps.
140 </para>
141 </note>
142
143 </sect3>
144
145 <sect3 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 scour
156 </seg>
157 <seg>
158 None
159 </seg>
160 <seg>
161 None
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="scour-prog">
172 <term><command>scour</command></term>
173 <listitem>
174 <para>
175 is a program to optimize and clean SVG files.
176 </para>
177 <indexterm zone="scour scour-prog">
178 <primary sortas="b-scour">scour</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect3>
186
187 </sect2>
188 <!--End scour -->
Note: See TracBrowser for help on using the repository browser.