source: xsoft/other/inkscape.xml@ 85ec85ef

gnome
Last change on this file since 85ec85ef was d956923, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to inkscape-0.48.5.
Update to samba-4.1.9.

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

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[9945e31]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 " ">
[d956923]9 <!ENTITY inkscape-md5sum "431cda5cd40cd4fdf2b89db1bdcce61f">
[bc6e56d]10 <!ENTITY inkscape-size "19 MB">
[d956923]11 <!ENTITY inkscape-buildsize "1.4 GB">
12 <!ENTITY inkscape-time "12 SBU">
[9945e31]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">
[bc6e56d]26 <primary sortas="a-Inkscape">Inkscape</primary>
[9945e31]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
[8874b6f]38 &lfs75_checked;
[9945e31]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
[45c7f7b]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 </itemizedlist>
83
[9945e31]84 <bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="boost"/>,
[bc6e56d]89 <xref linkend="gc"/>,
90 <xref linkend="gsl"/> and
91 <xref linkend="gtkmm2"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="lcms"/>
[9945e31]97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
[bc6e56d]101 <xref linkend="aspell"/>,
102 <xref linkend="doxygen"/>,
[9945e31]103 <xref linkend="imagemagick"/>,
[bc6e56d]104 <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>,
105 <xref linkend="poppler"/> and
106 <xref linkend="popt"/>
[9945e31]107 </para>
108
[dc6bfb82]109 <bridgehead renderas="sect4">Optional Runtime Dependencies
110 (for some of the Inkscape extensions)</bridgehead>
111 <para role="optional">
112 <ulink url="http://search.cpan.org/~tjmather/XML-XQL-0.68/lib/XML/XQL.pm">XML::XQL</ulink>
113 and <ulink url="http://cheeseshop.python.org/pypi/lxml/">python-lxml</ulink>
114 </para>
115
[9945e31]116 <para condition="html" role="usernotes">
117 User Notes: <ulink url="&blfs-wiki;/inkscape"/>
118 </para>
119 </sect2>
120
121 <sect2 role="installation">
122 <title>Installation of Inkscape</title>
123
[45c7f7b]124<!--
[a161de9]125 <para>If <application>Xorg</application> is installed in a prefix other
[49f0ce04]126 than <filename class='directory'>/usr</filename>, the build will fail. Fix
127 this by issuing the following command:</para>
128
129<screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
[45c7f7b]130-->
[dc6bfb82]131
[9945e31]132 <para>
133 Install <application>Inkscape</application> by running the following
134 commands:
135 </para>
136
[d956923]137<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-gc-1.patch &amp;&amp;
138
139./configure --prefix=/usr &amp;&amp;
[8874b6f]140make</userinput></screen>
[9945e31]141
[d956923]142<!-- Test suite is broken as of inkscape-0.48.5
[9945e31]143 <para>
144 To test the results, issue: <command>make check</command>.
145 </para>
[d956923]146-->
[9945e31]147 <para>
148 Now, as the <systemitem class="username">root</systemitem> user:
149 </para>
150
151<screen role="root"><userinput>make install</userinput></screen>
152
[dc6bfb82]153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/update-icons-and-desktop.xml"/>
[87dfe6b]155
156 </sect2>
[d956923]157<!--
[87dfe6b]158 <sect2 role="commands">
159 <title>Command Explanations</title>
160
[9d4de3fb]161 <para>
162 <command>sed -i src/extension ...</command>:
163 This <command>sed</command> fixes building with poppler-0.26.0.
164 </para>
165
[87dfe6b]166 <para>
167 <command>sed -e "s@commands_toolbox,@commands_toolbox@" ...</command>:
168 This <command>sed</command> fixes building with GCC 4.8.
169 </para>
170
[d956923]171 </sect2>-->
[9945e31]172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Programs</segtitle>
[c3c56b2]178 <segtitle>Installed Libraries</segtitle>
[9945e31]179 <segtitle>Installed Directory</segtitle>
180
181 <seglistitem>
[bc6e56d]182 <seg>
183 inkscape and inkview
184 </seg>
[c3c56b2]185 <seg>
186 None
187 </seg>
[bc6e56d]188 <seg>
189 /usr/share/inkscape
190 </seg>
[9945e31]191 </seglistitem>
192 </segmentedlist>
193
194 <variablelist>
195 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
196 <?dbfo list-presentation="list"?>
197 <?dbhtml list-presentation="table"?>
198
199 <varlistentry id="inkscape-prog">
200 <term><command>inkscape</command></term>
201 <listitem>
202 <para>
203 an SVG (Scalable Vector Graphics) editing program.
204 </para>
205 <indexterm zone="inkscape inkscape-prog">
206 <primary sortas="b-inkscape">inkscape</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="inkview">
212 <term><command>inkview</command></term>
213 <listitem>
214 <para>
215 is a simple program for displaying SVG files.
216 </para>
217 <indexterm zone="inkscape inkview">
218 <primary sortas="b-inkview">inkview</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
[bc6e56d]222
[9945e31]223 </variablelist>
[bc6e56d]224
[9945e31]225 </sect2>
[bc6e56d]226
[9945e31]227</sect1>
Note: See TracBrowser for help on using the repository browser.