aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/inkscape
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-11-15 16:55:17 +0100
committerKoen Kooi <koen@openembedded.org>2010-11-15 16:56:16 +0100
commit2dfc5b7c9e0d32c3f61ff02aca2b08d22def56fc (patch)
treeb459206ecab1ee0ac5e7f77355230e9dc6bb8aea /recipes/inkscape
parentb95cf40f3e635b0decfc829b7e994906298af712 (diff)
downloadopenembedded-2dfc5b7c9e0d32c3f61ff02aca2b08d22def56fc.tar.gz
inkscape: add 0.48
Diffstat (limited to 'recipes/inkscape')
-rw-r--r--recipes/inkscape/inkscape_0.48.0.bb20
1 files changed, 20 insertions, 0 deletions
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"
+