From 0f7239ace6e4cc7624ab82971a31c000d785519f Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 4 Jan 2012 01:24:51 +0000 Subject: Add pulseaudio as an alternative to esound since esd is being last-rited. Not sure if this works properly. Either someone will test this, or we'll stabilize 3.x, or we'll remove ekiga. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- net-voip/ekiga/ChangeLog | 9 +++++++-- net-voip/ekiga/ekiga-2.0.12.ebuild | 7 ++++--- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'net-voip') diff --git a/net-voip/ekiga/ChangeLog b/net-voip/ekiga/ChangeLog index ea9a09116681..2ddaf127c840 100644 --- a/net-voip/ekiga/ChangeLog +++ b/net-voip/ekiga/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-voip/ekiga -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.26 2011/03/27 13:20:56 nirbheek Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.27 2012/01/04 01:24:51 nirbheek Exp $ + + 04 Jan 2012; Nirbheek Chauhan ekiga-2.0.12.ebuild: + Add pulseaudio as an alternative to esound since esd is being last-rited. Not + sure if this works properly. Either someone will test this, or we'll + stabilize 3.x, or we'll remove ekiga. 27 Mar 2011; Nirbheek Chauhan ekiga-2.0.12.ebuild: Fix slot-dep on gtk+ diff --git a/net-voip/ekiga/ekiga-2.0.12.ebuild b/net-voip/ekiga/ekiga-2.0.12.ebuild index 446355f4e226..8dec8de9c391 100644 --- a/net-voip/ekiga/ekiga-2.0.12.ebuild +++ b/net-voip/ekiga/ekiga-2.0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-2.0.12.ebuild,v 1.3 2011/03/27 13:20:56 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-2.0.12.ebuild,v 1.4 2012/01/04 01:24:51 nirbheek Exp $ EAPI="2" inherit gnome2 eutils flag-o-matic @@ -27,7 +27,8 @@ RDEPEND="~dev-libs/pwlib-1.10.$[${PV##*.}-2][ldap] >=gnome-base/gconf-2.2.0 >=gnome-base/orbit-2.5.0 gnome-extra/evolution-data-server - >=media-sound/esound-0.2.28 )" + || ( media-sound/pulseaudio + >=media-sound/esound-0.2.28 ) )" DEPEND="${RDEPEND} dev-lang/perl -- cgit v1.2.3-65-gdbad