aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vagalume
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2010-01-15 22:05:21 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-16 01:43:07 +0100
commit5cf674abeed76fc3132449987a7f344e2c1801c3 (patch)
tree2f3904027e96506f40a6a9a072ece9da2d6767d9 /recipes/vagalume
parente519704f95522fdd82a67d1629d2042a921b900b (diff)
downloadopenembedded-5cf674abeed76fc3132449987a7f344e2c1801c3.tar.gz
vagalume: update to version 0.8.2
* depends now on gst-plugin-gconfelements * recommends hicolor-icon-theme to show the icons Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/vagalume')
-rw-r--r--recipes/vagalume/vagalume_0.8.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/vagalume/vagalume_0.8.2.bb b/recipes/vagalume/vagalume_0.8.2.bb
new file mode 100644
index 0000000000..da30fb2268
--- /dev/null
+++ b/recipes/vagalume/vagalume_0.8.2.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Last.fm client"
+AUTHOR = "agarcia@igalia.com"
+HOMEPAGE = "http://vagalume.igalia.com/"
+SECTION = "x11"
+DEPENDS = "gtk+ gstreamer curl gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
+RDEPENDS = "curl gst-plugin-autodetect gst-plugin-audioconvert gst-plugin-alsa gst-plugin-gconfelements librsvg-gtk ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad', d)}"
+RRECOMMENDS = "dbus-x11 hicolor-icon-theme"
+PR = "r0"
+
+SRC_URI = "http://vagalume.igalia.com/files/source/vagalume_${PV}.orig.tar.gz\
+ file://index.theme \
+ "
+
+inherit autotools
+
+FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"
+
+do_install_append() {
+ install -m 0644 ${WORKDIR}/index.theme ${D}${datadir}/vagalume/icons/hicolor
+}