source: xsoft/other/inkscape.xml@ 9d4de3fb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9d4de3fb was 9d4de3fb, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Fixes to Inkscape-0.48.4, Cairo-1.12.16, Poppler-0.26.0 and Ruby-2.1.1. Thanks Igor Z and Armin K.

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

  • Property mode set to 100644
File size: 7.0 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 inkscape-download-http "&sourceforge-repo;/inkscape/inkscape-&inkscape-version;.tar.bz2">
8 <!ENTITY inkscape-download-ftp " ">
9 <!ENTITY inkscape-md5sum "47bd8546e42ba396624eef9eb66b9b6c">
10 <!ENTITY inkscape-size "19 MB">
11 <!ENTITY inkscape-buildsize "2.0 GB">
12 <!ENTITY inkscape-time "18 SBU">
13]>
14
15<sect1 id="inkscape" xreflabel="Inkscape-&inkscape-version;">
16 <?dbhtml filename="inkscape.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Inkscape-&inkscape-version;</title>
24
25 <indexterm zone="inkscape">
26 <primary sortas="a-Inkscape">Inkscape</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Inkscape</title>
31
32 <para>
33 <application>Inkscape</application> is a what you see is what you get
34 Scalable Vector Graphics editor. It is useful for creating, viewing and
35 changing SVG images.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&inkscape-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&inkscape-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &inkscape-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &inkscape-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &inkscape-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &inkscape-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <ulink url="&patch-root;/inkscape-&inkscape-version;-gc-1.patch"/>
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 Required patch:
85 <ulink url="&patch-root;/inkscape-&inkscape-version;-freetype-1.patch"/>
86 </para>
87 </listitem>
88 </itemizedlist>
89
90 <bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
91
92 <bridgehead renderas="sect4">Required</bridgehead>
93 <para role="required">
94 <xref linkend="boost"/>,
95 <xref linkend="gc"/>,
96 <xref linkend="gsl"/> and
97 <xref linkend="gtkmm2"/>
98 </para>
99
100 <bridgehead renderas="sect4">Recommended</bridgehead>
101 <para role="recommended">
102 <xref linkend="lcms"/>
103 </para>
104
105 <bridgehead renderas="sect4">Optional</bridgehead>
106 <para role="optional">
107 <xref linkend="aspell"/>,
108 <xref linkend="doxygen"/>,
109 <xref linkend="imagemagick"/>,
110 <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>,
111 <xref linkend="poppler"/> and
112 <xref linkend="popt"/>
113 </para>
114
115 <bridgehead renderas="sect4">Optional Runtime Dependencies
116 (for some of the Inkscape extensions)</bridgehead>
117 <para role="optional">
118 <xref linkend="perl-xml-parser"/>,
119 <ulink url="http://search.cpan.org/~tjmather/XML-XQL-0.68/lib/XML/XQL.pm">XML::XQL</ulink>
120 and <ulink url="http://cheeseshop.python.org/pypi/lxml/">python-lxml</ulink>
121 </para>
122
123 <para condition="html" role="usernotes">
124 User Notes: <ulink url="&blfs-wiki;/inkscape"/>
125 </para>
126 </sect2>
127
128 <sect2 role="installation">
129 <title>Installation of Inkscape</title>
130
131<!--
132 <para>If <application>Xorg</application> is installed in a prefix other
133 than <filename class='directory'>/usr</filename>, the build will fail. Fix
134 this by issuing the following command:</para>
135
136<screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
137-->
138
139 <para>
140 Install <application>Inkscape</application> by running the following
141 commands:
142 </para>
143
144<screen><userinput>sed -i src/extension/internal/pdfinput/pdf-parser.cpp \
145 -e "/GfxColorSpace::parse/s|NULL|&amp;, NULL|g" \
146 -e "/lookupPattern/s:NULL:&amp;, NULL:g" \
147 -e "/lookupShading/s:NULL:&amp;, NULL:g" &amp;&amp;
148patch -Np1 -i ../inkscape-&inkscape-version;-gc-1.patch &amp;&amp;
149patch -Np1 -i ../inkscape-&inkscape-version;-freetype-1.patch &amp;&amp;
150sed -e "s@commands_toolbox,@commands_toolbox@" -i src/widgets/desktop-widget.h &amp;&amp;
151./configure --prefix=/usr &amp;&amp;
152make</userinput></screen>
153
154 <para>
155 To test the results, issue: <command>make check</command>.
156 </para>
157
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>sed -i src/extension ...</command>:
174 This <command>sed</command> fixes building with poppler-0.26.0.
175 </para>
176
177 <para>
178 <command>sed -e "s@commands_toolbox,@commands_toolbox@" ...</command>:
179 This <command>sed</command> fixes building with GCC 4.8.
180 </para>
181
182 </sect2>
183
184 <sect2 role="content">
185 <title>Contents</title>
186
187 <segmentedlist>
188 <segtitle>Installed Programs</segtitle>
189 <segtitle>Installed Libraries</segtitle>
190 <segtitle>Installed Directory</segtitle>
191
192 <seglistitem>
193 <seg>
194 inkscape and inkview
195 </seg>
196 <seg>
197 None
198 </seg>
199 <seg>
200 /usr/share/inkscape
201 </seg>
202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="inkscape-prog">
211 <term><command>inkscape</command></term>
212 <listitem>
213 <para>
214 an SVG (Scalable Vector Graphics) editing program.
215 </para>
216 <indexterm zone="inkscape inkscape-prog">
217 <primary sortas="b-inkscape">inkscape</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="inkview">
223 <term><command>inkview</command></term>
224 <listitem>
225 <para>
226 is a simple program for displaying SVG files.
227 </para>
228 <indexterm zone="inkscape inkview">
229 <primary sortas="b-inkview">inkview</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 </variablelist>
235
236 </sect2>
237
238</sect1>
Note: See TracBrowser for help on using the repository browser.