[oe-commits] Thomas Zimmermann : Vagalume: fix RDEPENDS

git version control git at git.openembedded.org
Wed Sep 16 19:29:30 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: ca2977b42a74f12454b03345ca7c8c9046ca63b2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ca2977b42a74f12454b03345ca7c8c9046ca63b2

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Wed Sep 16 17:01:48 2009 +0000

Vagalume: fix RDEPENDS

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/vagalume/vagalume_0.7.1.bb |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/recipes/vagalume/vagalume_0.7.1.bb b/recipes/vagalume/vagalume_0.7.1.bb
index f411b24..631e5e3 100644
--- a/recipes/vagalume/vagalume_0.7.1.bb
+++ b/recipes/vagalume/vagalume_0.7.1.bb
@@ -1,21 +1,16 @@
 DESCRIPTION = "Last.fm client"
 AUTHOR = "agarcia at igalia.com"
-HOMEPAGE = "http://people.igalia.com/berto/"
+HOMEPAGE = "http://vagalume.igalia.com/"
 SECTION = "x11"
 DEPENDS = "gtk+ gstreamer"
-RDEPENDS += "librsvg-gtk"
+RDEPENDS = "gst-plugin-mad gst-plugin-autodetect gst-plugin-audioconvert gst-plugin-alsa librsvg-gtk"
 RRECOMMENDS = "dbus-x11"
-PR = "r0"
+PR = "r1"
 
-SRC_URI = "\
-  http://vagalume.igalia.com/files/source/vagalume_${PV}.orig.tar.gz\
-  file://index.theme \
-"
+SRC_URI = "http://vagalume.igalia.com/files/source/vagalume_${PV}.orig.tar.gz\
+	  "
 S = "${WORKDIR}/vagalume-${PV}.orig"
 
 inherit autotools
 
-do_install_append() {
-	install -m 0644 ${WORKDIR}/index.theme ${D}${datadir}/vagalume/icons/hicolor
-}
-
+FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"





More information about the Openembedded-commits mailing list