Gentoo Archives: gentoo-commits

From: "Mounir Lamouri (volkmar)" <volkmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/linphone: metadata.xml ChangeLog linphone-3.0.0.ebuild linphone-2.1.1.ebuild
Date: Fri, 24 Apr 2009 03:48:35
Message-Id: E1LxCOu-0004GU-Jy@stork.gentoo.org
1 volkmar 09/04/24 03:48:32
2
3 Modified: metadata.xml ChangeLog linphone-3.0.0.ebuild
4 linphone-2.1.1.ebuild
5 Log:
6 ilbc USE flag is not used by linphone since a while, bug 258407
7 (Portage version: 2.1.6.7/cvs/Linux ppc)
8
9 Revision Changes Path
10 1.6 net-voip/linphone/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/metadata.xml?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/metadata.xml?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/metadata.xml?r1=1.5&r2=1.6
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/metadata.xml,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- metadata.xml 23 Dec 2008 04:05:12 -0000 1.5
23 +++ metadata.xml 24 Apr 2009 03:48:32 -0000 1.6
24 @@ -5,7 +5,6 @@
25 <use>
26 <flag name='console'>Build console interface</flag>
27 <flag name='gsm'>Include support for the gsm audio codec</flag>
28 - <flag name='ilbc'>Build ILBC codec plugin</flag>
29 <flag name='video'>Enable video support (display/capture)</flag>
30 </use>
31 </pkgmetadata>
32
33
34
35 1.23 net-voip/linphone/ChangeLog
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.23&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.23&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.22&r2=1.23
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
44 retrieving revision 1.22
45 retrieving revision 1.23
46 diff -u -r1.22 -r1.23
47 --- ChangeLog 2 Jan 2009 07:21:37 -0000 1.22
48 +++ ChangeLog 24 Apr 2009 03:48:32 -0000 1.23
49 @@ -1,6 +1,11 @@
50 # ChangeLog for net-voip/linphone
51 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.22 2009/01/02 07:21:37 vapier Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.23 2009/04/24 03:48:32 volkmar Exp $
54 +
55 + 24 Apr 2009; Mounir Lamouri <volkmar@g.o> linphone-2.1.1.ebuild,
56 + linphone-3.0.0.ebuild, metadata.xml:
57 + linphone uses ilbc with a mediastreamer plugin since a long time.
58 + ilbc USE flag was not dropped when needed. See bug 258407.
59
60 02 Jan 2009; Mike Frysinger <vapier@g.o> linphone-3.0.0.ebuild:
61 Disable intltool requirements #252704.
62
63
64
65 1.3 net-voip/linphone/linphone-3.0.0.ebuild
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?rev=1.3&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?rev=1.3&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?r1=1.2&r2=1.3
70
71 Index: linphone-3.0.0.ebuild
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v
74 retrieving revision 1.2
75 retrieving revision 1.3
76 diff -u -r1.2 -r1.3
77 --- linphone-3.0.0.ebuild 2 Jan 2009 07:21:37 -0000 1.2
78 +++ linphone-3.0.0.ebuild 24 Apr 2009 03:48:32 -0000 1.3
79 @@ -1,6 +1,6 @@
80 # Copyright 1999-2009 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.2 2009/01/02 07:21:37 vapier Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.3 2009/04/24 03:48:32 volkmar Exp $
84
85 inherit eutils
86
87 @@ -11,7 +11,7 @@
88 LICENSE="GPL-2"
89 SLOT="1"
90 KEYWORDS="~amd64 ~ppc ~x86"
91 -IUSE="alsa arts console gsm gtk ilbc ipv6 video xv"
92 +IUSE="alsa arts console gsm gtk ipv6 video xv"
93
94 RDEPEND="dev-libs/glib
95 dev-perl/XML-Parser
96 @@ -26,7 +26,6 @@
97 )
98 alsa? ( media-libs/alsa-lib )
99 arts? ( kde-base/arts )
100 - ilbc? ( dev-libs/ilbc-rfc3951 )
101 video? (
102 >=media-libs/libsdl-1.2.9
103 media-video/ffmpeg
104 @@ -57,7 +56,6 @@
105 --libexecdir=/usr/$(get_libdir)/linphone/exec \
106 $(use_enable console console_ui) \
107 $(use_enable gtk gtk_ui) \
108 - $(use_with ilbc) \
109 $(use_enable ipv6) \
110 $(use_enable alsa) \
111 $(use_enable arts artsc) \
112
113
114
115 1.8 net-voip/linphone/linphone-2.1.1.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild?rev=1.8&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild?rev=1.8&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild?r1=1.7&r2=1.8
120
121 Index: linphone-2.1.1.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild,v
124 retrieving revision 1.7
125 retrieving revision 1.8
126 diff -u -r1.7 -r1.8
127 --- linphone-2.1.1.ebuild 23 Dec 2008 04:05:12 -0000 1.7
128 +++ linphone-2.1.1.ebuild 24 Apr 2009 03:48:32 -0000 1.8
129 @@ -1,6 +1,6 @@
130 -# Copyright 1999-2008 Gentoo Foundation
131 +# Copyright 1999-2009 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild,v 1.7 2008/12/23 04:05:12 vapier Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild,v 1.8 2009/04/24 03:48:32 volkmar Exp $
135
136 # Note: video support in linphone relies on swscaler being disabled
137 # in ffmpeg. this is because the video code in linphone is old
138 @@ -16,7 +16,7 @@
139 LICENSE="GPL-2"
140 SLOT="1"
141 KEYWORDS="amd64 ppc x86"
142 -IUSE="alsa arts console gsm gtk ilbc ipv6 xv"
143 +IUSE="alsa arts console gsm gtk ipv6 xv"
144 # video disabled for #189774
145 # XXX: Should "video" be split into ffmpeg/libsdl ? They are two distinct
146 # things: libsdl is just for video display while ffmpeg is just for
147 @@ -34,8 +34,7 @@
148 gnome-base/libglade
149 )
150 alsa? ( media-libs/alsa-lib )
151 - arts? ( kde-base/arts )
152 - ilbc? ( dev-libs/ilbc-rfc3951 )"
153 + arts? ( kde-base/arts )"
154 # video? (
155 # >=media-libs/libsdl-1.2.9
156 # media-video/ffmpeg
157 @@ -70,7 +69,6 @@
158 --libexecdir=/usr/$(get_libdir)/linphone/exec \
159 $(use_enable console console_ui) \
160 $(use_enable gtk gtk_ui) \
161 - $(use_with ilbc) \
162 $(use_enable ipv6) \
163 $(use_enable alsa) \
164 $(use_enable arts artsc) \