summaryrefslogtreecommitdiff
path: root/rhythmbox
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /rhythmbox
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'rhythmbox')
-rw-r--r--rhythmbox/rhythmbox_0.8.5.bb0
-rw-r--r--rhythmbox/rhythmbox_0.8.5.oe28
-rw-r--r--rhythmbox/rhythmbox_0.8.7.bb0
-rw-r--r--rhythmbox/rhythmbox_0.8.7.oe28
4 files changed, 0 insertions, 56 deletions
diff --git a/rhythmbox/rhythmbox_0.8.5.bb b/rhythmbox/rhythmbox_0.8.5.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/rhythmbox/rhythmbox_0.8.5.bb
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`
-}
diff --git a/rhythmbox/rhythmbox_0.8.7.bb b/rhythmbox/rhythmbox_0.8.7.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/rhythmbox/rhythmbox_0.8.7.bb
diff --git a/rhythmbox/rhythmbox_0.8.7.oe b/rhythmbox/rhythmbox_0.8.7.oe
deleted file mode 100644
index ada2fa6df1..0000000000
--- a/rhythmbox/rhythmbox_0.8.7.oe
+++ /dev/null
@@ -1,28 +0,0 @@
-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`
-}