From 3ab82dfb59da46fd10e4ffa39ab5335ac745a96c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 25 Nov 2009 15:50:46 +0100 Subject: inkscape: add 0.47 --- recipes/inkscape/inkscape_0.47.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/inkscape/inkscape_0.47.bb (limited to 'recipes') 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" -- cgit v1.2.3