public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.5.2.ebuild ChangeLog
@ 2013-09-29 16:06 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2013-09-29 16:06 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/09/29 16:06:34

  Modified:             linphone-3.5.2.ebuild ChangeLog
  Log:
  fix automake-1.13 warnings wrt #468808
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?r1=1.2&r2=1.3

Index: linphone-3.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linphone-3.5.2.ebuild	6 Mar 2013 13:20:30 -0000	1.2
+++ linphone-3.5.2.ebuild	29 Sep 2013 16:06:34 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2013 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.2 2013/03/06 13:20:30 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 1.3 2013/09/29 16:06:34 hasufell Exp $
 
-EAPI="4"
+EAPI=5
 
 inherit autotools eutils multilib pax-utils versionator
 
@@ -51,10 +51,15 @@
 }
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-nls.patch
+	epatch "${FILESDIR}"/${P}-nls.patch \
+		"${FILESDIR}"/${P}-automake-1.13.patch
 	# remove speex check, avoid bug when mediastreamer[-speex]
 	sed -i -e '/SPEEX/d' configure.ac || die "patching configure.ac failed"
 
+	# variable causes "command not found" warning and is not
+	# needed anyway
+	sed -i -e 's/$(ACLOCAL_MACOS_FLAGS)//' Makefile.am || die
+
 	# fix path to use lib64
 	sed -i -e "s:lib\(/liblinphone\):$(get_libdir)\1:" configure.ac \
 		|| die "patching configure.ac failed"



1.71                 net-voip/linphone/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	6 Mar 2013 13:20:30 -0000	1.70
+++ ChangeLog	29 Sep 2013 16:06:34 -0000	1.71
@@ -1,6 +1,10 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.70 2013/03/06 13:20:30 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.71 2013/09/29 16:06:34 hasufell Exp $
+
+  29 Sep 2013; Julian Ospald <hasufell@gentoo.org> linphone-3.5.2.ebuild,
+  +files/linphone-3.5.2-automake-1.13.patch:
+  fix automake-1.13 warnings wrt #468808
 
   06 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   linphone-3.1.1.ebuild, linphone-3.2.1-r2.ebuild, linphone-3.3.2.ebuild,





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.5.2.ebuild ChangeLog
@ 2013-10-09 17:42 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2013-10-09 17:42 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/10/09 17:42:15

  Modified:             linphone-3.5.2.ebuild ChangeLog
  Log:
  set max dep for net-libs/ortp
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?r1=1.3&r2=1.4

Index: linphone-3.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linphone-3.5.2.ebuild	29 Sep 2013 16:06:34 -0000	1.3
+++ linphone-3.5.2.ebuild	9 Oct 2013 17:42:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.3 2013/09/29 16:06:34 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 1.4 2013/10/09 17:42:15 hasufell Exp $
 
 EAPI=5
 
@@ -23,6 +23,7 @@
 	<net-libs/libeXosip-4
 	>=net-libs/libsoup-2.26
 	>=net-libs/ortp-0.20.0
+	<net-libs/ortp-0.22.0
 	gtk? ( dev-libs/glib:2
 		>=gnome-base/libglade-2.4.0:2.0
 		>=x11-libs/gtk+-2.4.0:2



1.72                 net-voip/linphone/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	29 Sep 2013 16:06:34 -0000	1.71
+++ ChangeLog	9 Oct 2013 17:42:15 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.71 2013/09/29 16:06:34 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.72 2013/10/09 17:42:15 hasufell Exp $
+
+  09 Oct 2013; Julian Ospald <hasufell@gentoo.org> linphone-3.5.2.ebuild:
+  set max dep for net-libs/ortp
 
   29 Sep 2013; Julian Ospald <hasufell@gentoo.org> linphone-3.5.2.ebuild,
   +files/linphone-3.5.2-automake-1.13.patch:





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.5.2.ebuild ChangeLog
@ 2013-10-14 12:27 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-10-14 12:27 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/10/14 12:27:50

  Modified:             linphone-3.5.2.ebuild ChangeLog
  Log:
  Stable on amd64 and x86, wrt bug #486490
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?r1=1.4&r2=1.5

Index: linphone-3.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linphone-3.5.2.ebuild	9 Oct 2013 17:42:15 -0000	1.4
+++ linphone-3.5.2.ebuild	14 Oct 2013 12:27:50 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.4 2013/10/09 17:42:15 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 1.5 2013/10/14 12:27:50 pinkbyte Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 # TODO: run-time test for ipv6: does it need mediastreamer[ipv6]?
 IUSE="doc gsm-nonstandard gtk ipv6 ncurses nls ssl video"
 



1.75                 net-voip/linphone/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	14 Oct 2013 12:24:16 -0000	1.74
+++ ChangeLog	14 Oct 2013 12:27:50 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.74 2013/10/14 12:24:16 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.75 2013/10/14 12:27:50 pinkbyte Exp $
+
+  14 Oct 2013; Sergey Popov <pinkbyte@gentoo.org> linphone-3.5.2.ebuild:
+  Stable on amd64 and x86, wrt bug #486490
 
   14 Oct 2013; Sergey Popov <pinkbyte@gentoo.org> -linphone-3.4.3.ebuild,
   linphone-3.4.3-r1.ebuild:





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.5.2.ebuild ChangeLog
@ 2015-04-28  8:01 Andrew Savchenko (bircoph)
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Savchenko (bircoph) @ 2015-04-28  8:01 UTC (permalink / raw
  To: gentoo-commits

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 <bircoph@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 <bircoph@gentoo.org> linphone-3.5.2.ebuild:
+  Linphone-3.5 works only with mediastreamer-2.8, bug 545196.
 
   12 Nov 2014; Andrew Savchenko <bircoph@gentoo.org> metadata.xml:
   Package is now directly maintained instead of proxy-maintaining.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-28 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28  8:01 [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.5.2.ebuild ChangeLog Andrew Savchenko (bircoph)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-14 12:27 Sergey Popov (pinkbyte)
2013-10-09 17:42 Julian Ospald (hasufell)
2013-09-29 16:06 Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox