source: xsoft/other/inkscape.xml@ 83d18450

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 83d18450 was 83d18450, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to git-2.12.0.
Update to inkscape-0.92.1.

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

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