9795e88594a2cb172456d283a4158cbefe89e4cf
[openembedded.git] / packages / inkscape / inkscape_0.42.bb
1 DEFAULT_PREFERENCE = "-1"
2
3 SECTION = "x11/utils"
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"
9 LICENSE = "GPL"
10
11 SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2"
12 S = "${WORKDIR}/inkscape-${PV}"
13
14 inherit autotools gettext
15
16 EXTRA_OECONF = "--disable-mmx"