Ver Fonte

drop linphone. Instead appimage has to be used

Sergey Ilinykh há 5 anos atrás
pai
commit
45c81a9f8f

BIN
net-voip/linphone-desktop/.linphone-desktop-4.1.1.ebuild.swp


+ 0 - 10
net-voip/linphone-desktop/ChangeLog

@@ -1,10 +0,0 @@
-# ChangeLog for net-voip/linphone
-# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
-  05 Mar 2017; Sergey Ilinykh <rion4ik@gmail.com> -linphone-3.10.2.ebuild,
-  +linphone-3.11.1.ebuild, -files/linphone-3.10.2-nls.patch,
-  -files/linphone-3.10.2-no-cam-crash-fix.patch, +files/linphone-nls.patch,
-  +files/linphone-no-cam-crash-fix.patch, metadata.xml:
-  version bump
-

+ 0 - 43
net-voip/linphone-desktop/linphone-desktop-4.1.1.ebuild

@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PLOCALES="ar cs de es fi fr he hu it ja lt nb-NO nl pl pt-BR ru sr sv tr zh-CN zh-TW"
-
-EGIT_CLONE_TYPE=shallow
-
-inherit l10n multilib pax-utils cmake-utils git-r3
-
-DESCRIPTION="Video softphone based on the SIP protocol"
-HOMEPAGE="http://www.linphone.org/"
-EGIT_REPO_URI="https://gitlab.linphone.org/BC/public/linphone-desktop.git"
-EGIT_COMMIT="${PV}"
-EGIT_MIRROR_URI="https://gitlab.linphone.org/BC/public/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# TODO: run-time test for ipv6: does it need mediastreamer[ipv6]?
-IUSE="assistant -doc gsm-nonstandard ipv6 ldap libnotify -ncurses nls +sqlite tools upnp vcard video zlib"
-
-RDEPEND="
-	virtual/udev
-	media-video/ffmpeg
-	ldap? (
-		dev-libs/cyrus-sasl
-		net-nds/openldap
-	)
-	ncurses? (
-		sys-libs/readline:0
-		sys-libs/ncurses:0
-	)
-	sqlite? ( dev-db/sqlite:3 )
-	tools? ( dev-libs/libxml2 )
-	upnp? ( net-libs/libupnp:0 )
-	zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	doc? ( app-text/sgmltools-lite )
-	nls? ( dev-util/intltool )
-"

+ 0 - 18
net-voip/linphone-desktop/metadata.xml

@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>bircoph@gentoo.org</email>
-		<name>Andrew Savchenko</name>
-	</maintainer>
-	<use>
-		<flag name="assistant">Turn on assistant compiling
-			(needs gtk enabled)</flag>
-		<flag name="gsm-nonstandard">Support non-standard GSM frequencies
-		</flag>
-		<flag name="sqlite">Turn on compilation of message storage</flag>
-		<flag name="tools">Compile tools</flag>
-		<flag name="vcard">Enable retrieving personal contact information</flag>
-		<flag name="video">Enable video support (display/capture)</flag>
-	</use>
-</pkgmetadata>