From 2dfc5b7c9e0d32c3f61ff02aca2b08d22def56fc Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 15 Nov 2010 16:55:17 +0100 Subject: inkscape: add 0.48 --- recipes/inkscape/inkscape_0.48.0.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/inkscape/inkscape_0.48.0.bb (limited to 'recipes/inkscape') diff --git a/recipes/inkscape/inkscape_0.48.0.bb b/recipes/inkscape/inkscape_0.48.0.bb new file mode 100644 index 0000000000..3d78ba5f7e --- /dev/null +++ b/recipes/inkscape/inkscape_0.48.0.bb @@ -0,0 +1,20 @@ +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 = "GPLv2" + +#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" + +SRC_URI[md5sum] = "fd8b17a3f06668603807176a77167bb9" +SRC_URI[sha256sum] = "36acd81b96aec333b7e8fced0c9b162d0b1a4e073d56aaaf1bf5f66d8eebe270" + +S = "${WORKDIR}/inkscape-${PV}" + +inherit autotools gettext mime gtk-icon-cache + +EXTRA_OECONF = "--disable-mmx" + -- cgit 1.2.3-korg