Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 206463 | Differences between
and this patch

Collapse All | Expand All

(-)asterisk-1.2.27.ebuild (-6 / +14 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
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/net-misc/asterisk/asterisk-1.2.27.ebuild,v 1.4 2008/05/21 19:00:02 dev-zero Exp $
3
# $Header: $
4
5
EAPI="1"
4
6
5
inherit eutils multilib toolchain-funcs
7
inherit eutils multilib toolchain-funcs
6
8
Lines 27-38 Link Here
27
29
28
SLOT="0"
30
SLOT="0"
29
LICENSE="GPL-2"
31
LICENSE="GPL-2"
30
KEYWORDS="~alpha amd64 ~hppa ~ppc sparc x86"
32
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
31
33
32
RDEPEND="dev-libs/newt
34
RDEPEND="dev-libs/newt
33
	media-sound/sox
35
	media-sound/sox
34
	ssl? ( dev-libs/openssl )
36
	ssl? ( dev-libs/openssl )
35
	gtk? ( =x11-libs/gtk+-1.2* )
37
	gtk? ( x11-libs/gtk+:1 )
36
	pri? ( >=net-libs/libpri-1.2.5 )
38
	pri? ( >=net-libs/libpri-1.2.5 )
37
	h323? ( >=dev-libs/pwlib-1.8.3
39
	h323? ( >=dev-libs/pwlib-1.8.3
38
		>=net-libs/openh323-1.15.0 )
40
		>=net-libs/openh323-1.15.0 )
Lines 40-48 Link Here
40
	curl? ( net-misc/curl )
42
	curl? ( net-misc/curl )
41
	odbc? ( dev-db/unixODBC )
43
	odbc? ( dev-db/unixODBC )
42
	speex? ( media-libs/speex )
44
	speex? ( media-libs/speex )
43
	sqlite? ( <dev-db/sqlite-3.0.0 )
45
	sqlite? ( dev-db/sqlite:0 )
44
	zaptel? ( >=net-misc/zaptel-1.2.16 )
46
	zaptel? ( >=net-misc/zaptel-1.2.16 )
45
	postgres? ( virtual/postgresql-server )
47
	postgres? ( virtual/postgresql-base )
46
	osp? ( >=net-libs/osptoolkit-3.3.4 )
48
	osp? ( >=net-libs/osptoolkit-3.3.4 )
47
	bri? (  >=net-libs/libpri-1.2.5
49
	bri? (  >=net-libs/libpri-1.2.5
48
		>=net-misc/zaptel-1.2.18 )"
50
		>=net-misc/zaptel-1.2.18 )"
Lines 217-222 Link Here
217
	# Re-enable at your own risk (no USE since it can be critical)
219
	# Re-enable at your own risk (no USE since it can be critical)
218
	#
220
	#
219
	sed -i -e 's/pbx_ael.so//' pbx/Makefile || die
221
	sed -i -e 's/pbx_ael.so//' pbx/Makefile || die
222
223
	# codecs/Makefile does not add -lspeexdsp needed for speex 1.2,  bug #206463
224
	if use speex && has_version ">=media-libs/speex-1.2"; then
225
		sed -i -e "s/-lspeex/-lspeex -lspeexdsp/" codecs/Makefile \
226
			|| die "patching codecs/Makefile failed"
227
	fi
220
}
228
}
221
229
222
src_compile() {
230
src_compile() {

Return to bug 206463