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-8.0 platform.
Download (HTTP): https://launchpad.net/inkscape/0.92.x/0.92/+download/inkscape-0.92.0.tar.bz2
Download MD5 sum: 52117503fcf9aad43cf091c6401571d0
Download size: 29 MB
Estimated disk space required: 1.3 GB (add 39 MB for tests)
Estimated build time: 18 SBU (add 0.8 SBU for tests)
Boost-1.63.0, GC-7.6.0, Gsl-2.3, Gtkmm-2.24.5 (or Gtkmm-3.22.0 and gnome docking library for the experimental gtk+-3 build), libxslt-1.1.29 and popt-1.16
ImageMagick-6.9.7-8 libraries, Little CMS-2.8 or Little CMS-1.19
Aspell-0.60.6.1, dbus-1.10.14, Doxygen-1.8.13, Poppler-0.51.0, libcdr, libvisio, libwpg, NumPy (for the testsuite and at runtime for some extensions) and python-lxml (for the testsuite, and at runtime for some of the extensions)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/inkscape
Install Inkscape by running the following commands:
./autogen.sh && IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \ IMAGEMAGICK_LIBS="-lMagickCore-6.Q16HDRI -lMagick++-6.Q16HDRI -lMagickWand-6.Q16HDRI" \ ./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.31 or
GTK+-3.22.8 installed (for the icon cache) and
desktop-file-utils-0.23 (for the
desktop cache) and issue the following commands as the
root
user:
gtk-update-icon-cache && update-desktop-database
IMAGE_MAGICK_CFLAGS= ... IMAGE_MAGICK_LIBS= ...: The configure script looks for ImageMagick-6 using the normal unversioned pkgconfig file names which are also used by the newer ImageMAgick-7 - in BLFS we patched it to rename those files, so these variables will allow configure to find the things it needs.
Last updated on 2017-02-16 19:24:14 -0800