From: Conrad Kostecki Date: Thu, 21 Feb 2019 14:31:30 +0000 (+0100) Subject: media-sound/teamspeak-client: add blocker against qt-5.12 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ff56c95853f4db266af987bc0885a1a49737cfee;p=gentoo.git media-sound/teamspeak-client: add blocker against qt-5.12 Current version of the teamspeak-client is not compatible with Qt 5.12. Bug: https://bugs.gentoo.org/675874 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Conrad Kostecki Closes: https://github.com/gentoo/gentoo/pull/11110 Signed-off-by: Andreas Sturmlechner --- diff --git a/media-sound/teamspeak-client/teamspeak-client-3.2.3-r1.ebuild b/media-sound/teamspeak-client/teamspeak-client-3.2.3-r1.ebuild new file mode 100644 index 000000000000..eceaeb9cac4f --- /dev/null +++ b/media-sound/teamspeak-client/teamspeak-client-3.2.3-r1.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop unpacker xdg-utils + +MY_PV="${PV/_/-}" + +DESCRIPTION="A client software for quality voice communication via the internet" +HOMEPAGE="https://www.teamspeak.com/" +SRC_URI="amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run ) + x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run )" + +KEYWORDS="-* ~amd64 ~x86" +LICENSE="teamspeak3" +SLOT="0" +IUSE="alsa pulseaudio" +REQUIRED_USE="|| ( alsa pulseaudio )" + +RDEPEND=" + app-arch/snappy:0/1 + =dev-libs/openssl-1.0*:* + dev-libs/quazip +