diff options
author | 2003-12-06 23:29:34 +0000 | |
---|---|---|
committer | 2003-12-06 23:29:34 +0000 | |
commit | 57d91ace7b6fa88e958bee65001953f0d82ee449 (patch) | |
tree | 85b715a42b7bfd4acd1c20e7b55d975252d1a5d2 /net-im | |
parent | removed unnecessary alsa dep (diff) | |
download | gentoo-2-57d91ace7b6fa88e958bee65001953f0d82ee449.tar.gz gentoo-2-57d91ace7b6fa88e958bee65001953f0d82ee449.tar.bz2 gentoo-2-57d91ace7b6fa88e958bee65001953f0d82ee449.zip |
fixed alsa dep
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/linphone/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/linphone/Manifest | 8 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.10.2.ebuild | 4 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.9.0-r1.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/net-im/linphone/ChangeLog b/net-im/linphone/ChangeLog index ac7344d802b7..f6a635ee984c 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.7 2003/10/13 21:50:14 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.8 2003/12/06 23:29:17 lanius Exp $ + + 07 Dec 2003; Heinrich Wendel <lanius@gentoo.org> linphone-0.10.2.ebuild, + linphone-0.9.0-r1.ebuild: + fixed alsa dep *linphone-0.12.0 (04 Oct 2003) diff --git a/net-im/linphone/Manifest b/net-im/linphone/Manifest index 37e249317368..a59e056625cc 100644 --- a/net-im/linphone/Manifest +++ b/net-im/linphone/Manifest @@ -1,8 +1,8 @@ -MD5 ce57a167c90208412d27cbdf04f70a2a ChangeLog 1152 -MD5 e761e4337fc06d01607d56119a3d2bdd linphone-0.10.2.ebuild 1337 -MD5 8c55808e1d3d72bb970ecb50d69aa0e5 linphone-0.9.0-r1.ebuild 1025 +MD5 2e8903c2be2eb4bddbabb89a677c83f1 linphone-0.10.2.ebuild 1332 MD5 c6875681379825448264d56b9a2aeca3 linphone-0.12.0.ebuild 1330 +MD5 070f7dddaf137c212a0a3249fcb04f56 linphone-0.9.0-r1.ebuild 1020 +MD5 50154752d63bf236d3ac924b08a35b88 ChangeLog 1275 MD5 bf329e2b298c08082a3ff4dfe6c236b3 metadata.xml 315 -MD5 29e56d450d4aa47d230872e2b18eae40 files/digest-linphone-0.10.2 68 MD5 a0232ab5ebf0e61290df410da9561c26 files/digest-linphone-0.9.0-r1 67 +MD5 29e56d450d4aa47d230872e2b18eae40 files/digest-linphone-0.10.2 68 MD5 f271139e66524e42ff3a35b3b442dc87 files/digest-linphone-0.12.0 68 diff --git a/net-im/linphone/linphone-0.10.2.ebuild b/net-im/linphone/linphone-0.10.2.ebuild index 9e705c9379ef..2ffd81a795f7 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-2003 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.6 2003/09/25 20:35:59 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.10.2.ebuild,v 1.7 2003/12/06 23:29:17 lanius Exp $ IUSE="doc gnome gtk2 gtk nls xv alsa" @@ -21,7 +21,7 @@ DEPEND="dev-libs/glib gnome? ( gnome-base/gnome-panel gnome-base/libgnome gnome-base/libgnomeui ) - alsa? ( >media-sound/alsa-driver-0.5 ) + alsa? ( >media-libs/alsa-lib-0.5 ) doc? ( dev-util/gtk-doc )" src_compile() { diff --git a/net-im/linphone/linphone-0.9.0-r1.ebuild b/net-im/linphone/linphone-0.9.0-r1.ebuild index 3de7ae6c673c..59ad90bb6b3c 100644 --- a/net-im/linphone/linphone-0.9.0-r1.ebuild +++ b/net-im/linphone/linphone-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.9.0-r1.ebuild,v 1.3 2003/09/25 20:35:59 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.9.0-r1.ebuild,v 1.4 2003/12/06 23:29:17 lanius Exp $ IUSE="doc gtk nls xv alsa" @@ -17,7 +17,7 @@ DEPEND="dev-libs/glib =gnome-base/gnome-panel-1.4.1 xv? ( dev-lang/nasm ) gtk? ( =x11-libs/gtk+-1.2* ) - alsa? ( >media-sound/alsa-driver-0.5 )" + alsa? ( >media-libs/alsa-lib-0.5 )" src_compile() { |