[oe-commits] Koen Kooi : inkscape: add 0.48

git version control git at git.openembedded.org
Mon Nov 15 16:03:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2dfc5b7c9e0d32c3f61ff02aca2b08d22def56fc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2dfc5b7c9e0d32c3f61ff02aca2b08d22def56fc

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Nov 15 16:55:17 2010 +0100

inkscape: add 0.48

---

 recipes/inkscape/inkscape_0.48.0.bb |   20 ++++++++++++++++++++
 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 0000000..3d78ba5
--- /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"
+





More information about the Openembedded-commits mailing list