summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-27 22:15:57 +0000
committerPhil Blundell <philb@gnu.org>2004-11-27 22:15:57 +0000
commit6c56e5eaa15383b3bc20c8dda7cd678af18a0e6e (patch)
treed336e1bc20239a1bf1356624ebd4bcf7cb02922a
parentb483d07e94940903a8aadcec3b53af90441a1d70 (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
-rw-r--r--gstreamer/gstreamer_0.8.0.oe20
-rw-r--r--gstreamer/gstreamer_0.8.1.oe25
-rw-r--r--gstreamer/gstreamer_0.8.2.oe26
-rw-r--r--gstreamer/gstreamer_0.8.3.oe33
-rw-r--r--rhythmbox/rhythmbox_0.8.4.oe20
5 files changed, 0 insertions, 124 deletions
diff --git a/gstreamer/gstreamer_0.8.0.oe b/gstreamer/gstreamer_0.8.0.oe
deleted file mode 100644
index 17a880c8e2..0000000000
--- a/gstreamer/gstreamer_0.8.0.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
-It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 gettext libxml2 popt"
-SECTION = "x11/network"
-PRIORITY = "optional"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.8.0.tar.bz2"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-
-inherit autotools pkgconfig gettext
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR}/share/man
-}
diff --git a/gstreamer/gstreamer_0.8.1.oe b/gstreamer/gstreamer_0.8.1.oe
deleted file mode 100644
index 159719ffd5..0000000000
--- a/gstreamer/gstreamer_0.8.1.oe
+++ /dev/null
@@ -1,25 +0,0 @@
-PR = "r1"
-
-DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
-It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 libxml2 popt"
-SECTION = "x11/network"
-PRIORITY = "optional"
-
-FILES_${PN} += " ${libdir}/gstreamer-0.8/*.so"
-FILES_${PN}-dev += " ${libdir}/gstreamer-0.8/*.la ${libdir}/gstreamer-0.8/*.a"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-
-inherit autotools pkgconfig gettext
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR}/share/man
-}
diff --git a/gstreamer/gstreamer_0.8.2.oe b/gstreamer/gstreamer_0.8.2.oe
deleted file mode 100644
index e8c82c9b70..0000000000
--- a/gstreamer/gstreamer_0.8.2.oe
+++ /dev/null
@@ -1,26 +0,0 @@
-PR = "r0"
-
-DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
-It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 libxml2 popt"
-SECTION = "x11/network"
-PRIORITY = "optional"
-
-FILES_${PN} += " ${libdir}/gstreamer-0.8/*.so"
-FILES_${PN}-dev += " ${libdir}/gstreamer-0.8/*.la ${libdir}/gstreamer-0.8/*.a"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
- file://configure-largefile.patch;patch=1;pnum=0"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-
-inherit autotools pkgconfig gettext
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR}/share/man
-}
diff --git a/gstreamer/gstreamer_0.8.3.oe b/gstreamer/gstreamer_0.8.3.oe
deleted file mode 100644
index 9cc875ec78..0000000000
--- a/gstreamer/gstreamer_0.8.3.oe
+++ /dev/null
@@ -1,33 +0,0 @@
-PR = "r1"
-
-DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
-It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 libxml2 popt"
-SECTION = "x11/network"
-PRIORITY = "optional"
-
-FILES_${PN} += " ${libdir}/gstreamer-0.8/*.so"
-FILES_${PN}-dev += " ${libdir}/gstreamer-0.8/*.la ${libdir}/gstreamer-0.8/*.a"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
- file://gstreamer.xsession \
- file://configure-largefile.patch;patch=1;pnum=0"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-
-inherit autotools pkgconfig gettext
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR}/share/man
-}
-
-do_install_append() {
- install -d ${D}/etc/X11/Xsession.d
- install ${WORKDIR}/gstreamer.xsession ${D}/etc/X11/Xsession.d/90gst-register
-}
-
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