From 9aad9078dc77425b83aa051d89062f52e2f000b8 Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Sun, 19 Sep 2010 21:24:17 +0000 Subject: tapioca, farsight: move to obsolete. These recipes are old and unbuildable. * gst-plugins-farsight uses all 6gb of my memory in do_configure. Its 4 years old and has been obsoleted upstream. http://farsight.freedesktop.org/releases/obsolete/gst-plugins-farsight/OBSOLETE * farsight has moved on to version 2, of which there is an in tree recipe. * tapioca depends on the obsolete versions and development stalled years ago. Signed-off-by: Graham Gower Acked-by: Frans Meulenbroeks Signed-off-by: Khem Raj --- recipes/farsight/farsight_0.1.5.bb | 26 ------------------------- recipes/farsight/gst-plugins-farsight_0.10.1.bb | 24 ----------------------- 2 files changed, 50 deletions(-) delete mode 100644 recipes/farsight/farsight_0.1.5.bb delete mode 100644 recipes/farsight/gst-plugins-farsight_0.10.1.bb (limited to 'recipes/farsight') diff --git a/recipes/farsight/farsight_0.1.5.bb b/recipes/farsight/farsight_0.1.5.bb deleted file mode 100644 index 70e1468c2d..0000000000 --- a/recipes/farsight/farsight_0.1.5.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers." -HOMEPAGE = "http://farsight.sf.net" -SRC_URI = "http://telepathy.freedesktop.org/releases/farsight/${P}.tar.gz" - - -DEPENDS = "glib-2.0 libxml2 zlib dbus libjingle gstreamer gst-plugins-base" - -inherit autotools pkgconfig - -EXTRA_OECONF = " \ ---disable-debug \ - --disable-gtk-doc \ - --disable-sequence-diagrams \ - --disable-sofia-sip \ - --enable-jingle-p2p \ - --disable-gnet \ - --disable-msnwebcam \ - --disable-msnavconf \ - --disable-yahoowebcam \ - --enable-rtp" - -FILES_${PN} += "${libdir}/farsight-0.1/*so" -FILES_${PN}-dev += "${libdir}/farsight-0.1/*.a ${libdir}/farsight-0.1/*.so.*" - -SRC_URI[md5sum] = "2aaf871471a9ec037763c5dc7c193c57" -SRC_URI[sha256sum] = "6b9785167934948a582839f9723e37214cab1607a9764c35f10d555f8e662575" diff --git a/recipes/farsight/gst-plugins-farsight_0.10.1.bb b/recipes/farsight/gst-plugins-farsight_0.10.1.bb deleted file mode 100644 index 0c390e5e07..0000000000 --- a/recipes/farsight/gst-plugins-farsight_0.10.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers." -HOMEPAGE = "http://farsight.sf.net" -SRC_URI = "http://telepathy.freedesktop.org/releases/gst-plugins-farsight/${P}.tar.gz" - - -DEPENDS = "glib-2.0 libxml2 zlib dbus libjingle gstreamer gst-plugins-base" - -inherit autotools pkgconfig - -EXTRA_OECONF = " \ ---disable-debug \ - --disable-jrtplib \ - --disable-mimic \ - --disable-gsm \ - --disable-jasper \ - --enable-jingle-p2p \ - --with-plugins=rtpdemux,rtpjitterbuffer" - - -FILES_${PN} += "${libdir}/gstreamer-0.10/*so" -FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.a ${libdir}/gstreamer-0.10/*.so.*" - -SRC_URI[md5sum] = "578ef83efd03124e7085abe719513bac" -SRC_URI[sha256sum] = "623e187f87037a690b5d0beef5991b3f2a58bb5058fad8c75329f48f0b07da4b" -- cgit 1.2.3-korg