diff options
author | Greg Gilbert <greg@treke.net> | 2004-12-01 21:02:48 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2004-12-01 21:02:48 +0000 |
commit | 1eb91ca9401d610de57f7524d2c9f1f394c724d0 (patch) | |
tree | 464af832ec2df58ea7a17023f7b0937baecf9bfc /rhythmbox | |
parent | 823f03b1e845451c54fcf942a6f54b73cfb23d75 (diff) |
Add licenses
BKrev: 41ae31781LCyRmcVaOy3yZ9SiW85FA
Diffstat (limited to 'rhythmbox')
-rw-r--r-- | rhythmbox/rhythmbox_0.8.5.oe | 1 | ||||
-rw-r--r-- | rhythmbox/rhythmbox_0.8.7.oe | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/rhythmbox/rhythmbox_0.8.5.oe b/rhythmbox/rhythmbox_0.8.5.oe index b94e66fb94..aa1ec636c0 100644 --- a/rhythmbox/rhythmbox_0.8.5.oe +++ b/rhythmbox/rhythmbox_0.8.5.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "unknown" PR = "r3" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/rhythmbox-${PV}.tar.gz \ diff --git a/rhythmbox/rhythmbox_0.8.7.oe b/rhythmbox/rhythmbox_0.8.7.oe index e69de29bb2..ada2fa6df1 100644 --- a/rhythmbox/rhythmbox_0.8.7.oe +++ b/rhythmbox/rhythmbox_0.8.7.oe @@ -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` +} |