Gentoo Archives: gentoo-commits

From: "Jean-Noel Rivasseau (elvanor)" <elvanor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/pjsip: pjsip-1.12.ebuild metadata.xml ChangeLog
Date: Fri, 02 Mar 2012 15:08:55
Message-Id: 20120302150844.A71642004B@flycatcher.gentoo.org
1 elvanor 12/03/02 15:08:44
2
3 Modified: pjsip-1.12.ebuild metadata.xml ChangeLog
4 Log:
5 Bug #401773.
6
7 (Portage version: 2.1.10.44/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 net-libs/pjsip/pjsip-1.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/pjsip/pjsip-1.12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/pjsip/pjsip-1.12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/pjsip/pjsip-1.12.ebuild?r1=1.1&r2=1.2
15
16 Index: pjsip-1.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/pjsip/pjsip-1.12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pjsip-1.12.ebuild 26 Nov 2011 16:26:08 -0000 1.1
23 +++ pjsip-1.12.ebuild 2 Mar 2012 15:08:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/pjsip/pjsip-1.12.ebuild,v 1.1 2011/11/26 16:26:08 elvanor Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/pjsip/pjsip-1.12.ebuild,v 1.2 2012/03/02 15:08:44 elvanor Exp $
30
31 EAPI="2"
32
33 @@ -12,7 +12,7 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="alsa doc epoll examples ext-sound g711 g722 g7221 gsm ilbc l16
38 +IUSE="alsa cli doc epoll examples ext-sound g711 g722 g7221 gsm ilbc l16
39 oss python speex"
40 #small-filter large-filter speex-aec ssl
41
42 @@ -75,6 +75,10 @@
43 DESTDIR="${D}" emake install || die "emake install failed."
44
45 if use python; then
46 + dobin pjsip-apps/bin/pjsua
47 + fi
48 +
49 + if use python; then
50 pushd pjsip-apps/src/python
51 python setup.py install --prefix="${D}/usr/"
52 popd
53
54
55
56 1.3 net-libs/pjsip/metadata.xml
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/pjsip/metadata.xml?rev=1.3&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/pjsip/metadata.xml?rev=1.3&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/pjsip/metadata.xml?r1=1.2&r2=1.3
61
62 Index: metadata.xml
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/net-libs/pjsip/metadata.xml,v
65 retrieving revision 1.2
66 retrieving revision 1.3
67 diff -u -r1.2 -r1.3
68 --- metadata.xml 24 Sep 2011 10:11:07 -0000 1.2
69 +++ metadata.xml 2 Mar 2012 15:08:44 -0000 1.3
70 @@ -11,6 +11,7 @@
71 embedded/non-embedded VoIP applications.
72 </longdescription>
73 <use>
74 + <flag name="cli">Installs pjsua, a simple command-line SIP client</flag>
75 <flag name="epoll">epoll system call support</flag>
76 <flag name="ext-sound">External sound device support</flag>
77 <flag name="g711">Builds the G711 codec</flag>
78
79
80
81 1.6 net-libs/pjsip/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/pjsip/ChangeLog?rev=1.6&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/pjsip/ChangeLog?rev=1.6&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/pjsip/ChangeLog?r1=1.5&r2=1.6
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-libs/pjsip/ChangeLog,v
90 retrieving revision 1.5
91 retrieving revision 1.6
92 diff -u -r1.5 -r1.6
93 --- ChangeLog 26 Nov 2011 16:26:08 -0000 1.5
94 +++ ChangeLog 2 Mar 2012 15:08:44 -0000 1.6
95 @@ -1,6 +1,9 @@
96 # ChangeLog for net-libs/pjsip
97 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-libs/pjsip/ChangeLog,v 1.5 2011/11/26 16:26:08 elvanor Exp $
99 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/net-libs/pjsip/ChangeLog,v 1.6 2012/03/02 15:08:44 elvanor Exp $
101 +
102 + 02 Mar 2012; <elvanor@g.o> pjsip-1.12.ebuild, metadata.xml:
103 + Added the cli USE flag, bug #401773.
104
105 *pjsip-1.12 (26 Nov 2011)