diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2004-03-14 21:10:44 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2004-03-14 21:10:44 +0000 |
commit | 319676f8e4a90290f2ebe440f25924e0d0981023 (patch) | |
tree | 53f9cf89844524063f159d32fd143833d6cfbf91 /net-im/linphone | |
parent | AMD64 keywords (Manifest recommit) (diff) | |
download | gentoo-2-319676f8e4a90290f2ebe440f25924e0d0981023.tar.gz gentoo-2-319676f8e4a90290f2ebe440f25924e0d0981023.tar.bz2 gentoo-2-319676f8e4a90290f2ebe440f25924e0d0981023.zip |
updated dependencies, linphone won't build with (only) libosip-2.x
Diffstat (limited to 'net-im/linphone')
-rw-r--r-- | net-im/linphone/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.10.2.ebuild | 12 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.12.0.ebuild | 4 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.12.1.ebuild | 4 |
4 files changed, 16 insertions, 12 deletions
diff --git a/net-im/linphone/ChangeLog b/net-im/linphone/ChangeLog index 31a635627dda..4f16f38f5e10 100644 --- a/net-im/linphone/ChangeLog +++ b/net-im/linphone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/linphone -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.11 2004/01/07 15:21:57 bazik Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.12 2004/03/14 21:10:44 stkn Exp $ + + 14 Mar 2004; Stefan Knoblich <stkn@gentoo.org> linphone-0.10.2.ebuild, + linphone-0.12.0.ebuild, linphone-0.12.1.ebuild: + updated depdendencies (linphone won't build with libosip-2.x) 07 Jan 2004; Sven Blumenstein <bazik@gentoo.org> linphone-0.12.1.ebuild: Removed KEYWORD's of untested archs again. diff --git a/net-im/linphone/linphone-0.10.2.ebuild b/net-im/linphone/linphone-0.10.2.ebuild index e289843d9e7c..b5416f0c4a18 100644 --- a/net-im/linphone/linphone-0.10.2.ebuild +++ b/net-im/linphone/linphone-0.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.10.2.ebuild,v 1.9 2004/01/03 02:10:56 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.10.2.ebuild,v 1.10 2004/03/14 21:10:44 stkn Exp $ IUSE="doc gnome gtk2 gtk nls xv alsa" @@ -13,14 +13,14 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="dev-libs/glib - >=net-libs/libosip-0.9.6 + <net-libs/libosip-2.0.0 dev-util/pkgconfig x86? ( xv? ( dev-lang/nasm ) ) gtk? ( =x11-libs/gtk+-1.2* ) gtk2? ( >=x11-libs/gtk+-2 ) gnome? ( gnome-base/gnome-panel - gnome-base/libgnome - gnome-base/libgnomeui ) + gnome-base/libgnome + gnome-base/libgnomeui ) alsa? ( >media-libs/alsa-lib-0.5 ) doc? ( dev-util/gtk-doc )" @@ -32,10 +32,10 @@ src_compile() { then use gtk2 && myconf="${myconf} --enable-platform-gnome-2" else - use gnome || myconf="${myconf}--enable-gnome_ui=no" + use gnome || myconf="${myconf} --enable-gnome_ui=no" fi - if use gtk && use doc + if use doc then myconf="${myconf} --enable-gtk-doc" else diff --git a/net-im/linphone/linphone-0.12.0.ebuild b/net-im/linphone/linphone-0.12.0.ebuild index efa62dcdcc7b..2534dfb4caf0 100644 --- a/net-im/linphone/linphone-0.12.0.ebuild +++ b/net-im/linphone/linphone-0.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.12.0.ebuild,v 1.3 2004/01/03 02:10:56 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.12.0.ebuild,v 1.4 2004/03/14 21:10:44 stkn Exp $ IUSE="doc gnome gtk2 gtk nls xv alsa" @@ -13,7 +13,7 @@ LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="dev-libs/glib - >=net-libs/libosip-0.9.6 + <net-libs/libosip-2.0.0 dev-util/pkgconfig x86? ( xv? ( dev-lang/nasm ) ) gtk? ( =x11-libs/gtk+-1.2* ) diff --git a/net-im/linphone/linphone-0.12.1.ebuild b/net-im/linphone/linphone-0.12.1.ebuild index efb2ba929c23..57ec21c31fdb 100644 --- a/net-im/linphone/linphone-0.12.1.ebuild +++ b/net-im/linphone/linphone-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.12.1.ebuild,v 1.2 2004/01/07 15:21:57 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.12.1.ebuild,v 1.3 2004/03/14 21:10:44 stkn Exp $ IUSE="doc gnome nls xv alsa ipv6" @@ -13,7 +13,7 @@ LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="dev-libs/glib - >=net-libs/libosip-0.9.6 + <net-libs/libosip-2.0.0 dev-util/pkgconfig x86? ( xv? ( dev-lang/nasm ) |