From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3026115800A for ; Sun, 27 Aug 2023 21:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E6132BC03D; Sun, 27 Aug 2023 21:32:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 568682BC03D for ; Sun, 27 Aug 2023 21:32:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E155335C36 for ; Sun, 27 Aug 2023 21:32:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89DA610BD for ; Sun, 27 Aug 2023 21:32:54 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1693171938.d815e557994ea8a2f180ce73a06ab487dba85b02.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/teamspeak-client/teamspeak-client-3.6.0-r2.ebuild media-sound/teamspeak-client/teamspeak-client-3.6.1-r1.ebuild X-VCS-Directories: media-sound/teamspeak-client/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d815e557994ea8a2f180ce73a06ab487dba85b02 X-VCS-Branch: master Date: Sun, 27 Aug 2023 21:32:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2db258b3-a76b-4b5e-99b4-783133b6a76e X-Archives-Hash: d0578b2b50c52aa4a1b8c4c00a9dde61 commit: d815e557994ea8a2f180ce73a06ab487dba85b02 Author: Paul Zander gmail com> AuthorDate: Sun Aug 27 16:20:35 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Aug 27 21:32:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d815e557 media-sound/teamspeak-client: make sys-libs/libunwind dependency conditional The `sys-libs/libunwind` dependency is from `libc++.so.1`. If you don't install the bundled one because `system-libcxx` is set you don't need to depend on `sys-libs/libunwind` and thus don't block `sys-libs/llvm-libunwind`. Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32476 Signed-off-by: Conrad Kostecki gentoo.org> .../teamspeak-client-3.6.0-r2.ebuild | 107 +++++++++++++++++++++ .../teamspeak-client-3.6.1-r1.ebuild | 104 ++++++++++++++++++++ 2 files changed, 211 insertions(+) diff --git a/media-sound/teamspeak-client/teamspeak-client-3.6.0-r2.ebuild b/media-sound/teamspeak-client/teamspeak-client-3.6.0-r2.ebuild new file mode 100644 index 000000000000..e551d41fcc9a --- /dev/null +++ b/media-sound/teamspeak-client/teamspeak-client-3.6.0-r2.ebuild @@ -0,0 +1,107 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PV="${PV/_/-}" + +inherit desktop toolchain-funcs unpacker xdg + +DESCRIPTION="A client software for quality voice communication via the internet" +HOMEPAGE="https://www.teamspeak.com/" +SRC_URI="https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run" +S="${WORKDIR}" + +LICENSE="teamspeak3 || ( GPL-2 GPL-3 LGPL-3 )" +SLOT="3" +KEYWORDS="-* amd64" +IUSE="+alsa pulseaudio system-libcxx +system-quazip" + +REQUIRED_USE="|| ( alsa pulseaudio )" +RESTRICT="bindist mirror" + +BDEPEND=">=dev-util/patchelf-0.10" +RDEPEND=" + dev-libs/glib:2 + dev-qt/qtcore:5 + dev-qt/qtgui:5[accessibility,dbus,X(-)] + dev-qt/qtnetwork:5 + dev-qt/qtsql:5[sqlite] + dev-qt/qtsvg:5 + dev-qt/qtwebchannel:5 + dev-qt/qtwebengine:5[geolocation(+),widgets] + dev-qt/qtwebsockets:5 + dev-qt/qtwidgets:5 + alsa? ( media-libs/alsa-lib ) + pulseaudio? ( media-libs/libpulse ) + system-libcxx? ( sys-libs/libcxx[libcxxabi] ) + !system-libcxx? ( sys-libs/libunwind ) + system-quazip? ( dev-libs/quazip:0/1[qt5(+)] ) +" + +QA_PREBUILT=" + opt/teamspeak3-client/libc++.so.1 + opt/teamspeak3-client/libc++abi.so.1 + opt/teamspeak3-client/libquazip.so + opt/teamspeak3-client/error_report + opt/teamspeak3-client/package_inst + opt/teamspeak3-client/soundbackends/libalsa_linux_*.so + opt/teamspeak3-client/ts3client + opt/teamspeak3-client/update +" + +src_prepare() { + default + + if ! use alsa; then + rm soundbackends/libalsa_linux_*.so || die + fi + + mv ts3client_linux_* ts3client || die + + # Fixes QA Notice: Unresolved soname dependencies. + # Since this is a binary only package, it must be patched. + local quazip_so="libquazip1-qt5.so.1.0.0" + if has_version "