Inkscape is a what you see is what you get Scalable Vector Graphics editor. It is useful for creating, viewing and changing SVG images.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://downloads.sourceforge.net/inkscape/inkscape-0.48.4.tar.bz2
Download MD5 sum: 47bd8546e42ba396624eef9eb66b9b6c
Download size: 19 MB
Estimated disk space required: 2.0 GB
Estimated build time: 18 SBU
Boost-1.55.0, GC-7.4.0, Gsl-1.16 and Gtkmm-2.24.4
Aspell-0.60.6.1, Doxygen-1.8.6, ImageMagick-6.8.8-6, libwpg, Poppler-0.24.5 and popt-1.16
XML::Parser-2.41, XML::XQL and python-lxml
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/inkscape
Install Inkscape by running the following commands:
patch -Np1 -i ../inkscape-0.48.4-gc-1.patch && patch -Np1 -i ../inkscape-0.48.4-freetype-1.patch && sed -e "s@commands_toolbox,@commands_toolbox@" -i src/widgets/desktop-widget.h && ./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install
This package installs icon files into the /usr/share/icons/hicolor
hierarchy and desktop
files into the /usr/share/applications
hierarchy. You can
improve system performance and memory usage by updating
/usr/share/icons/hicolor/index.theme
and
/usr/share/applications/mimeinfo.cache
. To
perform the update you must have GTK+-2.24.22 or
GTK+-3.10.7 installed (for the icon cache) and
desktop-file-utils-0.22 (for the
desktop cache) and issue the following commands as the
root
user:
gtk-update-icon-cache && update-desktop-database
sed -e "s@commands_toolbox,@commands_toolbox@" ...: This sed fixes building with GCC 4.8.
Last updated on 2014-02-23 15:41:45 -0800