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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CEA315ACFB for ; Sat, 22 Apr 2023 23:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DAD2E0940; Sat, 22 Apr 2023 23:53:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3E24E09F5 for ; Sat, 22 Apr 2023 23:53:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3A233412C9 for ; Sat, 22 Apr 2023 23:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71EDF7DE for ; Sat, 22 Apr 2023 23:53:53 +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: <1682207605.1e0c3a4229845d63eae7f6e3dcfdc6df656c3091.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/metadata.xml media-sound/teamspeak-client/teamspeak-client-3.5.6-r8.ebuild X-VCS-Directories: media-sound/teamspeak-client/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1e0c3a4229845d63eae7f6e3dcfdc6df656c3091 X-VCS-Branch: master Date: Sat, 22 Apr 2023 23:53:53 +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: 72b76c75-4fb5-436f-a06c-cc88e44b7fb5 X-Archives-Hash: ad8ae6085fda395d716cfd19d071b11d commit: 1e0c3a4229845d63eae7f6e3dcfdc6df656c3091 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Apr 22 22:48:19 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Apr 22 23:53:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0c3a42 media-sound/teamspeak-client: unbundle/update libs, install icons Closes: https://bugs.gentoo.org/903658 Signed-off-by: Conrad Kostecki gentoo.org> media-sound/teamspeak-client/metadata.xml | 1 + .../teamspeak-client-3.5.6-r8.ebuild | 110 +++++++++++++++++++++ 2 files changed, 111 insertions(+) diff --git a/media-sound/teamspeak-client/metadata.xml b/media-sound/teamspeak-client/metadata.xml index aa2e04127c49..f215969f5e51 100644 --- a/media-sound/teamspeak-client/metadata.xml +++ b/media-sound/teamspeak-client/metadata.xml @@ -14,5 +14,6 @@ Use sys-libs/libcxx instead of shipped libs. + Use dev-libs/quazip instead of shipped libs. diff --git a/media-sound/teamspeak-client/teamspeak-client-3.5.6-r8.ebuild b/media-sound/teamspeak-client/teamspeak-client-3.5.6-r8.ebuild new file mode 100644 index 000000000000..2204f40c1a94 --- /dev/null +++ b/media-sound/teamspeak-client/teamspeak-client-3.5.6-r8.ebuild @@ -0,0 +1,110 @@ +# 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=" + amd64? ( https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run ) + x86? ( https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run ) +" +S="${WORKDIR}" + +LICENSE="teamspeak3 || ( GPL-2 GPL-3 LGPL-3 )" +SLOT="3" +KEYWORDS="-* ~amd64 ~x86" +IUSE="+alsa pulseaudio system-libcxx +system-quazip" + +REQUIRED_USE="|| ( alsa pulseaudio )" +RESTRICT="bindist mirror" + +BDEPEND=">=dev-util/patchelf-0.10" +RDEPEND=" + app-arch/snappy + dev-libs/openssl:0 + 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 + net-libs/libsrtp:0 + sys-libs/zlib:0/1 + virtual/udev + alsa? ( media-libs/alsa-lib ) + pulseaudio? ( media-sound/pulseaudio ) + system-libcxx? ( sys-libs/libcxx[libcxxabi] ) + 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/error_report + opt/teamspeak3-client/package_inst + opt/teamspeak3-client/soundbackends/libalsa_linux_*.so + opt/teamspeak3-client/soundbackends/libpulseaudio_linux_*.so + opt/teamspeak3-client/ts3client + opt/teamspeak3-client/update +" + +src_prepare() { + default + + if ! use alsa; then + rm soundbackends/libalsa_linux_*.so || die + fi + + if ! use pulseaudio ; then + rm soundbackends/libpulseaudio_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 "