source: xsoft/other/inkscape.xml@ ac67709

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 ac67709 was ac67709, checked in by DJ Lucas <dj@…>, 7 years ago

Use Arch build fix for Inkscape with GCC-7.1.

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

  • Property mode set to 100644
File size: 7.6 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<!-- Use when point version is not 0 -->
7 <!ENTITY inkscape-download-http "https://launchpad.net/inkscape/&inkscape-minor-version;.x/&inkscape-version;/+download/inkscape-&inkscape-version;.tar.bz2">
8<!-- Use when point version is 0
9 <!ENTITY inkscape-download-http "https://launchpad.net/inkscape/&inkscape-minor-version;.x/&inkscape-minor-version;/+download/inkscape-&inkscape-version;.tar.bz2"> -->
10 <!ENTITY inkscape-download-ftp " ">
11 <!ENTITY inkscape-md5sum "db2eb2a566cf35ff949fc9ccb172889a">
12 <!ENTITY inkscape-size "30 MB">
13 <!ENTITY inkscape-buildsize "1.3 GB (add 39 MB for tests)">
14 <!ENTITY inkscape-time "18 SBU (add 0.8 SBU for tests)">
15]>
16
17<sect1 id="inkscape" xreflabel="Inkscape-&inkscape-version;">
18 <?dbhtml filename="inkscape.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Inkscape-&inkscape-version;</title>
26
27 <indexterm zone="inkscape">
28 <primary sortas="a-Inkscape">Inkscape</primary>
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
40 &lfs80_checked;
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>
75
76 <bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="boost"/>,
81 <xref linkend="gc"/>,
82 <xref linkend="gsl"/>,
83 <xref linkend="gtkmm2"/>
84 (or <xref linkend="gtkmm3"/> and
85 <ulink url="http://ftp.gnome.org/pub/gnome/sources/gdl/">gnome docking library</ulink>
86 for the experimental gtk+-3 build),
87 <xref linkend="libxslt"/> and
88 <xref linkend="popt"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="imagemagick6"/>,
94 <xref linkend="lcms2"/> or
95 <xref linkend="lcms"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="aspell"/>,
101 <xref linkend="dbus"/>,
102 <xref linkend="doxygen"/>,
103 <xref linkend="poppler"/>,
104
105 <!-- these document foundation links work from firefox's address bar, or
106 from google (pages telling you how to get it from git), but when I link
107 them here I get "There is currently no text in this page...". Ken or
108 developer: wiki.documentfoundation.org pages don't like trailing / -->
109
110 <!--<ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr">libcdr</ulink>,
111 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio">libvisio</ulink>,-->
112 <ulink url="https://github.com/LibreOffice/libcdr">libcdr</ulink>,
113 <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
114 <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>,
115 <ulink url="https://sourceforge.net/projects/NumPy/files/">NumPy</ulink>
116 (for the testsuite and at runtime for some extensions) and
117 <phrase revision="sysv"><ulink url="http://cheeseshop.python.org/pypi/lxml/">python-lxml</ulink></phrase>
118 <phrase revision="systemd"><xref linkend="lxml"/></phrase>
119 (for the testsuite, and at runtime for some of the extensions)
120 </para>
121
122 <bridgehead renderas="sect4">Optional Runtime Dependencies
123 (for some of the Inkscape extensions)</bridgehead>
124 <para role="optional">
125 <ulink url="http://search.cpan.org/~tjmather/XML-XQL-0.68/lib/XML/XQL.pm">XML::XQL</ulink>
126 </para>
127
128 <para condition="html" role="usernotes">
129 User Notes: <ulink url="&blfs-wiki;/inkscape"/>
130 </para>
131 </sect2>
132
133 <sect2 role="installation">
134 <title>Installation of Inkscape</title>
135
136 <para>
137 Fix a build issue with <application>GCC-7.1</application>:
138 </para>
139
140<screen><userinput>sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp</userinput></screen>
141
142 <para>
143 Install <application>Inkscape</application> by running the following
144 commands:
145 </para>
146
147<screen><userinput>./autogen.sh &amp;&amp;
148
149IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \
150IMAGEMAGICK_LIBS="-lMagickCore-6.Q16HDRI -lMagick++-6.Q16HDRI -lMagickWand-6.Q16HDRI" \
151./configure --prefix=/usr &amp;&amp;
152
153make</userinput></screen>
154
155 <para>
156 To test the results, issue: <command>make check</command>.
157 </para>
158 <para>
159 Now, as the <systemitem class="username">root</systemitem> user:
160 </para>
161
162<screen role="root"><userinput>make install</userinput></screen>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="../../xincludes/update-icons-and-desktop.xml"/>
166
167 </sect2>
168
169 <sect2 role="commands">
170 <title>Command Explanations</title>
171
172 <para>
173 <command>IMAGE_MAGICK_CFLAGS= ... IMAGE_MAGICK_LIBS= ...</command>:
174 The configure script looks for ImageMagick-6 using the normal
175 unversioned pkgconfig file names which are also used by the newer
176 ImageMAgick-7 - in BLFS we patched it to rename those files, so
177 these variables will allow <command>configure</command> to find
178 the things it needs.
179 </para>
180
181 </sect2>
182
183 <sect2 role="content">
184 <title>Contents</title>
185
186 <segmentedlist>
187 <segtitle>Installed Programs</segtitle>
188 <segtitle>Installed Libraries</segtitle>
189 <segtitle>Installed Directory</segtitle>
190
191 <seglistitem>
192 <seg>
193 inkscape and inkview
194 </seg>
195 <seg>
196 None
197 </seg>
198 <seg>
199 /usr/share/inkscape
200 </seg>
201 </seglistitem>
202 </segmentedlist>
203
204 <variablelist>
205 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
206 <?dbfo list-presentation="list"?>
207 <?dbhtml list-presentation="table"?>
208
209 <varlistentry id="inkscape-prog">
210 <term><command>inkscape</command></term>
211 <listitem>
212 <para>
213 an SVG (Scalable Vector Graphics) editing program.
214 </para>
215 <indexterm zone="inkscape inkscape-prog">
216 <primary sortas="b-inkscape">inkscape</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="inkview">
222 <term><command>inkview</command></term>
223 <listitem>
224 <para>
225 is a simple program for displaying SVG files.
226 </para>
227 <indexterm zone="inkscape inkview">
228 <primary sortas="b-inkview">inkview</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.