aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libchamplain_0.7.1.bb
diff options
context:
space:
mode:
authorAndreas Mueller <schnitzeltony@gmx.de>2010-09-02 14:48:28 +0000
committerKoen Kooi <koen@openembedded.org>2010-09-07 10:08:28 +0200
commit712d5d30f5f45e0c7bcde4cb006591b6f91b9d31 (patch)
tree14cf0858ca363a875771a1b0dfca796598198dc9 /recipes/gnome/libchamplain_0.7.1.bb
parent8d64681eb7e2fa74be5dfd2f5a945f57d61113b9 (diff)
downloadopenembedded-712d5d30f5f45e0c7bcde4cb006591b6f91b9d31.tar.gz
libchamplain(-gtk): Bumped to 0.7.1 to meat actual clutter
* builds separate packages for libchamplain and libchamplain-gtk * libchamplain_0.2.8 removed because it tries to configure against clutter-cairo which is no more available * libchamplain-gtk_0.2.8 removed because it configures against very old clutter revision which do not build for GLES environments Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gnome/libchamplain_0.7.1.bb')
-rw-r--r--recipes/gnome/libchamplain_0.7.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gnome/libchamplain_0.7.1.bb b/recipes/gnome/libchamplain_0.7.1.bb
new file mode 100644
index 0000000000..da67636dcb
--- /dev/null
+++ b/recipes/gnome/libchamplain_0.7.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Libchamplain is a C library aimed to provide a Gtk+ widget to display rasterized maps. "
+LICENSE = "LGPLv2.1"
+DEPENDS = "cairo libsoup-2.4 clutter gtk+"
+PR = "r1"
+
+inherit gnome autotools
+
+FILES_${PN} += "${datadir}/champlain/error.svg"
+
+PACKAGES =+ "${PN}-gtk"
+RDEPENDS_${PN}-gtk = "clutter-gtk"
+FILES_${PN}-gtk = "${libdir}/libchamplain-gtk*so.*"
+
+SRC_URI[archive.md5sum] = "48bbaa2ab5b9b74c7dbffb81381e3020"
+SRC_URI[archive.sha256sum] = "c1669cbfc0d1b01950d9740fd5d3f9f57cdfaf37df855392bdd214210d2f4601"