source: xsoft/other/inkscape.xml@ 51d044f

systemd-13485
Last change on this file since 51d044f was 51d044f, checked in by DJ Lucas <dj@…>, 8 years ago

Remainder of -systemd.xml cleanup.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16882 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.5 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 <!-- inkscape.org appears to point to launchpad, sf is out of date -->
8 <!ENTITY inkscape-download-http "https://launchpad.net/inkscape/0.91.x/0.91/+download/inkscape-&inkscape-version;.tar.bz2">
9 <!ENTITY inkscape-download-ftp " ">
10 <!ENTITY inkscape-md5sum "278dfa4514adcde23546370ec2c84581">
11 <!ENTITY inkscape-size "25 MB">
12 <!ENTITY inkscape-buildsize "1.9 GB">
13 <!ENTITY inkscape-time "16 SBU">
14]>
15
16<sect1 id="inkscape" xreflabel="Inkscape-&inkscape-version;">
17 <?dbhtml filename="inkscape.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy: fernando $</othername>
21 <date>$Date: 2015-02-08 11:30:45 +0100 (Sun, 08 Feb 2015) $</date>
22 </sect1info>
23
24 <title>Inkscape-&inkscape-version;</title>
25
26 <indexterm zone="inkscape">
27 <primary sortas="a-Inkscape">Inkscape</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Inkscape</title>
32
33 <para>
34 <application>Inkscape</application> is a what you see is what you get
35 Scalable Vector Graphics editor. It is useful for creating, viewing and
36 changing SVG images.
37 </para>
38
39 &lfs77_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&inkscape-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&inkscape-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &inkscape-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &inkscape-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &inkscape-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &inkscape-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Optional patch (for full test coverage):
80 <ulink url="&patch-root;/inkscape-&inkscape-version;-testfiles-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="boost"/>,
90 <xref linkend="gc"/>,
91 <xref linkend="gsl"/>,
92 <xref linkend="gtkmm2"/>
93 (or <xref linkend="gtkmm3"/> and
94 <ulink url="http://ftp.gnome.org/pub/gnome/sources/gdl/">GDL</ulink>
95 for the experimental GTK+3 build),
96 <xref linkend="libxslt"/> and
97 <xref linkend="popt"/>
98 </para>
99
100 <bridgehead renderas="sect4">Recommended</bridgehead>
101 <para role="recommended">
102 <xref linkend="lcms2"/> or
103 <xref linkend="lcms"/>
104 </para>
105
106 <bridgehead renderas="sect4">Optional</bridgehead>
107 <para role="optional">
108 <xref linkend="aspell"/>,
109 <xref linkend="dbus"/>,
110 <xref linkend="doxygen"/>,
111 <xref linkend="imagemagick"/>,
112 <xref linkend="poppler"/>,
113 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr">libcdr</ulink>,
114 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio">libvisio</ulink>,
115 <ulink url="https://github.com/LibreOffice/libcdr">libcdr</ulink>,
116 <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
117 <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>,
118 <ulink url="&sourceforge-repo;/NumPy/">NumPy</ulink>
119 (for the testsuite and at runtime for some extensions) and
120 <ulink url="https://pypi.python.org/pypi/lxml">python-lxml</ulink>
121 (for the testsuite, and at runtime for some of the extensions)
122 </para>
123
124 <bridgehead renderas="sect4">Optional Runtime Dependencies
125 (for some of the Inkscape extensions)</bridgehead>
126 <para role="optional">
127 <ulink url="http://search.cpan.org/dist/XML-XQL/">XML::XQL</ulink>
128 </para>
129
130 <para condition="html" role="usernotes">
131 User Notes: <ulink url="&blfs-wiki;/inkscape"/>
132 </para>
133 </sect2>
134
135 <sect2 role="installation">
136 <title>Installation of Inkscape</title>
137
138 <para>
139 Install <application>Inkscape</application> by running the following
140 commands:
141 </para>
142
143<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-testfiles-1.patch &amp;&amp;
144
145./configure --prefix=/usr &amp;&amp;
146make</userinput></screen>
147
148 <para>
149 To test the results, issue: <command>make check</command>.
150 </para>
151 <para>
152 Now, as the <systemitem class="username">root</systemitem> user:
153 </para>
154
155<screen role="root"><userinput>make install</userinput></screen>
156
157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="../../xincludes/update-icons-and-desktop.xml"/>
159
160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Programs</segtitle>
167 <segtitle>Installed Libraries</segtitle>
168 <segtitle>Installed Directory</segtitle>
169
170 <seglistitem>
171 <seg>
172 inkscape and inkview
173 </seg>
174 <seg>
175 None
176 </seg>
177 <seg>
178 /usr/share/inkscape
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="inkscape-prog">
189 <term><command>inkscape</command></term>
190 <listitem>
191 <para>
192 an SVG (Scalable Vector Graphics) editing program.
193 </para>
194 <indexterm zone="inkscape inkscape-prog">
195 <primary sortas="b-inkscape">inkscape</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="inkview">
201 <term><command>inkview</command></term>
202 <listitem>
203 <para>
204 is a simple program for displaying SVG files.
205 </para>
206 <indexterm zone="inkscape inkview">
207 <primary sortas="b-inkview">inkview</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.