summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-03-13 10:45:36 +0100
committerMichał Górny <mgorny@gentoo.org>2019-03-13 10:45:36 +0100
commit0781a1beb3e618686996591cb315e42d122d4680 (patch)
tree55ad38ece7f0f0e4546c6e0a19b622f45de6b4a8 /net-voip/linphone
parentnet-libs/libeXosip: Remove last-rited pkg (diff)
downloadgentoo-0781a1beb3e618686996591cb315e42d122d4680.tar.gz
gentoo-0781a1beb3e618686996591cb315e42d122d4680.tar.bz2
gentoo-0781a1beb3e618686996591cb315e42d122d4680.zip
net-voip/linphone: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-voip/linphone')
-rw-r--r--net-voip/linphone/Manifest2
-rw-r--r--net-voip/linphone/files/linphone-3.6.1-nls.patch19
-rw-r--r--net-voip/linphone/linphone-3.6.1.ebuild117
-rw-r--r--net-voip/linphone/metadata.xml17
4 files changed, 0 insertions, 155 deletions
diff --git a/net-voip/linphone/Manifest b/net-voip/linphone/Manifest
deleted file mode 100644
index 904b91cb0960..000000000000
--- a/net-voip/linphone/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST linphone-3.6.1-exosip-4.patch 89376 BLAKE2B 128b0406fb382dcc0e683777322d6ae2230de8fb09e8d0e1b35ecd6bd0d8518b6e9759c703545fc0bc2e1b1ee754eaf7d5bd6396a58b9d638de6de4fcf3a09f3 SHA512 bdab74336cb8235b3396230278fd8eb465defac1175b00ff9cf273ef2dbc4e05f63d2574de599618e4d963b42ad17ac4f0c8c9013e40a497c99211041317313d
-DIST linphone-3.6.1.tar.gz 11458586 BLAKE2B e89576eb313e5707c83e8df66a20e630f4244cadfec580f58fd0a9f2f3fe9600b85b17049af0a89ddc2059b932f9d3af9abecda45500b6689f1a09ca1b3f6c28 SHA512 688ccfb333b2302ca20c2c77e38b20deee8b1c5f3c31f7a4b666d81114ea3e5cbe38bac6d88116d635ac3fcb7f38d013e35c7c076549cc3d7ae900456d51b5e4
diff --git a/net-voip/linphone/files/linphone-3.6.1-nls.patch b/net-voip/linphone/files/linphone-3.6.1-nls.patch
deleted file mode 100644
index fb53aece8f64..000000000000
--- a/net-voip/linphone/files/linphone-3.6.1-nls.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Author: hasufell <hasufell@gentoo.org>
-Date: Sun Sep 29 20:19:39 2013 +0200
-
- fix nls
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -79,7 +79,10 @@ AC_SUBST(CONSOLE_FLAGS)
- AC_SUBST(GUI_FLAGS)
-
- dnl localization tools
--IT_PROG_INTLTOOL([0.40], [no-xml])
-+AM_NLS
-+if test "$USE_NLS" != "no"; then
-+ IT_PROG_INTLTOOL([0.40], [no-xml])
-+fi
-
- AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno)
-
diff --git a/net-voip/linphone/linphone-3.6.1.ebuild b/net-voip/linphone/linphone-3.6.1.ebuild
deleted file mode 100644
index b5eb024d7c66..000000000000
--- a/net-voip/linphone/linphone-3.6.1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils multilib pax-utils versionator
-
-DESCRIPTION="Video softphone based on the SIP protocol"
-HOMEPAGE="http://www.linphone.org/"
-SRC_URI="mirror://nongnu/${PN}/$(get_version_component_range 1-2).x/sources/${P}.tar.gz
- https://dev.gentoo.org/~hasufell/distfiles/${P}-exosip-4.patch"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# TODO: run-time test for ipv6: does it need mediastreamer[ipv6]?
-IUSE="assistant doc gsm-nonstandard gtk ipv6 libnotify libressl ncurses nls sqlite ssl tools upnp video"
-
-RDEPEND="
- >=media-libs/mediastreamer-2.9.0[ipv6?,upnp?,video?]
- >=net-libs/libeXosip-4.0.0
- >=net-libs/libosip-4.0.0
- >=net-libs/ortp-0.22.0
- virtual/udev
- gtk? (
- dev-libs/glib:2
- >=gnome-base/libglade-2.4.0:2.0
- >=x11-libs/gtk+-2.4.0:2
- assistant? ( >=net-libs/libsoup-2.26 )
- libnotify? ( x11-libs/libnotify )
- )
- gsm-nonstandard? ( >=media-libs/mediastreamer-2.9.0[gsm] )
- ncurses? (
- sys-libs/readline:0
- sys-libs/ncurses
- )
- sqlite? ( dev-db/sqlite:3 )
- ssl? (
- libressl? ( dev-libs/libressl:0= )
- !libressl? ( dev-libs/openssl:0= )
- )
- tools? ( dev-libs/libxml2 )
- upnp? ( net-libs/libupnp )
- video? ( >=media-libs/mediastreamer-2.9.0[v4l] )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-text/sgmltools-lite )
- nls? ( dev-util/intltool )
-"
-
-pkg_setup() {
- if ! use gtk && ! use ncurses ; then
- ewarn "gtk and ncurses are disabled."
- ewarn "At least one of these use flags are needed to get a front-end."
- ewarn "Only liblinphone is going to be installed."
- fi
-
- local my_linguas="fr it de he ja es pl cs nl sr sv pt_BR hu ru zh_CN"
- strip-linguas ${my_linguas}
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-nls.patch \
- "${DISTDIR}"/${P}-exosip-4.patch
-
- # variable causes "command not found" warning and is not
- # needed anyway
- sed -i \
- -e 's/$(ACLOCAL_MACOS_FLAGS)//' Makefile.am || die
-
- # fix path to use lib64
- sed -i \
- -e "s:lib\(/liblinphone\):$(get_libdir)\1:" configure.ac \
- || die "patching configure.ac failed"
-
- # removing bundled libs dir prevent them to be reconf
- rm -r mediastreamer2 oRTP || die
-
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable doc manual)
- $(use_enable nls)
- --disable-static
- $(use_enable ncurses console_ui)
- $(use_enable tools)
- $(use_enable upnp)
- $(use_enable gtk gtk_ui)
- $(use_enable libnotify notify)
- $(use_enable ipv6)
- --disable-truespeech
- $(use_enable gsm-nonstandard nonstandard-gsm)
- $(use_enable ssl)
- --disable-speex
- # seems not used, TODO: ask in ml
- $(use_enable video)
- --disable-zrtp
- $(usex gtk "$(use_enable assistant)" "--disable-assistant")
- # we don't want -Werror
- --disable-strict
- # don't bundle libs
- --enable-external-mediastreamer
- $(use_enable sqlite msg-storage)
- --enable-external-ortp
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- emake DESTDIR="${D}" pkgdocdir="/usr/share/doc/${PF}" install # 415161
- dodoc AUTHORS BUGS ChangeLog NEWS README README.arm TODO
- pax-mark m "${ED%/}/usr/bin/linphone"
-}
diff --git a/net-voip/linphone/metadata.xml b/net-voip/linphone/metadata.xml
deleted file mode 100644
index de12a8b0d04d..000000000000
--- a/net-voip/linphone/metadata.xml
+++ /dev/null
@@ -1,17 +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="video">Enable video support (display/capture)</flag>
- </use>
-</pkgmetadata>