source: general/prog/scour.xml@ 1fe05eb

11.3 12.0 12.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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 1fe05eb was 1fe05eb, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

A round of removal of eol trailing spaces

  • Property mode set to 100644
File size: 4.0 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
[a52f879]7 <!ENTITY scour-download-http "https://github.com/scour-project/scour/archive/v0.38.2/scour-&scour-version;.tar.gz">
[9f18cc0]8 <!ENTITY scour-download-ftp " ">
[a52f879]9 <!ENTITY scour-md5sum "ae30f52602802f8c7df3a32e1f72b325">
[18841f3]10 <!ENTITY scour-size "100 KB">
[a52f879]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">
[b9a4450]25 <title>Introduction to Scour Module</title>
[9f18cc0]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
[516c374]33 &lfs112_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">
[1fe05eb]73 <xref linkend="six"/>
[d0331db]74 </para>
[b9a4450]75
[9f18cc0]76 <para condition="html" role="usernotes">
77 User Notes: <ulink url="&blfs-wiki;/scour"/>
78 </para>
79 </sect3>
80
81 <sect3 role="installation">
82 <title>Installation of scour</title>
83
84 <para>
[b9a4450]85 Build the module:
[9f18cc0]86 </para>
87
[b9a4450]88<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
89
[9f18cc0]90 <para>
[b9a4450]91 To install the module, run the following command as the &root; user:
[9f18cc0]92 </para>
93
[5ff8c3a]94<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user scour</userinput></screen>
[9f18cc0]95
96 </sect3>
97
[b9a4450]98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99 href="../../xincludes/pip3-cmd-explain.xml"/>
100
[9f18cc0]101 <sect3 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>
111 scour
112 </seg>
113 <seg>
114 None
115 </seg>
116 <seg>
[b9a4450]117 /usr/lib/python3.10/site-packages/scour and
118 /usr/lib/python3.10/site-packages/scour-&scour-version;.dist-info
[9f18cc0]119 </seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="scour-prog">
129 <term><command>scour</command></term>
130 <listitem>
131 <para>
[4c24eb0a]132 is a program to optimize and clean SVG files
[9f18cc0]133 </para>
[2630345]134 <indexterm zone="scour scour-prog">
135 <primary sortas="b-scour">scour</primary>
[9f18cc0]136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141
142 </sect3>
143
144 </sect2>
Note: See TracBrowser for help on using the repository browser.