Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@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: Sun, 29 Sep 2013 16:06:41
Message-Id: 20130929160634.677BF2004C@flycatcher.gentoo.org
1 hasufell 13/09/29 16:06:34
2
3 Modified: linphone-3.5.2.ebuild ChangeLog
4 Log:
5 fix automake-1.13 warnings wrt #468808
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.3 net-voip/linphone/linphone-3.5.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild?r1=1.2&r2=1.3
15
16 Index: linphone-3.5.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- linphone-3.5.2.ebuild 6 Mar 2013 13:20:30 -0000 1.2
23 +++ linphone-3.5.2.ebuild 29 Sep 2013 16:06:34 -0000 1.3
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 1.2 2013/03/06 13:20:30 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 1.3 2013/09/29 16:06:34 hasufell Exp $
29
30 -EAPI="4"
31 +EAPI=5
32
33 inherit autotools eutils multilib pax-utils versionator
34
35 @@ -51,10 +51,15 @@
36 }
37
38 src_prepare() {
39 - epatch "${FILESDIR}"/${P}-nls.patch
40 + epatch "${FILESDIR}"/${P}-nls.patch \
41 + "${FILESDIR}"/${P}-automake-1.13.patch
42 # remove speex check, avoid bug when mediastreamer[-speex]
43 sed -i -e '/SPEEX/d' configure.ac || die "patching configure.ac failed"
44
45 + # variable causes "command not found" warning and is not
46 + # needed anyway
47 + sed -i -e 's/$(ACLOCAL_MACOS_FLAGS)//' Makefile.am || die
48 +
49 # fix path to use lib64
50 sed -i -e "s:lib\(/liblinphone\):$(get_libdir)\1:" configure.ac \
51 || die "patching configure.ac failed"
52
53
54
55 1.71 net-voip/linphone/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.71&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.71&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.70&r2=1.71
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
64 retrieving revision 1.70
65 retrieving revision 1.71
66 diff -u -r1.70 -r1.71
67 --- ChangeLog 6 Mar 2013 13:20:30 -0000 1.70
68 +++ ChangeLog 29 Sep 2013 16:06:34 -0000 1.71
69 @@ -1,6 +1,10 @@
70 # ChangeLog for net-voip/linphone
71 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.70 2013/03/06 13:20:30 chithanh Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.71 2013/09/29 16:06:34 hasufell Exp $
74 +
75 + 29 Sep 2013; Julian Ospald <hasufell@g.o> linphone-3.5.2.ebuild,
76 + +files/linphone-3.5.2-automake-1.13.patch:
77 + fix automake-1.13 warnings wrt #468808
78
79 06 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
80 linphone-3.1.1.ebuild, linphone-3.2.1-r2.ebuild, linphone-3.3.2.ebuild,