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

git version control git at git.openembedded.org
Wed Nov 25 19:20:44 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 3ab82dfb59da46fd10e4ffa39ab5335ac745a96c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3ab82dfb59da46fd10e4ffa39ab5335ac745a96c

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Nov 25 15:50:46 2009 +0100

inkscape: add 0.47

---

 conf/checksums.ini                |    4 ++++
 recipes/inkscape/inkscape_0.47.bb |   16 ++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 0510f16..4a3bcb5 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -12382,6 +12382,10 @@ sha256=74d6088a6f7521c36b73550baa9dd0381505d66658f0bc01802aa2dfc7430fbc
 md5=59997096c3640b2601c2b4afba8a3d75
 sha256=f2ea624b98544b9d780bae1b5f042eae97bbd2779c7779ba21390b7bf6a9ca8e
 
+[http://downloads.sourceforge.net/inkscape/inkscape-0.47.tar.bz2]
+md5=7b497c8f673e40b05295a29f6e2111f4
+sha256=4985bc5bf1938d818fee31c72151a2d889300c0be00fab5dc94ccd84df39ef3a
+
 [http://www.geocities.co.jp/SiliconValley-Oakland/4550/inkwp-0.1.1.tar.gz]
 md5=a19896b756f1b29a33411a1fb2842c4b
 sha256=4afa4f4ddfdc40a32ef2c6034b2fa3bca415088b7eac4b7ad2b814202153f1e0
diff --git a/recipes/inkscape/inkscape_0.47.bb b/recipes/inkscape/inkscape_0.47.bb
new file mode 100644
index 0000000..f083ef3
--- /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"





More information about the Openembedded-commits mailing list