summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2008-10-15 19:00:33 +0000
committerOlivier Crête <tester@gentoo.org>2008-10-15 19:00:33 +0000
commit67877bb4568505ee4bba63c9ad0ca414fc3b8422 (patch)
tree494e1a6ba48716dc771d2c326e393925cb7fc652 /net-voip/telepathy-stream-engine
parentAdd ~sparc for testing, part of Bug #242236. (diff)
downloadgentoo-2-67877bb4568505ee4bba63c9ad0ca414fc3b8422.tar.gz
gentoo-2-67877bb4568505ee4bba63c9ad0ca414fc3b8422.tar.bz2
gentoo-2-67877bb4568505ee4bba63c9ad0ca414fc3b8422.zip
Version bump, and pulseaudio plugins are now in gst-plugins-good, fixes bug #241944
(Portage version: 2.1.4.5)
Diffstat (limited to 'net-voip/telepathy-stream-engine')
-rw-r--r--net-voip/telepathy-stream-engine/ChangeLog10
-rw-r--r--net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild6
-rw-r--r--net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.3.ebuild47
3 files changed, 60 insertions, 3 deletions
diff --git a/net-voip/telepathy-stream-engine/ChangeLog b/net-voip/telepathy-stream-engine/ChangeLog
index 0b5f9be001ab..a668f0b89904 100644
--- a/net-voip/telepathy-stream-engine/ChangeLog
+++ b/net-voip/telepathy-stream-engine/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-voip/telepathy-stream-engine
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/ChangeLog,v 1.21 2008/04/21 22:08:09 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/ChangeLog,v 1.22 2008/10/15 19:00:33 tester Exp $
+
+*telepathy-stream-engine-0.5.3 (15 Oct 2008)
+
+ 15 Oct 2008; Olivier Crête <tester@gentoo.org>
+ telepathy-stream-engine-0.5.2.ebuild,
+ +telepathy-stream-engine-0.5.3.ebuild:
+ Version bump, and pulseaudio plugins are now in gst-plugins-good, fixes bug
+ #241944
21 Apr 2008; Olivier Crête <tester@gentoo.org>
telepathy-stream-engine-0.5.2.ebuild:
diff --git a/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild b/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild
index 7e8df20a5656..3705a56643a5 100644
--- a/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild
+++ b/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild,v 1.2 2008/04/21 22:08:09 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild,v 1.3 2008/10/15 19:00:33 tester Exp $
DESCRIPTION="A Telepathy client that handles channels of type 'StreamedMedia'"
HOMEPAGE="http://telepathy.freedesktop.org/"
@@ -29,7 +29,9 @@ RDEPEND="${DEPEND}
esd? ( =media-plugins/gst-plugins-esd-0.10* )
oss? ( =media-plugins/gst-plugins-oss-0.10* )
gnome? ( =media-plugins/gst-plugins-gconf-0.10* )
- pulseaudio? ( media-plugins/gst-plugins-pulse )"
+ pulseaudio? ( || (
+ >=media-libs/gst-plugins-good-0.10.9
+ media-plugins/gst-plugins-pulse ) )"
src_compile() {
econf \
diff --git a/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.3.ebuild b/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.3.ebuild
new file mode 100644
index 000000000000..8aba4f46b4b7
--- /dev/null
+++ b/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.3.ebuild,v 1.1 2008/10/15 19:00:33 tester Exp $
+
+DESCRIPTION="A Telepathy client that handles channels of type 'StreamedMedia'"
+HOMEPAGE="http://telepathy.freedesktop.org/"
+SRC_URI="http://telepathy.freedesktop.org/releases/stream-engine/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug v4l v4l2 xv alsa esd oss gnome pulseaudio"
+
+DEPEND=">=dev-libs/glib-2.4
+ dev-libs/libxml2
+ >=media-libs/farsight-0.1.27
+ =media-libs/gst-plugins-base-0.10*
+ >=media-libs/gstreamer-0.10.17
+ >=net-libs/telepathy-glib-0.7.6
+ >=dev-libs/dbus-glib-0.71
+ x11-libs/libX11"
+
+RDEPEND="${DEPEND}
+ =media-plugins/gst-plugins-x-0.10*
+ v4l? ( =media-plugins/gst-plugins-v4l-0.10* )
+ v4l2? ( =media-plugins/gst-plugins-v4l2-0.10* )
+ xv? ( =media-plugins/gst-plugins-xvideo-0.10* )
+ alsa? ( =media-plugins/gst-plugins-alsa-0.10* )
+ esd? ( =media-plugins/gst-plugins-esd-0.10* )
+ oss? ( =media-plugins/gst-plugins-oss-0.10* )
+ gnome? ( =media-plugins/gst-plugins-gconf-0.10* )
+ pulseaudio? ( || (
+ >=media-libs/gst-plugins-good-0.10.9
+ media-plugins/gst-plugins-pulse ) )"
+
+src_compile() {
+ econf \
+ $(use_enable debug backtrace) \
+ || die "econf failed"
+
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake failed"
+ dodoc TODO ChangeLog
+}