From 5cf674abeed76fc3132449987a7f344e2c1801c3 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Fri, 15 Jan 2010 22:05:21 +0000 Subject: 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 --- recipes/vagalume/vagalume_0.8.2.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/vagalume/vagalume_0.8.2.bb (limited to 'recipes/vagalume') 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 +} -- cgit v1.2.3