diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-05-23 17:12:39 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-05-23 17:12:39 +0000 |
commit | ea0c4ed1fa56489d2b48b291c9cc652e26a4a3ad (patch) | |
tree | d8f46233a4a2bf0c11900cf4f753d7723f107395 /media-libs/farsight | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-2-ea0c4ed1fa56489d2b48b291c9cc652e26a4a3ad.tar.gz gentoo-2-ea0c4ed1fa56489d2b48b291c9cc652e26a4a3ad.tar.bz2 gentoo-2-ea0c4ed1fa56489d2b48b291c9cc652e26a4a3ad.zip |
fix depends thanks to halcy0n
(Portage version: 2.1_rc2)
Diffstat (limited to 'media-libs/farsight')
-rw-r--r-- | media-libs/farsight/farsight-0.1_alpha20060521.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/farsight/farsight-0.1_alpha20060521.ebuild b/media-libs/farsight/farsight-0.1_alpha20060521.ebuild index a2688adbaca5..f4027a6d9645 100644 --- a/media-libs/farsight/farsight-0.1_alpha20060521.ebuild +++ b/media-libs/farsight/farsight-0.1_alpha20060521.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1_alpha20060521.ebuild,v 1.1 2006/05/22 00:02:37 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1_alpha20060521.ebuild,v 1.2 2006/05/23 17:12:39 genstef Exp $ DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers." HOMEPAGE="http://farsight.sourceforge.net/" @@ -14,11 +14,10 @@ IUSE="sofia-sip gnet jingle" # msn yahoo SLOT="0" -DEPEND="=media-libs/gstreamer-0.10* +RDEPEND="=media-libs/gstreamer-0.10* =media-plugins/gst-plugins-farsight-0.10* - >=sys-devel/autoconf-2.59 - >=sys-devel/automake-1.5 >=dev-libs/glib-2.0 + dev-libs/libxml2 gnet? ( net-libs/gnet ) sofia-sip? ( net-libs/sofia-sip ) jingle? ( net-libs/libjingle )" |