aboutsummaryrefslogtreecommitdiffstats
path: root/rhythmbox/rhythmbox_0.8.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'rhythmbox/rhythmbox_0.8.5.oe')
-rw-r--r--rhythmbox/rhythmbox_0.8.5.oe28
1 files changed, 0 insertions, 28 deletions
diff --git a/rhythmbox/rhythmbox_0.8.5.oe b/rhythmbox/rhythmbox_0.8.5.oe
deleted file mode 100644
index aa1ec636c0..0000000000
--- a/rhythmbox/rhythmbox_0.8.5.oe
+++ /dev/null
@@ -1,28 +0,0 @@
-LICENSE = GPL
-SECTION = "unknown"
-PR = "r3"
-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"
-
-RDEPENDS_${PN} = "gst-plugin-gnomevfs gst-plugin-esd gst-plugin-mad gst-plugin-ivorbis"
-
-do_configure_prepend() {
- mkdir -p ${S}/m4
- cp ${WORKDIR}/ogg.m4 ${S}/m4/
- cp ${WORKDIR}/vorbis.m4 ${S}/m4/
-}
-
-inherit autotools gconf
-
-do_compile() {
- oe_runmake ORBIT_IDL=`which orbit-idl-2`
-}