aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/inkscape
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-25 15:50:46 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-25 15:50:46 +0100
commit3ab82dfb59da46fd10e4ffa39ab5335ac745a96c (patch)
tree63ea2dc46b1f2eb4307494aafbf22cde08328ea4 /recipes/inkscape
parent6c58a537d46ee1ec95e1248166a1f967f6ea81d3 (diff)
downloadopenembedded-3ab82dfb59da46fd10e4ffa39ab5335ac745a96c.tar.gz
inkscape: add 0.47
Diffstat (limited to 'recipes/inkscape')
-rw-r--r--recipes/inkscape/inkscape_0.47.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/inkscape/inkscape_0.47.bb b/recipes/inkscape/inkscape_0.47.bb
new file mode 100644
index 0000000000..f083ef3f51
--- /dev/null
+++ b/recipes/inkscape/inkscape_0.47.bb
@@ -0,0 +1,16 @@
+SECTION = "x11/utils"
+DESCRIPTION = "Inkscape is an SVG-based graphics editor featuring alpha \
+blending, node editing, SVG to PNG export, and more. Its goal is for features \
+similar to Illustrator, CorelDraw, Visio, etc."
+DEPENDS = "poppler gsl libgc intltool-native gtk+ gtkmm glibmm libart-lgpl libxslt librsvg libxml2 libsigc++-1.2 popt"
+LICENSE = "GPL"
+
+#we know that GC version is 6.5, so we patch out the version check, since gc_open was already detected
+SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2 \
+ file://no-boehm-version-check.patch;patch=1"
+
+S = "${WORKDIR}/inkscape-${PV}"
+
+inherit autotools gettext mime gtk-icon-cache
+
+EXTRA_OECONF = "--disable-mmx"