Gentoo Archives: gentoo-commits

From: "Andrew Savchenko (bircoph)" <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.5.2.ebuild ChangeLog
Date: Tue, 28 Apr 2015 14:20:07
Message-Id: 20150428080149.5748298E@oystercatcher.gentoo.org
1 bircoph 15/04/28 08:01:48
2
3 Modified: linphone-3.5.2.ebuild ChangeLog
4 Log:
5 Fix bug 545196 and some QA issues.
6
7 Signed-off-by: Andrew Savchenko <bircoph@g.o>
8 (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
9
10 Revision Changes Path
11 1.6 net-voip/linphone/linphone-3.5.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?r1=1.5&r2=1.6
16
17 Index: linphone-3.5.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- linphone-3.5.2.ebuild 14 Oct 2013 12:27:50 -0000 1.5
24 +++ linphone-3.5.2.ebuild 28 Apr 2015 08:01:48 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 1.5 2013/10/14 12:27:50 pinkbyte Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 1.6 2015/04/28 08:01:48 bircoph Exp $
31
32 EAPI=5
33
34 @@ -16,7 +16,8 @@
35 # TODO: run-time test for ipv6: does it need mediastreamer[ipv6]?
36 IUSE="doc gsm-nonstandard gtk ipv6 ncurses nls ssl video"
37
38 -RDEPEND=">=media-libs/mediastreamer-2.8.2[video?,ipv6?]
39 +RDEPEND="
40 + =media-libs/mediastreamer-2.8*[video?,ipv6?]
41 >=net-libs/libeXosip-3.0.2
42 >=net-libs/libosip-3.0.0
43 <net-libs/libosip-4
44 @@ -24,19 +25,27 @@
45 >=net-libs/libsoup-2.26
46 >=net-libs/ortp-0.20.0
47 <net-libs/ortp-0.22.0
48 - gtk? ( dev-libs/glib:2
49 + gtk? (
50 + dev-libs/glib:2
51 >=gnome-base/libglade-2.4.0:2.0
52 >=x11-libs/gtk+-2.4.0:2
53 - x11-libs/libnotify )
54 - gsm-nonstandard? ( >=media-libs/mediastreamer-2.8.2[gsm] )
55 - ncurses? ( sys-libs/readline
56 - sys-libs/ncurses )
57 - ssl? ( dev-libs/openssl )"
58 + x11-libs/libnotify
59 + )
60 + gsm-nonstandard? ( =media-libs/mediastreamer-2.8*[gsm] )
61 + ncurses? (
62 + sys-libs/readline:=
63 + sys-libs/ncurses
64 + )
65 + ssl? ( dev-libs/openssl:= )
66 +"
67 DEPEND="${RDEPEND}
68 virtual/pkgconfig
69 doc? ( app-text/sgmltools-lite )
70 - nls? ( dev-util/intltool
71 - sys-devel/gettext )"
72 + nls? (
73 + dev-util/intltool
74 + sys-devel/gettext
75 + )
76 +"
77
78 IUSE_LINGUAS=" fr it de ja es pl cs nl sv pt_BR hu ru zh_CN"
79 IUSE="${IUSE}${IUSE_LINGUAS// / linguas_}"
80
81
82
83 1.79 net-voip/linphone/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.79&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.79&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.78&r2=1.79
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
92 retrieving revision 1.78
93 retrieving revision 1.79
94 diff -u -r1.78 -r1.79
95 --- ChangeLog 12 Nov 2014 13:46:03 -0000 1.78
96 +++ ChangeLog 28 Apr 2015 08:01:48 -0000 1.79
97 @@ -1,6 +1,9 @@
98 # ChangeLog for net-voip/linphone
99 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.78 2014/11/12 13:46:03 bircoph Exp $
101 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
102 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.79 2015/04/28 08:01:48 bircoph Exp $
103 +
104 + 28 Apr 2015; Andrew Savchenko <bircoph@g.o> linphone-3.5.2.ebuild:
105 + Linphone-3.5 works only with mediastreamer-2.8, bug 545196.
106
107 12 Nov 2014; Andrew Savchenko <bircoph@g.o> metadata.xml:
108 Package is now directly maintained instead of proxy-maintaining.