summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2012-01-04 01:24:51 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2012-01-04 01:24:51 +0000
commit0f7239ace6e4cc7624ab82971a31c000d785519f (patch)
tree1063f326a28cf10d33fb0a71f1ad4a0e8f754df4 /net-voip
parentLast Rites for esound daemon as per mail to gentoo-dev (diff)
downloadgentoo-2-0f7239ace6e4cc7624ab82971a31c000d785519f.tar.gz
gentoo-2-0f7239ace6e4cc7624ab82971a31c000d785519f.tar.bz2
gentoo-2-0f7239ace6e4cc7624ab82971a31c000d785519f.zip
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)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/ekiga/ChangeLog9
-rw-r--r--net-voip/ekiga/ekiga-2.0.12.ebuild7
2 files changed, 11 insertions, 5 deletions
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 <nirbheek@gentoo.org> 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 <nirbheek@gentoo.org> 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