From: chris@(none) Date: Thu, 22 Jul 2004 11:27:13 +0000 (+0000) Subject: Fix dependencies for rhythmbox - Still doesn't build though. X-Git-Tag: 2.6.0~8199 X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=bb1067539868660324368ea8f998fe7204e386a3;p=vuplus_openembedded Fix dependencies for rhythmbox - Still doesn't build though. BKrev: 40ffa491z3tdoXcA4AjNh54lX1W-vA --- diff --git a/gstreamer/gst-plugins_0.8.1.oe b/gstreamer/gst-plugins_0.8.1.oe index fbf75e8..36ba2d1 100644 --- a/gstreamer/gst-plugins_0.8.1.oe +++ b/gstreamer/gst-plugins_0.8.1.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Phil Blundell " -DEPENDS = "gstreamer esound-gpe zlib libmikmod libmad libogg tremor libvorbis libid3tag virtual/libsdl gnome-vfs" +DEPENDS = "gstreamer zlib libmikmod libmad libogg tremor libvorbis libid3tag virtual/libsdl gnome-vfs" SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \ file://ivorbis.patch;patch=1" diff --git a/rhythmbox/rhythmbox_0.8.5.oe b/rhythmbox/rhythmbox_0.8.5.oe index e69de29..79b20cd 100644 --- a/rhythmbox/rhythmbox_0.8.5.oe +++ b/rhythmbox/rhythmbox_0.8.5.oe @@ -0,0 +1,19 @@ +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/rhythmbox-${PV}.tar.gz \ + file://ogg.m4 file://vorbis.m4" + +DEPENDS = "gstreamer gst-plugins libgnomeui" + +EXTRA_OECONF = "--disable-schemas-install" + +FILES_${PN} += " ${libdir}/bonobo/servers ${libdir}/bonobo/*.so ${datadir}/omf ${datadir}/mime-info \ + ${datadir}/application-registry ${datadir}/gnome-2.0 ${datadir}/idl" +FILES_${PN}-doc += " ${datadir}/gnome/help" +FILES_${PN}-dev += " ${libdir}/bonobo/*.la ${libdir}/bonobo/*.a" + +do_configure_prepend() { + mkdir -p ${S}/m4 + cp ${WORKDIR}/ogg.m4 ${S}/m4/ + cp ${WORKDIR}/vorbis.m4 ${S}/m4/ +} + +inherit autotools