diff options
author | chris@(none) <chris@(none)> | 2004-07-22 11:27:13 +0000 |
---|---|---|
committer | chris@(none) <chris@(none)> | 2004-07-22 11:27:13 +0000 |
commit | bb1067539868660324368ea8f998fe7204e386a3 (patch) | |
tree | 8a0b59ec6237f6dc05fbe7ef428dab50dc9b0804 | |
parent | 1b4a07de13ba1b5c2591aff129d58d5084cb8d22 (diff) |
Fix dependencies for rhythmbox - Still doesn't build though.
BKrev: 40ffa491z3tdoXcA4AjNh54lX1W-vA
-rw-r--r-- | gstreamer/gst-plugins_0.8.1.oe | 2 | ||||
-rw-r--r-- | rhythmbox/rhythmbox_0.8.5.oe | 19 |
2 files changed, 20 insertions, 1 deletions
diff --git a/gstreamer/gst-plugins_0.8.1.oe b/gstreamer/gst-plugins_0.8.1.oe index fbf75e8e5f..36ba2d120c 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 <pb@handhelds.org>" -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 e69de29bb2..79b20cd20d 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 |