increase dvbapp PR.
[vuplus_openembedded] / recipes / inkscape / inkscape_0.39.bb
1 SECTION = "x11/utils"
2 DESCRIPTION = "Inkscape is an SVG-based graphics editor featuring alpha \
3 blending, node editing, SVG to PNG export, and more. Its goal is for features \
4 similar to Illustrator, CorelDraw, Visio, etc."
5 DEPENDS = "intltool-native gtk+ libart-lgpl libxml2 libsigc++-1.2 popt"
6 LICENSE = "GPL"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2"
9 S = "${WORKDIR}/inkscape-${PV}"
10
11 inherit autotools gettext
12
13 EXTRA_OECONF = "--disable-mmx"