diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-27 22:15:57 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-27 22:15:57 +0000 |
commit | 6c56e5eaa15383b3bc20c8dda7cd678af18a0e6e (patch) | |
tree | d336e1bc20239a1bf1356624ebd4bcf7cb02922a /rhythmbox | |
parent | b483d07e94940903a8aadcec3b53af90441a1d70 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/27 22:15:37+00:00 nexus.co.uk!pb
kill off some old gstreamers
BKrev: 41a8fc9dmdTqVxqT2eZeEg51SMK5kg
Diffstat (limited to 'rhythmbox')
-rw-r--r-- | rhythmbox/rhythmbox_0.8.4.oe | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/rhythmbox/rhythmbox_0.8.4.oe b/rhythmbox/rhythmbox_0.8.4.oe deleted file mode 100644 index a25bf0fe59..0000000000 --- a/rhythmbox/rhythmbox_0.8.4.oe +++ /dev/null @@ -1,20 +0,0 @@ -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 |