1 DEFAULT_PREFERENCE = "-1"
4 DESCRIPTION = "Inkscape is an SVG-based graphics editor featuring alpha \
5 blending, node editing, SVG to PNG export, and more. Its goal is for features \
6 similar to Illustrator, CorelDraw, Visio, etc."
7 MAINTAINER = "Koen Kooi <koen@handhelds.org>"
8 DEPENDS = "libgc intltool-native gtk+ gtkmm glibmm libart-lgpl libxslt librsvg libxml2 libsigc++-1.2 popt"
11 SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2"
12 S = "${WORKDIR}/inkscape-${PV}"
14 inherit autotools gettext
16 EXTRA_OECONF = "--disable-mmx"