diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-31 04:56:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-31 04:56:45 +0000 |
commit | 936837e586e78154f55e4e2a66699ddc8d5004a1 (patch) | |
tree | 9a2f180862c0d12db2ec2fda44d6e5d98e3433a3 /net-voip | |
parent | fix bug #221447 and the executable stacks QA; tidy ebuild (diff) | |
download | gentoo-2-936837e586e78154f55e4e2a66699ddc8d5004a1.tar.gz gentoo-2-936837e586e78154f55e4e2a66699ddc8d5004a1.tar.bz2 gentoo-2-936837e586e78154f55e4e2a66699ddc8d5004a1.zip |
nasm moved to DEPEND for bug #221451
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/linphone/ChangeLog | 6 | ||||
-rw-r--r-- | net-voip/linphone/linphone-2.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-voip/linphone/ChangeLog b/net-voip/linphone/ChangeLog index 78dc6966f0c6..55d93effee3d 100644 --- a/net-voip/linphone/ChangeLog +++ b/net-voip/linphone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-voip/linphone # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.16 2008/08/22 23:18:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.17 2008/08/31 04:56:45 mr_bones_ Exp $ + + 31 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> + linphone-2.1.1.ebuild: + nasm moved to DEPEND for bug #221451 22 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/net-voip/linphone/linphone-2.1.1.ebuild b/net-voip/linphone/linphone-2.1.1.ebuild index e68904741644..4380450317eb 100644 --- a/net-voip/linphone/linphone-2.1.1.ebuild +++ b/net-voip/linphone/linphone-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild,v 1.3 2008/08/01 18:55:36 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild,v 1.4 2008/08/31 04:56:45 mr_bones_ Exp $ # Note: video support in linphone relies on swscaler being disabled # in ffmpeg. this is because the video code in linphone is old @@ -28,7 +28,6 @@ RDEPEND="dev-libs/glib >=net-libs/libeXosip-3.0.3 >=media-libs/speex-1.1.12 gsm? ( >=media-sound/gsm-1.0.12-r1 ) - x86? ( xv? ( dev-lang/nasm ) ) gtk? ( >=x11-libs/gtk+-2 gnome-base/libglade @@ -42,6 +41,7 @@ RDEPEND="dev-libs/glib >=media-libs/libtheora-1.0_alpha7 )" DEPEND="${RDEPEND} + x86? ( xv? ( dev-lang/nasm ) ) dev-util/pkgconfig" # use the bundled ortp until newer versions leave package.mask # >=net-libs/ortp-0.9.0 |