source: xsoft/other/inkscape.xml@ bd475f0

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 bd475f0 was bd475f0, checked in by Pierre Labastie <pieere@…>, 7 years ago

Add comments about inkscape download url, to help editors

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

  • Property mode set to 100644
File size: 7.4 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 Install <application>Inkscape</application> by running the following
138 commands:
139 </para>
140
141<screen><userinput>./autogen.sh &amp;&amp;
142
143IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \
144IMAGEMAGICK_LIBS="-lMagickCore-6.Q16HDRI -lMagick++-6.Q16HDRI -lMagickWand-6.Q16HDRI" \
145./configure --prefix=/usr &amp;&amp;
146
147make</userinput></screen>
148
149 <para>
150 To test the results, issue: <command>make check</command>.
151 </para>
152 <para>
153 Now, as the <systemitem class="username">root</systemitem> user:
154 </para>
155
156<screen role="root"><userinput>make install</userinput></screen>
157
158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
159 href="../../xincludes/update-icons-and-desktop.xml"/>
160
161 </sect2>
162
163 <sect2 role="commands">
164 <title>Command Explanations</title>
165
166 <para>
167 <command>IMAGE_MAGICK_CFLAGS= ... IMAGE_MAGICK_LIBS= ...</command>:
168 The configure script looks for ImageMagick-6 using the normal
169 unversioned pkgconfig file names which are also used by the newer
170 ImageMAgick-7 - in BLFS we patched it to rename those files, so
171 these variables will allow <command>configure</command> to find
172 the things it needs.
173 </para>
174
175 </sect2>
176
177 <sect2 role="content">
178 <title>Contents</title>
179
180 <segmentedlist>
181 <segtitle>Installed Programs</segtitle>
182 <segtitle>Installed Libraries</segtitle>
183 <segtitle>Installed Directory</segtitle>
184
185 <seglistitem>
186 <seg>
187 inkscape and inkview
188 </seg>
189 <seg>
190 None
191 </seg>
192 <seg>
193 /usr/share/inkscape
194 </seg>
195 </seglistitem>
196 </segmentedlist>
197
198 <variablelist>
199 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
202
203 <varlistentry id="inkscape-prog">
204 <term><command>inkscape</command></term>
205 <listitem>
206 <para>
207 an SVG (Scalable Vector Graphics) editing program.
208 </para>
209 <indexterm zone="inkscape inkscape-prog">
210 <primary sortas="b-inkscape">inkscape</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="inkview">
216 <term><command>inkview</command></term>
217 <listitem>
218 <para>
219 is a simple program for displaying SVG files.
220 </para>
221 <indexterm zone="inkscape inkview">
222 <primary sortas="b-inkview">inkview</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.