Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236170
Collapse All | Expand All

(-)a/media-libs/farsight/farsight-0.1.28.ebuild (+8 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.28.ebuild,v 1.1 2008/08/24 15:23:09 tester Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.28.ebuild,v 1.1 2008/08/24 15:23:09 tester Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
7
DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
6
HOMEPAGE="http://farsight.freedesktop.org/"
8
HOMEPAGE="http://farsight.freedesktop.org/"
7
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
9
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
Lines 31-36 DEPEND="${COMMON_DEPEND} Link Here
31
	doc? ( >=dev-util/gtk-doc-1.5 )
33
	doc? ( >=dev-util/gtk-doc-1.5 )
32
	test? ( >=dev-libs/check-0.9.4 )"
34
	test? ( >=dev-libs/check-0.9.4 )"
33
35
36
pkg_setup() {
37
	if use jingle && ! built_with_use -o media-plugins/gst-plugins-farsight jingle ; then
38
		die "${PN} needs media-plugins/gst-plugins-farsight built with jingle"
39
	fi
40
}
41
34
src_compile() {
42
src_compile() {
35
	# I'm disabling clinkc because it sucks, isnt in portage
43
	# I'm disabling clinkc because it sucks, isnt in portage
36
	# and I couldnt care less for upnp
44
	# and I couldnt care less for upnp
(-)a/net-voip/telepathy-gabble/telepathy-gabble-0.7.8.ebuild (-2 / +7 lines)
Lines 11-23 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" Link Here
11
LICENSE="LGPL-2.1"
11
LICENSE="LGPL-2.1"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 ~x86"
13
KEYWORDS="~amd64 ~x86"
14
IUSE="debug test"
14
IUSE="debug jingle test"
15
15
16
RDEPEND=">=dev-libs/glib-2.10
16
RDEPEND=">=dev-libs/glib-2.10
17
	>=dev-libs/dbus-glib-0.73
17
	>=dev-libs/dbus-glib-0.73
18
	>=net-libs/telepathy-glib-0.7.14
18
	>=net-libs/telepathy-glib-0.7.14
19
	dev-lang/python
19
	dev-lang/python
20
	>=net-libs/loudmouth-1.3.2"
20
	>=net-libs/loudmouth-1.3.2
21
	jingle? ( >=net-voip/telepathy-stream-engine-0.5.2 )"
21
22
22
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
23
	dev-libs/libxslt
24
	dev-libs/libxslt
Lines 30-35 pkg_setup() { Link Here
30
		eerror "USE='gnutls' or USE='ssl'."
31
		eerror "USE='gnutls' or USE='ssl'."
31
		die "No TLS support in net-libs/loudmouth"
32
		die "No TLS support in net-libs/loudmouth"
32
	fi
33
	fi
34
	# farsight is a dependency of telepathy-stream-engine
35
	if use jingle && ! built_with_use -o media-libs/farsight jingle ; then
36
		die "${PN} needs media-libs/farsight built with USE=jingle"
37
	fi
33
}
38
}
34
39
35
src_compile() {
40
src_compile() {

Return to bug 236170