Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/linphone/files/, net-voip/linphone/, profiles/
Date: Wed, 13 Mar 2019 09:46:28
Message-Id: 1552470336.0781a1beb3e618686996591cb315e42d122d4680.mgorny@gentoo
1 commit: 0781a1beb3e618686996591cb315e42d122d4680
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 09:45:36 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 09:45:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0781a1be
7
8 net-voip/linphone: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-voip/linphone/Manifest | 2 -
13 net-voip/linphone/files/linphone-3.6.1-nls.patch | 19 ----
14 net-voip/linphone/linphone-3.6.1.ebuild | 117 -----------------------
15 net-voip/linphone/metadata.xml | 17 ----
16 profiles/package.mask | 5 -
17 5 files changed, 160 deletions(-)
18
19 diff --git a/net-voip/linphone/Manifest b/net-voip/linphone/Manifest
20 deleted file mode 100644
21 index 904b91cb096..00000000000
22 --- a/net-voip/linphone/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST linphone-3.6.1-exosip-4.patch 89376 BLAKE2B 128b0406fb382dcc0e683777322d6ae2230de8fb09e8d0e1b35ecd6bd0d8518b6e9759c703545fc0bc2e1b1ee754eaf7d5bd6396a58b9d638de6de4fcf3a09f3 SHA512 bdab74336cb8235b3396230278fd8eb465defac1175b00ff9cf273ef2dbc4e05f63d2574de599618e4d963b42ad17ac4f0c8c9013e40a497c99211041317313d
26 -DIST linphone-3.6.1.tar.gz 11458586 BLAKE2B e89576eb313e5707c83e8df66a20e630f4244cadfec580f58fd0a9f2f3fe9600b85b17049af0a89ddc2059b932f9d3af9abecda45500b6689f1a09ca1b3f6c28 SHA512 688ccfb333b2302ca20c2c77e38b20deee8b1c5f3c31f7a4b666d81114ea3e5cbe38bac6d88116d635ac3fcb7f38d013e35c7c076549cc3d7ae900456d51b5e4
27
28 diff --git a/net-voip/linphone/files/linphone-3.6.1-nls.patch b/net-voip/linphone/files/linphone-3.6.1-nls.patch
29 deleted file mode 100644
30 index fb53aece8f6..00000000000
31 --- a/net-voip/linphone/files/linphone-3.6.1-nls.patch
32 +++ /dev/null
33 @@ -1,19 +0,0 @@
34 -Author: hasufell <hasufell@g.o>
35 -Date: Sun Sep 29 20:19:39 2013 +0200
36 -
37 - fix nls
38 -
39 ---- a/configure.ac
40 -+++ b/configure.ac
41 -@@ -79,7 +79,10 @@ AC_SUBST(CONSOLE_FLAGS)
42 - AC_SUBST(GUI_FLAGS)
43 -
44 - dnl localization tools
45 --IT_PROG_INTLTOOL([0.40], [no-xml])
46 -+AM_NLS
47 -+if test "$USE_NLS" != "no"; then
48 -+ IT_PROG_INTLTOOL([0.40], [no-xml])
49 -+fi
50 -
51 - AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno)
52 -
53
54 diff --git a/net-voip/linphone/linphone-3.6.1.ebuild b/net-voip/linphone/linphone-3.6.1.ebuild
55 deleted file mode 100644
56 index b5eb024d7c6..00000000000
57 --- a/net-voip/linphone/linphone-3.6.1.ebuild
58 +++ /dev/null
59 @@ -1,117 +0,0 @@
60 -# Copyright 1999-2018 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=5
64 -
65 -inherit autotools eutils multilib pax-utils versionator
66 -
67 -DESCRIPTION="Video softphone based on the SIP protocol"
68 -HOMEPAGE="http://www.linphone.org/"
69 -SRC_URI="mirror://nongnu/${PN}/$(get_version_component_range 1-2).x/sources/${P}.tar.gz
70 - https://dev.gentoo.org/~hasufell/distfiles/${P}-exosip-4.patch"
71 -
72 -LICENSE="GPL-2"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -# TODO: run-time test for ipv6: does it need mediastreamer[ipv6]?
76 -IUSE="assistant doc gsm-nonstandard gtk ipv6 libnotify libressl ncurses nls sqlite ssl tools upnp video"
77 -
78 -RDEPEND="
79 - >=media-libs/mediastreamer-2.9.0[ipv6?,upnp?,video?]
80 - >=net-libs/libeXosip-4.0.0
81 - >=net-libs/libosip-4.0.0
82 - >=net-libs/ortp-0.22.0
83 - virtual/udev
84 - gtk? (
85 - dev-libs/glib:2
86 - >=gnome-base/libglade-2.4.0:2.0
87 - >=x11-libs/gtk+-2.4.0:2
88 - assistant? ( >=net-libs/libsoup-2.26 )
89 - libnotify? ( x11-libs/libnotify )
90 - )
91 - gsm-nonstandard? ( >=media-libs/mediastreamer-2.9.0[gsm] )
92 - ncurses? (
93 - sys-libs/readline:0
94 - sys-libs/ncurses
95 - )
96 - sqlite? ( dev-db/sqlite:3 )
97 - ssl? (
98 - libressl? ( dev-libs/libressl:0= )
99 - !libressl? ( dev-libs/openssl:0= )
100 - )
101 - tools? ( dev-libs/libxml2 )
102 - upnp? ( net-libs/libupnp )
103 - video? ( >=media-libs/mediastreamer-2.9.0[v4l] )
104 -"
105 -DEPEND="${RDEPEND}
106 - virtual/pkgconfig
107 - doc? ( app-text/sgmltools-lite )
108 - nls? ( dev-util/intltool )
109 -"
110 -
111 -pkg_setup() {
112 - if ! use gtk && ! use ncurses ; then
113 - ewarn "gtk and ncurses are disabled."
114 - ewarn "At least one of these use flags are needed to get a front-end."
115 - ewarn "Only liblinphone is going to be installed."
116 - fi
117 -
118 - local my_linguas="fr it de he ja es pl cs nl sr sv pt_BR hu ru zh_CN"
119 - strip-linguas ${my_linguas}
120 -}
121 -
122 -src_prepare() {
123 - epatch "${FILESDIR}"/${P}-nls.patch \
124 - "${DISTDIR}"/${P}-exosip-4.patch
125 -
126 - # variable causes "command not found" warning and is not
127 - # needed anyway
128 - sed -i \
129 - -e 's/$(ACLOCAL_MACOS_FLAGS)//' Makefile.am || die
130 -
131 - # fix path to use lib64
132 - sed -i \
133 - -e "s:lib\(/liblinphone\):$(get_libdir)\1:" configure.ac \
134 - || die "patching configure.ac failed"
135 -
136 - # removing bundled libs dir prevent them to be reconf
137 - rm -r mediastreamer2 oRTP || die
138 -
139 - eautoreconf
140 -}
141 -
142 -src_configure() {
143 - local myeconfargs=(
144 - $(use_enable doc manual)
145 - $(use_enable nls)
146 - --disable-static
147 - $(use_enable ncurses console_ui)
148 - $(use_enable tools)
149 - $(use_enable upnp)
150 - $(use_enable gtk gtk_ui)
151 - $(use_enable libnotify notify)
152 - $(use_enable ipv6)
153 - --disable-truespeech
154 - $(use_enable gsm-nonstandard nonstandard-gsm)
155 - $(use_enable ssl)
156 - --disable-speex
157 - # seems not used, TODO: ask in ml
158 - $(use_enable video)
159 - --disable-zrtp
160 - $(usex gtk "$(use_enable assistant)" "--disable-assistant")
161 - # we don't want -Werror
162 - --disable-strict
163 - # don't bundle libs
164 - --enable-external-mediastreamer
165 - $(use_enable sqlite msg-storage)
166 - --enable-external-ortp
167 - )
168 -
169 - econf "${myeconfargs[@]}"
170 -}
171 -
172 -src_install() {
173 - emake DESTDIR="${D}" pkgdocdir="/usr/share/doc/${PF}" install # 415161
174 - dodoc AUTHORS BUGS ChangeLog NEWS README README.arm TODO
175 - pax-mark m "${ED%/}/usr/bin/linphone"
176 -}
177
178 diff --git a/net-voip/linphone/metadata.xml b/net-voip/linphone/metadata.xml
179 deleted file mode 100644
180 index de12a8b0d04..00000000000
181 --- a/net-voip/linphone/metadata.xml
182 +++ /dev/null
183 @@ -1,17 +0,0 @@
184 -<?xml version="1.0" encoding="UTF-8"?>
185 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
186 -<pkgmetadata>
187 - <maintainer type="person">
188 - <email>bircoph@g.o</email>
189 - <name>Andrew Savchenko</name>
190 - </maintainer>
191 - <use>
192 - <flag name="assistant">Turn on assistant compiling
193 - (needs gtk enabled)</flag>
194 - <flag name="gsm-nonstandard">Support non-standard GSM frequencies
195 - </flag>
196 - <flag name="sqlite">Turn on compilation of message storage</flag>
197 - <flag name="tools">Compile tools</flag>
198 - <flag name="video">Enable video support (display/capture)</flag>
199 - </use>
200 -</pkgmetadata>
201
202 diff --git a/profiles/package.mask b/profiles/package.mask
203 index 48002be18bf..0e8e7796d2d 100644
204 --- a/profiles/package.mask
205 +++ b/profiles/package.mask
206 @@ -181,11 +181,6 @@ dev-libs/gost-engine
207 # Causes a dependency loop in the OpenRC script. Bug #651998
208 =sys-fs/cryptsetup-2.0.5-r1
209
210 -# Pacho Ramos <pacho@g.o> (01 Nov 2018)
211 -# All this packages are broken and need major version bumps to fix them. See
212 -# bug #504114, #486510, #510550, #511096, #517260, #551784, #616490, #
213 -net-voip/linphone
214 -
215 # Aaron W. Swenson <titanofold@g.o> (25 Oct 2018)
216 # Fails to build against up to date OpenSSL library (Bug 663966). No longer
217 # supported upstream. Use dev-db/pgadmin4.