source: xsoft/other/inkscape.xml@ d14cd9a1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 d14cd9a1 was d14cd9a1, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to gcc-4.7.2
Tag blueman and inkscape
Update sshfs-fuse dependencies
Fix install permissions in dsssl-stylesheets

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

  • Property mode set to 100644
File size: 5.6 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 "f0fcc02088cc643634806064e7ab4ec3">
10 <!ENTITY inkscape-size "19 MB">
11 <!ENTITY inkscape-buildsize "1.5 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 &lfs72_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 Optional patch:
79 <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler-0.20-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="boost"/>,
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"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="aspell"/>,
102 <xref linkend="doxygen"/>,
103 <xref linkend="gnome-vfs"/>,
104 <xref linkend="imagemagick"/>,
105 <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>,
106 <xref linkend="poppler"/> and
107 <xref linkend="popt"/>
108 </para>
109
110 <para condition="html" role="usernotes">
111 User Notes: <ulink url="&blfs-wiki;/inkscape"/>
112 </para>
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of Inkscape</title>
117
118 <para>
119 If you have installed <xref linkend="poppler"/>, apply the patch to fix
120 compiling with Poppler 0.20:
121 </para>
122
123<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-poppler-0.20-1.patch</userinput></screen>
124
125 <para>
126 Fix a bug that will prevent from compiling with
127 <application>libpng 1.5</application>:
128 </para>
129
130<screen><userinput>sed -i 's/ptr->jmpbuf/jmpbuf(png_ptr)/' \
131 src/{extension/internal/pdfinput/svg-builder,helper/png-write}.cpp &amp;&amp;
132sed -i 's#if ( png_get_iCCP.*#if (0) {#' src/sp-image.cpp</userinput></screen>
133
134 <para>
135 Install <application>Inkscape</application> by running the following
136 commands:
137 </para>
138
139<screen><userinput>./configure --prefix=/usr &amp;&amp;
140make</userinput></screen>
141
142 <para>
143 To test the results, issue: <command>make check</command>.
144 </para>
145
146 <para>
147 Now, as the <systemitem class="username">root</systemitem> user:
148 </para>
149
150<screen role="root"><userinput>make install</userinput></screen>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Directory</segtitle>
160
161 <seglistitem>
162 <seg>
163 inkscape and inkview
164 </seg>
165 <seg>
166 /usr/share/inkscape
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="inkscape-prog">
177 <term><command>inkscape</command></term>
178 <listitem>
179 <para>
180 an SVG (Scalable Vector Graphics) editing program.
181 </para>
182 <indexterm zone="inkscape inkscape-prog">
183 <primary sortas="b-inkscape">inkscape</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="inkview">
189 <term><command>inkview</command></term>
190 <listitem>
191 <para>
192 is a simple program for displaying SVG files.
193 </para>
194 <indexterm zone="inkscape inkview">
195 <primary sortas="b-inkview">inkview</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 </variablelist>
201
202 </sect2>
203
204</sect1>
Note: See TracBrowser for help on using the repository browser.