Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-2.1.1.ebuild ChangeLog
Date: Sun, 31 Aug 2008 04:56:48
Message-Id: E1KZezV-0002Dm-OZ@stork.gentoo.org
1 mr_bones_ 08/08/31 04:56:45
2
3 Modified: linphone-2.1.1.ebuild ChangeLog
4 Log:
5 nasm moved to DEPEND for bug #221451
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 net-voip/linphone/linphone-2.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild?r1=1.3&r2=1.4
14
15 Index: linphone-2.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- linphone-2.1.1.ebuild 1 Aug 2008 18:55:36 -0000 1.3
22 +++ linphone-2.1.1.ebuild 31 Aug 2008 04:56:45 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild,v 1.3 2008/08/01 18:55:36 nixnut Exp $
27 +# $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 $
28
29 # Note: video support in linphone relies on swscaler being disabled
30 # in ffmpeg. this is because the video code in linphone is old
31 @@ -28,7 +28,6 @@
32 >=net-libs/libeXosip-3.0.3
33 >=media-libs/speex-1.1.12
34 gsm? ( >=media-sound/gsm-1.0.12-r1 )
35 - x86? ( xv? ( dev-lang/nasm ) )
36 gtk? (
37 >=x11-libs/gtk+-2
38 gnome-base/libglade
39 @@ -42,6 +41,7 @@
40 >=media-libs/libtheora-1.0_alpha7
41 )"
42 DEPEND="${RDEPEND}
43 + x86? ( xv? ( dev-lang/nasm ) )
44 dev-util/pkgconfig"
45 # use the bundled ortp until newer versions leave package.mask
46 # >=net-libs/ortp-0.9.0
47
48
49
50 1.17 net-voip/linphone/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.17&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.17&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.16&r2=1.17
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
59 retrieving revision 1.16
60 retrieving revision 1.17
61 diff -u -r1.16 -r1.17
62 --- ChangeLog 22 Aug 2008 23:18:39 -0000 1.16
63 +++ ChangeLog 31 Aug 2008 04:56:45 -0000 1.17
64 @@ -1,6 +1,10 @@
65 # ChangeLog for net-voip/linphone
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.16 2008/08/22 23:18:39 cardoe Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.17 2008/08/31 04:56:45 mr_bones_ Exp $
69 +
70 + 31 Aug 2008; Michael Sterrett <mr_bones_@g.o>
71 + linphone-2.1.1.ebuild:
72 + nasm moved to DEPEND for bug #221451
73
74 22 Aug 2008; Doug Goldstein <cardoe@g.o> metadata.xml:
75 add GLEP 56 USE flag desc from use.local.desc