diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/rhythmbox/rhythmbox_0.8.7.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/rhythmbox/rhythmbox_0.8.7.bb')
-rw-r--r-- | packages/rhythmbox/rhythmbox_0.8.7.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/rhythmbox/rhythmbox_0.8.7.bb b/packages/rhythmbox/rhythmbox_0.8.7.bb index e69de29bb2..ada2fa6df1 100644 --- a/packages/rhythmbox/rhythmbox_0.8.7.bb +++ b/packages/rhythmbox/rhythmbox_0.8.7.bb @@ -0,0 +1,28 @@ +LICENSE = GPL +SECTION = "unknown" +PR = "r0" + +inherit gnome + +SRC_URI += "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/ +} + +do_compile() { + oe_runmake ORBIT_IDL=`which orbit-idl-2` +} |