Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/opal/
Date: Sun, 04 Jun 2017 10:56:45
Message-Id: 1496573779.b78950a96142b20e58f103b752ffc691047b4eef.pacho@gentoo
1 commit: b78950a96142b20e58f103b752ffc691047b4eef
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 10:55:31 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 10:56:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78950a9
7
8 net-libs/opal: Drop support for dead capi4kutils and fix deps.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-libs/opal/{opal-3.12.4.ebuild => opal-3.12.4-r1.ebuild} | 13 ++++++-------
13 1 file changed, 6 insertions(+), 7 deletions(-)
14
15 diff --git a/net-libs/opal/opal-3.12.4.ebuild b/net-libs/opal/opal-3.12.4-r1.ebuild
16 similarity index 96%
17 rename from net-libs/opal/opal-3.12.4.ebuild
18 rename to net-libs/opal/opal-3.12.4-r1.ebuild
19 index d6917cf8eea..b42c15a8d05 100644
20 --- a/net-libs/opal/opal-3.12.4.ebuild
21 +++ b/net-libs/opal/opal-3.12.4-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2
29 LICENSE="MPL-1.0"
30 SLOT="0"
31 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
32 -IUSE="capi celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc
33 +IUSE="celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc
34 ipv6 ivr ixj java ldap lid +plugins sbc sip sipim +sound srtp ssl static-libs
35 stats swig theora +video vpb vxml wav x264 x264-static xml"
36
37 @@ -26,11 +26,10 @@ RDEPEND=">=net-libs/ptlib-2.12.4:=[stun,debug=,dtmf,http,ipv6?,ldap?,sound?,ssl?
38 fax? ( net-libs/ptlib[asn] )
39 h323? ( net-libs/ptlib[asn] )
40 ivr? ( net-libs/ptlib[http,xml,vxml] )
41 - java? ( >=virtual/jre-1.4 )
42 + java? ( >=virtual/jre-1.4:* )
43 plugins? (
44 media-sound/gsm
45 - capi? ( net-dialup/capi4k-utils )
46 - celt? ( media-libs/celt )
47 + celt? ( media-libs/celt:0 )
48 ffmpeg? ( virtual/ffmpeg[encode] )
49 ixj? ( sys-kernel/linux-headers )
50 ilbc? ( dev-libs/ilbc-rfc3951 )
51 @@ -38,7 +37,7 @@ RDEPEND=">=net-libs/ptlib-2.12.4:=[stun,debug=,dtmf,http,ipv6?,ldap?,sound?,ssl?
52 theora? ( media-libs/libtheora )
53 x264? ( virtual/ffmpeg
54 media-libs/x264 ) )
55 - srtp? ( net-libs/libsrtp )
56 + srtp? ( net-libs/libsrtp:0= )
57 vxml? ( net-libs/ptlib[http,vxml] )"
58 DEPEND="${RDEPEND}
59 virtual/pkgconfig
60 @@ -134,6 +133,7 @@ src_configure() {
61 econf \
62 --enable-versioncheck \
63 --enable-shared \
64 + --disable-capi \
65 --disable-zrtp \
66 --disable-localspeex \
67 --disable-localspeexdsp \
68 @@ -148,7 +148,6 @@ src_configure() {
69 --enable-g711plc \
70 --enable-rfc4103 \
71 $(use_enable debug) \
72 - $(use_enable capi) \
73 $(use_enable fax) \
74 $(use_enable fax t38) \
75 $(use_enable h224) \