source: xsoft/other/inkscape.xml@ 3f2db3a6

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/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 9.7 KB
RevLine 
[9945e31]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;
[7d5d3d4]6 <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/34673/inkscape-&inkscape-minor-version;.tar.xz">
[c5a5f11]7
8 <!-- When updating, remember to change the numeric part of the URL -->
9
[9945e31]10 <!ENTITY inkscape-download-ftp " ">
[7d5d3d4]11 <!ENTITY inkscape-md5sum "9e0acbb3dfe8c62953c788134d208dc2">
12 <!ENTITY inkscape-size "94 MB">
13 <!ENTITY inkscape-buildsize "1.0 GB (182 MB installed)">
14 <!ENTITY inkscape-time "6.5 SBU (with parallelism=4)">
[df35651]15
16 <!-- To find newer tarballs, look here:
17 https://inkscape.org/release/all/source/archive/?pre=0
18 -->
[9945e31]19]>
20
[e1bfbee7]21<sect1 id="inkscape" xreflabel="Inkscape-&inkscape-minor-version;">
[9945e31]22 <?dbhtml filename="inkscape.html"?>
23
24
[e1bfbee7]25 <title>Inkscape-&inkscape-minor-version;</title>
[9945e31]26
27 <indexterm zone="inkscape">
[bc6e56d]28 <primary sortas="a-Inkscape">Inkscape</primary>
[9945e31]29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Inkscape</title>
33
34 <para>
35 <application>Inkscape</application> is a what you see is what you get
36 Scalable Vector Graphics editor. It is useful for creating, viewing and
37 changing SVG images.
38 </para>
39
[516c374]40 &lfs112_checked;
[9945e31]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&inkscape-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&inkscape-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &inkscape-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &inkscape-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &inkscape-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &inkscape-time;
72 </para>
73 </listitem>
74 </itemizedlist>
[d608866]75
[7d35ee59]76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing="compact">
[a353c3a]78 <listitem>
[622c1021]79 <para>
80 Required patch: <ulink
[d608866]81 url="&patch-root;/inkscape-&inkscape-version;-poppler_22_09_fixes-1.patch"/>
[622c1021]82 </para>
[e146aca]83 </listitem>
[7d35ee59]84 </itemizedlist>
[d608866]85
[b8ff9ea]86 <note>
87 <para>
[e1bfbee7]88 The tarball <emphasis>inkscape-&inkscape-minor-version;.tar.xz</emphasis>
89 will extract to the directory <emphasis>inkscape-&inkscape-version;/</emphasis>.
[b8ff9ea]90 </para>
91 </note>
[7d35ee59]92
[9945e31]93 <bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
94
95 <bridgehead renderas="sect4">Required</bridgehead>
96 <para role="required">
97 <xref linkend="boost"/>,
[b8ff9ea]98 <xref linkend="double-conversion"/>,
[bc6e56d]99 <xref linkend="gc"/>,
[b8ff9ea]100 <xref linkend="gdl"/>,
[81e3aeaa]101 <xref linkend="gsl"/>,
[b8ff9ea]102 <xref linkend="gtkmm3"/>,
103 <xref linkend="libsoup"/>,
[7d35ee59]104 <xref linkend="libxslt"/>,
[0fa27361]105 <xref linkend="poppler"/>,
[7d35ee59]106 <xref linkend="popt"/> and
107 <xref linkend="wget"/> (to download the test dependencies)
[bc6e56d]108 </para>
109
110 <bridgehead renderas="sect4">Recommended</bridgehead>
111 <para role="recommended">
[b8ff9ea]112 <xref linkend="imagemagick"/>,
[8e5b57e]113 <xref linkend="lcms2"/> or
[cac7f93]114 <xref role="nodep" linkend="lcms"/>,
[2abdf08b]115 <xref linkend="libcanberra"/> (to eliminate plugin warnings),
[7d35ee59]116 <xref linkend="potrace"/> (for the bucket-fill tool),
[57c1a7f]117 <xref role="runtime" linkend="lxml"/> and
118 <xref role="runtime" linkend="scour"/> (both at runtime, for Save As
119 Optimized SVG).
[9945e31]120 </para>
121
122 <bridgehead renderas="sect4">Optional</bridgehead>
123 <para role="optional">
[bc6e56d]124 <xref linkend="aspell"/>,
[7d35ee59]125 <xref linkend="dbus"/> (to run inkscape from scripts),
[bc6e56d]126 <xref linkend="doxygen"/>,
[7d5d3d4]127 <xref linkend="gspell"/>,
[e47938a]128
129 <!-- these document foundation links work from firefox's address bar, or
130 from google (pages telling you how to get it from git), but when I link
131 them here I get "There is currently no text in this page...". Ken or
132 developer: wiki.documentfoundation.org pages don't like trailing / -->
[0134954]133 <!--<ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr">libcdr</ulink>,
134 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio">libvisio</ulink>,-->
[7d5d3d4]135 <!--<ulink url="http://gtkspell.sourceforge.net">gtkspell</ulink>,-->
[8e5b57e]136 <ulink url="https://github.com/LibreOffice/libcdr">libcdr</ulink>,
137 <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
[7d35ee59]138 <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink> (or
139 <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>) and
[c8b93dfd]140 <ulink role="runtime"
141 url="https://sourceforge.net/projects/NumPy/files/">NumPy</ulink>
[7d35ee59]142 (at runtime for some extensions)
[9945e31]143 </para>
144
[dc6bfb82]145 <bridgehead renderas="sect4">Optional Runtime Dependencies
146 (for some of the Inkscape extensions)</bridgehead>
147 <para role="optional">
[c8b93dfd]148 <ulink role="runtime"
[b69e5dc]149 url="https://metacpan.org/pod/release/TJMATHER/XML-XQL-0.68/lib/XML/XQL.pm">XML::XQL</ulink>
[dc6bfb82]150 </para>
151
[9945e31]152 <para condition="html" role="usernotes">
153 User Notes: <ulink url="&blfs-wiki;/inkscape"/>
154 </para>
155 </sect2>
156
157 <sect2 role="installation">
158 <title>Installation of Inkscape</title>
[d608866]159
[e146aca]160 <para>
[d608866]161 First, fix Inkscape to build with poppler-22.09.0:
[e146aca]162 </para>
163
[d608866]164<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_22_09_fixes-1.patch</userinput></screen>
165
[a353c3a]166
[57c1a7f]167<!-- If there is no test suite, then this is not needed.
[b8ff9ea]168 There is none if the command below is not run.
169 With 1.0, this support is broken, so let's comment it out for now to
170 prevent confusion.
[7d35ee59]171 <para>
172 If you wish to run the testsuite, download the required versions of
173 <application>googletest</application> and
174 <application>googlemock</application> by running:
175 </para>
176
[e7d4e823]177<screen remap="test"><userinput>bash download-gtest.sh</userinput></screen>
[ba768b1]178-->
[7ebcf19]179
[9945e31]180 <para>
181 Install <application>Inkscape</application> by running the following
182 commands:
183 </para>
[9fc3125]184<!--
[c30de44]185<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_21.11.0-1.patch &amp;&amp;
[9fc3125]186-->
187<screen><userinput>mkdir build &amp;&amp;
[50ab38f]188cd build &amp;&amp;
[81d8cac]189
[7d35ee59]190cmake -DCMAKE_INSTALL_PREFIX=/usr \
191 -DCMAKE_BUILD_TYPE=Release \
[50ab38f]192 .. &amp;&amp;
[8874b6f]193make</userinput></screen>
[9945e31]194
[b8ff9ea]195<!--
[9945e31]196 <para>
[b8ff9ea]197 To test the results, issue: <command>make check</command>.<!- - Ken or
[57c1a7f]198 other devs, there is no test suite in this package. -renodr
199 A small test suite is built if you download the necessary programs
200 with the command above (bash download-gtest.sh) -pierre
[b8ff9ea]201 This package does not come with a test suite. - ->
202
203 At the moment, the test suite does not function with the
204 "bash download-gtest.sh". CMake is unable to find gtest.
[9945e31]205 </para>
[b8ff9ea]206-->
[0fa27361]207
[270505a]208 <para>
209 This package does not come with a working test suite.
210 </para>
211
[9945e31]212 <para>
213 Now, as the <systemitem class="username">root</systemitem> user:
214 </para>
215
[b8ff9ea]216<screen role="root"><userinput>make install</userinput></screen>
[9945e31]217
[dc6bfb82]218 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
219 href="../../xincludes/update-icons-and-desktop.xml"/>
[87dfe6b]220
221 </sect2>
[0f23f29]222
[87dfe6b]223 <sect2 role="commands">
224 <title>Command Explanations</title>
225
[19bcba7d]226 <para>
[7d35ee59]227 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used to
228 build the release library without any debug `assert` in the code.
229 </para>
230
231 <para>
232 <option>-DWITH_DBUS=ON</option>: use this if you wish to use
233 <command>inkscape</command> in interactive scripts which manipulate
234 images.
[80cfbfb]235 </para>
236
[0f23f29]237 </sect2>
[9945e31]238
239 <sect2 role="content">
240 <title>Contents</title>
241
242 <segmentedlist>
243 <segtitle>Installed Programs</segtitle>
[7d35ee59]244 <segtitle>Installed Library</segtitle>
245 <segtitle>Installed Directories</segtitle>
[9945e31]246
247 <seglistitem>
[bc6e56d]248 <seg>
249 inkscape and inkview
250 </seg>
[c3c56b2]251 <seg>
[7d35ee59]252 libinkscape_base.so
[c3c56b2]253 </seg>
[bc6e56d]254 <seg>
[7d35ee59]255 /usr/lib/inkscape and /usr/share/inkscape
[bc6e56d]256 </seg>
[9945e31]257 </seglistitem>
258 </segmentedlist>
259
260 <variablelist>
261 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
262 <?dbfo list-presentation="list"?>
263 <?dbhtml list-presentation="table"?>
264
265 <varlistentry id="inkscape-prog">
266 <term><command>inkscape</command></term>
267 <listitem>
268 <para>
[4c24eb0a]269 is a SVG (Scalable Vector Graphics) editing program
[9945e31]270 </para>
271 <indexterm zone="inkscape inkscape-prog">
272 <primary sortas="b-inkscape">inkscape</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="inkview">
278 <term><command>inkview</command></term>
279 <listitem>
280 <para>
[4c24eb0a]281 is a simple program for displaying SVG files
[9945e31]282 </para>
283 <indexterm zone="inkscape inkview">
284 <primary sortas="b-inkview">inkview</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
[bc6e56d]288
[7d35ee59]289 <varlistentry id="libinkscape_base">
290 <term><filename class="libraryfile">libinkscape_base.so</filename></term>
291 <listitem>
292 <para>
[4c24eb0a]293 provides the routines used by inkscape and inkview
[7d35ee59]294 </para>
295 <indexterm zone="inkscape libinkscape_base">
296 <primary sortas="c-libinkscape_base">libinkscape_base.so</primary>
297 </indexterm>
298 </listitem>
299 </varlistentry>
300
[9945e31]301 </variablelist>
[bc6e56d]302
[9945e31]303 </sect2>
[bc6e56d]304
[9945e31]305</sect1>
Note: See TracBrowser for help on using the repository browser.