bircoph     15/04/28 08:01:48

  Modified:             linphone-3.5.2.ebuild ChangeLog
  Log:
  Fix bug 545196 and some QA issues.
  
  Signed-off-by: Andrew Savchenko <birc...@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
565953B95372756C)

Revision  Changes    Path
1.6                  net-voip/linphone/linphone-3.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?r1=1.5&r2=1.6

Index: linphone-3.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linphone-3.5.2.ebuild       14 Oct 2013 12:27:50 -0000      1.5
+++ linphone-3.5.2.ebuild       28 Apr 2015 08:01:48 -0000      1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 
1.5 2013/10/14 12:27:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 
1.6 2015/04/28 08:01:48 bircoph Exp $
 
 EAPI=5
 
@@ -16,7 +16,8 @@
 # TODO: run-time test for ipv6: does it need mediastreamer[ipv6]?
 IUSE="doc gsm-nonstandard gtk ipv6 ncurses nls ssl video"
 
-RDEPEND=">=media-libs/mediastreamer-2.8.2[video?,ipv6?]
+RDEPEND="
+       =media-libs/mediastreamer-2.8*[video?,ipv6?]
        >=net-libs/libeXosip-3.0.2
        >=net-libs/libosip-3.0.0
        <net-libs/libosip-4
@@ -24,19 +25,27 @@
        >=net-libs/libsoup-2.26
        >=net-libs/ortp-0.20.0
        <net-libs/ortp-0.22.0
-       gtk? ( dev-libs/glib:2
+       gtk? (
+               dev-libs/glib:2
                >=gnome-base/libglade-2.4.0:2.0
                >=x11-libs/gtk+-2.4.0:2
-               x11-libs/libnotify )
-       gsm-nonstandard? ( >=media-libs/mediastreamer-2.8.2[gsm] )
-       ncurses? ( sys-libs/readline
-               sys-libs/ncurses )
-       ssl? ( dev-libs/openssl )"
+               x11-libs/libnotify
+       )
+       gsm-nonstandard? ( =media-libs/mediastreamer-2.8*[gsm] )
+       ncurses? (
+               sys-libs/readline:=
+               sys-libs/ncurses
+       )
+       ssl? ( dev-libs/openssl:= )
+"
 DEPEND="${RDEPEND}
        virtual/pkgconfig
        doc? ( app-text/sgmltools-lite )
-       nls? ( dev-util/intltool
-               sys-devel/gettext )"
+       nls? (
+               dev-util/intltool
+               sys-devel/gettext
+       )
+"
 
 IUSE_LINGUAS=" fr it de ja es pl cs nl sv pt_BR hu ru zh_CN"
 IUSE="${IUSE}${IUSE_LINGUAS// / linguas_}"



1.79                 net-voip/linphone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.79&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.79&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   12 Nov 2014 13:46:03 -0000      1.78
+++ ChangeLog   28 Apr 2015 08:01:48 -0000      1.79
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/linphone
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.78 
2014/11/12 13:46:03 bircoph Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.79 
2015/04/28 08:01:48 bircoph Exp $
+
+  28 Apr 2015; Andrew Savchenko <birc...@gentoo.org> linphone-3.5.2.ebuild:
+  Linphone-3.5 works only with mediastreamer-2.8, bug 545196.
 
   12 Nov 2014; Andrew Savchenko <birc...@gentoo.org> metadata.xml:
   Package is now directly maintained instead of proxy-maintaining.




Reply via email to