aboutsummaryrefslogtreecommitdiffstats
path: root/rhythmbox/rhythmbox_0.8.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'rhythmbox/rhythmbox_0.8.4.oe')
-rw-r--r--rhythmbox/rhythmbox_0.8.4.oe20
1 files changed, 20 insertions, 0 deletions
diff --git a/rhythmbox/rhythmbox_0.8.4.oe b/rhythmbox/rhythmbox_0.8.4.oe
index e69de29bb2..a25bf0fe59 100644
--- a/rhythmbox/rhythmbox_0.8.4.oe
+++ b/rhythmbox/rhythmbox_0.8.4.oe
@@ -0,0 +1,20 @@
+SECTION = "unknown"
+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"
+
+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