source: xsoft/other/inkscape.xml@ b8ff9ea

10.0 10.1 11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b8ff9ea was b8ff9ea, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to faad2-2_9_2
Update to Inkscape-1.0
Add gdl for inkscape
Add double-conversion for inkscape

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

  • Property mode set to 100644
File size: 11.3 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 <!ENTITY inkscape-download-http "https://media.inkscape.org/dl/resources/file/inkscape-&inkscape-version;.tar.xz">
7 <!ENTITY inkscape-download-ftp " ">
8 <!ENTITY inkscape-md5sum "e5f1ee6b32ac0a94bdd5d99190e7bb9e">
9 <!ENTITY inkscape-size "30 MB">
10 <!ENTITY inkscape-buildsize "722 MB (165 MB installed)">
11 <!ENTITY inkscape-time "5.7 SBU (with parallelism=4)">
12]>
13
14<sect1 id="inkscape" xreflabel="Inkscape-&inkscape-version;">
15 <?dbhtml filename="inkscape.html"?>
16
17 <sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Inkscape-&inkscape-version;</title>
23
24 <indexterm zone="inkscape">
25 <primary sortas="a-Inkscape">Inkscape</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Inkscape</title>
30
31 <para>
32 <application>Inkscape</application> is a what you see is what you get
33 Scalable Vector Graphics editor. It is useful for creating, viewing and
34 changing SVG images.
35 </para>
36
37 &lfs91_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&inkscape-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&inkscape-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &inkscape-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &inkscape-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &inkscape-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &inkscape-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <!-- With 1.0.0, there is now a dependency on IM7 instead of IM6.
74 It's explicitly searched for in CMakeLists.txt.
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch: <ulink
80 url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/>
81 </para>
82 </listitem>
83 -->
84 <!-- These are not needed right now. Inkscape builds/runs fine with the
85 latest poppler as of this update (0.87.0). However, history says
86 that almost every poppler version has broke inkscape, and history
87 tends to repeat itself ;-). Keep these patches commented until
88 they are inevitably needed.
89 <listitem>
90 <para>
91 Required patch: <ulink
92 url="&patch-root;/inkscape-&inkscape-version;-upstream_fixes-1.patch"/>
93 </para>
94 </listitem>
95 <listitem>
96 <para>
97 Required patch: <ulink
98 url="&patch-root;/inkscape-&inkscape-version;-poppler_0_83_0_fixes-1.patch"/>
99 </para>
100 </listitem>
101 </itemizedlist>
102 -->
103
104 <!-- I've asked upstream about this and was unable to find an answer. -renodr -->
105 <note>
106 <para>
107 The tarball <emphasis>inkscape-&inkscape-version;.tar.xz</emphasis>
108 will extract to
109 <emphasis>inkscape-&inkscape-version;_2020-05-01_4035a4fb49</emphasis>
110 </para>
111 </note>
112
113 <bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
114
115 <bridgehead renderas="sect4">Required</bridgehead>
116 <para role="required">
117 <xref linkend="boost"/>,
118 <xref linkend="double-conversion"/>,
119 <xref linkend="gc"/>,
120 <xref linkend="gdl"/>,
121 <xref linkend="gsl"/>,
122 <xref linkend="gtkmm3"/>,
123 <xref linkend="libsoup"/>,
124 <xref linkend="libxslt"/>,
125 <xref linkend="poppler"/>,
126 <xref linkend="popt"/> and
127 <xref linkend="wget"/> (to download the test dependencies)
128 </para>
129
130 <bridgehead renderas="sect4">Recommended</bridgehead>
131 <para role="recommended">
132 <xref linkend="imagemagick"/>,
133 <xref linkend="lcms2"/> or
134 <xref role="nodep" linkend="lcms"/>,
135 <xref linkend="libcanberra"/> (to eliminate plugin warnings),
136 <xref linkend="potrace"/> (for the bucket-fill tool),
137 <xref role="runtime" linkend="lxml"/> and
138 <xref role="runtime" linkend="scour"/> (both at runtime, for Save As
139 Optimized SVG).
140 </para>
141
142 <bridgehead renderas="sect4">Optional</bridgehead>
143 <para role="optional">
144 <xref linkend="aspell"/>,
145 <xref linkend="dbus"/> (to run inkscape from scripts),
146 <xref linkend="doxygen"/>,
147
148 <!-- these document foundation links work from firefox's address bar, or
149 from google (pages telling you how to get it from git), but when I link
150 them here I get "There is currently no text in this page...". Ken or
151 developer: wiki.documentfoundation.org pages don't like trailing / -->
152 <!--<ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr">libcdr</ulink>,
153 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio">libvisio</ulink>,-->
154 <ulink url="http://gtkspell.sourceforge.net">gtkspell</ulink>,
155 <ulink url="https://github.com/LibreOffice/libcdr">libcdr</ulink>,
156 <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
157 <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink> (or
158 <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>) and
159 <ulink role="runtime"
160 url="https://sourceforge.net/projects/NumPy/files/">NumPy</ulink>
161 (at runtime for some extensions)
162 </para>
163
164 <bridgehead renderas="sect4">Optional Runtime Dependencies
165 (for some of the Inkscape extensions)</bridgehead>
166 <para role="optional">
167 <ulink role="runtime"
168 url="https://metacpan.org/pod/release/TJMATHER/XML-XQL-0.68/lib/XML/XQL.pm">XML::XQL</ulink>
169 </para>
170
171 <para condition="html" role="usernotes">
172 User Notes: <ulink url="&blfs-wiki;/inkscape"/>
173 </para>
174 </sect2>
175
176 <sect2 role="installation">
177 <title>Installation of Inkscape</title>
178
179 <!-- Not needed with 0.92.5, but let's keep the template instead.
180 <para>
181 First, fix a problem introduced by Poppler-0.76.1.
182 </para>
183
184<screen><userinput remap="pre">sed -e 's|new Lexer(xref, obj)|obj|g' -i src/extension/internal/pdfinput/pdf-parser.cpp</userinput></screen>
185
186 <para>
187 Next, fix Inkscape to be able to build with poppler-0.82.0 and higher:
188 </para>
189
190<screen><userinput remap="pre">sed -e 's|Unicode \*u|Unicode const *u|g' -i src/extension/internal/pdfinput/*</userinput></screen>
191
192 <para>
193 Now fix Inkscape to build with poppler-0.83.0:
194 </para>
195
196<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_0_83_0_fixes-1.patch</userinput></screen>
197 -->
198
199 <!-- Inkscape now has a hard dependency on IM7.
200 <para>
201 Ensure that the libraries from <xref linkend="imagemagick6"/> can be used:
202 </para>
203
204<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch</userinput></screen>
205 -->
206<!--
207 <para>
208 Apply a patch to prevent out-of-bounds writes in the text and fill-bucket
209 tools:
210 </para>
211
212<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-upstream_fixes-1.patch</userinput></screen>
213-->
214
215<!-- If there is no test suite, then this is not needed.
216 There is none if the command below is not run.
217 With 1.0, this support is broken, so let's comment it out for now to
218 prevent confusion.
219 <para>
220 If you wish to run the testsuite, download the required versions of
221 <application>googletest</application> and
222 <application>googlemock</application> by running:
223 </para>
224
225<screen remap="test"><userinput>bash download-gtest.sh</userinput></screen>
226 -->
227
228 <para>
229 Install <application>Inkscape</application> by running the following
230 commands:
231 </para>
232
233<screen><userinput>mkdir build &amp;&amp;
234cd build &amp;&amp;
235
236cmake -DCMAKE_INSTALL_PREFIX=/usr \
237 -DCMAKE_BUILD_TYPE=Release \
238 .. &amp;&amp;
239make</userinput></screen>
240
241<!--
242 <para>
243 To test the results, issue: <command>make check</command>.<!- - Ken or
244 other devs, there is no test suite in this package. -renodr
245 A small test suite is built if you download the necessary programs
246 with the command above (bash download-gtest.sh) -pierre
247 This package does not come with a test suite. - ->
248
249 At the moment, the test suite does not function with the
250 "bash download-gtest.sh". CMake is unable to find gtest.
251 </para>
252-->
253
254 <para>
255 Now, as the <systemitem class="username">root</systemitem> user:
256 </para>
257
258<screen role="root"><userinput>make install</userinput></screen>
259
260 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
261 href="../../xincludes/update-icons-and-desktop.xml"/>
262
263 </sect2>
264
265 <sect2 role="commands">
266 <title>Command Explanations</title>
267
268 <para>
269 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used to
270 build the release library without any debug `assert` in the code.
271 </para>
272
273 <para>
274 <option>-DWITH_DBUS=ON</option>: use this if you wish to use
275 <command>inkscape</command> in interactive scripts which manipulate
276 images.
277 </para>
278
279 </sect2>
280
281 <sect2 role="content">
282 <title>Contents</title>
283
284 <segmentedlist>
285 <segtitle>Installed Programs</segtitle>
286 <segtitle>Installed Library</segtitle>
287 <segtitle>Installed Directories</segtitle>
288
289 <seglistitem>
290 <seg>
291 inkscape and inkview
292 </seg>
293 <seg>
294 libinkscape_base.so
295 </seg>
296 <seg>
297 /usr/lib/inkscape and /usr/share/inkscape
298 </seg>
299 </seglistitem>
300 </segmentedlist>
301
302 <variablelist>
303 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
304 <?dbfo list-presentation="list"?>
305 <?dbhtml list-presentation="table"?>
306
307 <varlistentry id="inkscape-prog">
308 <term><command>inkscape</command></term>
309 <listitem>
310 <para>
311 is a SVG (Scalable Vector Graphics) editing program.
312 </para>
313 <indexterm zone="inkscape inkscape-prog">
314 <primary sortas="b-inkscape">inkscape</primary>
315 </indexterm>
316 </listitem>
317 </varlistentry>
318
319 <varlistentry id="inkview">
320 <term><command>inkview</command></term>
321 <listitem>
322 <para>
323 is a simple program for displaying SVG files.
324 </para>
325 <indexterm zone="inkscape inkview">
326 <primary sortas="b-inkview">inkview</primary>
327 </indexterm>
328 </listitem>
329 </varlistentry>
330
331 <varlistentry id="libinkscape_base">
332 <term><filename class="libraryfile">libinkscape_base.so</filename></term>
333 <listitem>
334 <para>
335 provides the routines used by inkscape and inkview.
336 </para>
337 <indexterm zone="inkscape libinkscape_base">
338 <primary sortas="c-libinkscape_base">libinkscape_base.so</primary>
339 </indexterm>
340 </listitem>
341 </varlistentry>
342
343 </variablelist>
344
345 </sect2>
346
347</sect1>
Note: See TracBrowser for help on using the repository browser.