summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-03-21 12:16:20 +0000
committerFabian Groffen <grobian@gentoo.org>2010-03-21 12:16:20 +0000
commitbe5875b861912094a2bfbedf8b8b47cfb064802a (patch)
treecc103519a0977e5dc94e928fb2702a58754ad996 /net-voip
parentRevbump for Darwin (coreaudio) support, bump to EAPI=3 for Prefix support, ma... (diff)
downloadgentoo-2-be5875b861912094a2bfbedf8b8b47cfb064802a.tar.gz
gentoo-2-be5875b861912094a2bfbedf8b8b47cfb064802a.tar.bz2
gentoo-2-be5875b861912094a2bfbedf8b8b47cfb064802a.zip
Bumped to EAPI=3 for Prefix changes, marked ~ppc-macos and ~x86-macos, bug #310253
(Portage version: 2.2.00.15838-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/linphone/ChangeLog6
-rw-r--r--net-voip/linphone/linphone-3.2.1-r1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/net-voip/linphone/ChangeLog b/net-voip/linphone/ChangeLog
index a3ccf57d6fdb..8d81589f6d1a 100644
--- a/net-voip/linphone/ChangeLog
+++ b/net-voip/linphone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-voip/linphone
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.42 2010/03/18 06:04:09 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.43 2010/03/21 12:16:20 grobian Exp $
+
+ 21 Mar 2010; Fabian Groffen <grobian@gentoo.org> linphone-3.2.1-r1.ebuild:
+ Bumped to EAPI=3 for Prefix changes, marked ~ppc-macos and ~x86-macos, bug
+ #310253
*linphone-3.2.1-r1 (18 Mar 2010)
diff --git a/net-voip/linphone/linphone-3.2.1-r1.ebuild b/net-voip/linphone/linphone-3.2.1-r1.ebuild
index 4b5e49aa0128..b328406a904f 100644
--- a/net-voip/linphone/linphone-3.2.1-r1.ebuild
+++ b/net-voip/linphone/linphone-3.2.1-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r1.ebuild,v 1.1 2010/03/18 06:04:09 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r1.ebuild,v 1.2 2010/03/21 12:16:20 grobian Exp $
-EAPI="2"
+EAPI="3"
inherit eutils autotools multilib
@@ -12,7 +12,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/stable/sources/${P}.
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
IUSE="doc gtk ipv6 ncurses nls video"
RDEPEND=">=media-libs/mediastreamer-2.3.0[video?]
@@ -81,7 +81,7 @@ src_configure() {
# rsvp: breaking the build (not maintained anymore) --disable = --enable
# alsa, artsc and portaudio are used for bundled mediastreamer
econf \
- --libdir=/usr/$(get_libdir) \
+ --libdir="${EPREFIX}"/usr/$(get_libdir) \
--disable-strict \
--enable-external-ortp \
--enable-external-mediastreamer \