From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client/
Date: Mon, 2 Oct 2023 18:40:33 +0000 (UTC) [thread overview]
Message-ID: <1696272022.028877e637896b2e628f84a798967a76ea6a81c9.conikost@gentoo> (raw)
commit: 028877e637896b2e628f84a798967a76ea6a81c9
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 2 18:36:46 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Oct 2 18:40:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028877e6
media-sound/teamspeak-client: add 3.6.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-sound/teamspeak-client/Manifest | 1 +
.../teamspeak-client/teamspeak-client-3.6.2.ebuild | 104 +++++++++++++++++++++
2 files changed, 105 insertions(+)
diff --git a/media-sound/teamspeak-client/Manifest b/media-sound/teamspeak-client/Manifest
index 81910e39dcdc..ee5a2222e2d9 100644
--- a/media-sound/teamspeak-client/Manifest
+++ b/media-sound/teamspeak-client/Manifest
@@ -1,5 +1,6 @@
DIST TeamSpeak3-Client-linux_amd64-3.5.6.run 100152301 BLAKE2B 9fbaa32ac000c9e29e09dcb1c932acea45265d5cf464308d6f27063fb3095690f3cb96abb061ce947438a4b919dcbaf8f3f0189048b470b09bb2b8285e426e39 SHA512 fe1b41773d2b2de8198fdaf189c6665994eeaf6a0255485f7d342a3e77702f5515d5c5c685410a0b5844b4ad5c395d57b68e57c7b1f46bd1211ef813ce1e0030
DIST TeamSpeak3-Client-linux_amd64-3.6.0.run 110887559 BLAKE2B e3b09089be342c7818d7fe0ecc868a78e8820aa1e233302c9a6de1f5a619e701c3ab50e9243e7acdd9c4a8300dd7b92e6cae60149defba7e19ec01d15ce1138f SHA512 59b156feeb4b9ee68962c90f27541e86a926536ac67c376aee71e3534ba1776aacf1597fd3eee3b0c9b3177386a042e6f4355a464fd2f63222d6d479c7146553
DIST TeamSpeak3-Client-linux_amd64-3.6.1.run 110901490 BLAKE2B 70aea129eca16f65700573837939d0566bd5beebc901b43904f9c4ee0e1f4015fb9ed085562c52a767ae222506e40b42e9dd3873bed301a939025c17d2fee4e5 SHA512 0745b7619b98de17d934b751d020f28923331dcf9dd3c4bc6bb347dea5b8a70b76ffb8ac34217523a6c2f595f6f9acc220e5a30802a7f0ed420a8d93290b76a1
+DIST TeamSpeak3-Client-linux_amd64-3.6.2.run 110899830 BLAKE2B e832af37b3fe89741d6eed0214dcb790e69184ebfdf0cfbcebe8ec433eef62e42597a75bfb6bbf7d36cc172fa49e22c527023b787ad88584654b9297d5730d5f SHA512 09448086ed3322ba5a37905c5b893fdf0860e5e80852da2713a2d3aceddc071ff6cd7bc213f494759b9448615a027130579da7292f59447b3c31553e151d35eb
DIST TeamSpeak3-Client-linux_x86-3.5.6.run 98637555 BLAKE2B 6f891e6846f8f899edb8ef107b7ea6518f413488525b7696863292d99d73614cae40631f5ed2341cce75ea62ffd94c60968ff6b5d587446d7469271835c01202 SHA512 dfc5ed3e2a92ed9f1cea2fdde5e40cf73e4a999ea782c434b26072ac0e7ac37d6305c06ae2d39c104eeee10639f325c7b96f538082e60224a68c0553fab0d12c
DIST teamspeak-client-5.0.0_beta74.tar.gz 141049252 BLAKE2B d8f4265de82bf0c0cda60ff98acfeba76ecd1b56c13be15fd7a017aa1c3676e3311c4f57293f2f75914499d862a21f9bbfddab29d090bec8dee7c3b1f1de7537 SHA512 744b801fc304b4259903a8744a66695a41f990c1d7d2357636e5c5670e3439513f63075b0b598d17bef311136265561fba386f65db2a7302ff3f19a4351f17d3
diff --git a/media-sound/teamspeak-client/teamspeak-client-3.6.2.ebuild b/media-sound/teamspeak-client/teamspeak-client-3.6.2.ebuild
new file mode 100644
index 000000000000..44b5187971c1
--- /dev/null
+++ b/media-sound/teamspeak-client/teamspeak-client-3.6.2.ebuild
@@ -0,0 +1,104 @@
+# 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 "<dev-libs/quazip-1.0"; then
+ quazip_so="libquazip5.so.1"
+ fi
+ local soname_files=( "error_report" "ts3client" )
+ if use system-quazip; then
+ for soname_file in ${soname_files[@]}; do
+ patchelf --replace-needed libquazip.so "${quazip_so}" "${soname_file}" || die
+ done
+ fi
+
+ # Fixes QA Notice: Unresolved soname dependencies.
+ # Since this is a binary only package, it must be patched.
+ local soname_files=( "libc++abi.so.1" "libc++.so.1" )
+ for soname_file in ${soname_files[@]}; do
+ patchelf --replace-needed libunwind.so.1 libunwind.so.8 "${soname_file}" || die
+ done
+
+ tc-export CXX
+}
+
+src_install() {
+ exeinto /opt/teamspeak3-client
+ doexe error_report package_inst ts3client update
+ newexe "${FILESDIR}"/ts3client-bin-r2 ts3client-bin
+ ! use system-libcxx && doexe libc++{,abi}.so.1
+ ! use system-quazip && doexe libquazip.so
+
+ insinto /opt/teamspeak3-client
+ doins -r gfx html resources sound styles soundbackends translations
+
+ dosym ../../usr/$(get_libdir)/qt5/libexec/QtWebEngineProcess /opt/teamspeak3-client/QtWebEngineProcess
+
+ dodir /opt/bin
+ dosym ../teamspeak3-client/ts3client-bin /opt/bin/ts3client
+
+ newicon -s 128 styles/default/logo-128x128.png teamspeak3.png
+ make_desktop_entry /opt/bin/ts3client "Teamspeak 3 Client" teamspeak3 "Audio;AudioVideo;Network"
+
+ einstalldocs
+}
next reply other threads:[~2023-10-02 18:40 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-02 18:40 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 23:21 [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client/ Conrad Kostecki
2025-03-08 23:21 Conrad Kostecki
2025-03-01 1:30 Conrad Kostecki
2025-02-05 21:43 Conrad Kostecki
2025-01-28 22:23 Conrad Kostecki
2025-01-28 22:23 Conrad Kostecki
2025-01-05 22:40 Conrad Kostecki
2025-01-03 15:39 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2023-11-11 23:37 Conrad Kostecki
2023-11-11 23:37 Conrad Kostecki
2023-08-27 21:32 Conrad Kostecki
2023-08-02 12:06 Conrad Kostecki
2023-08-02 12:06 Conrad Kostecki
2023-07-26 21:23 Conrad Kostecki
2023-06-26 6:02 Conrad Kostecki
2023-06-25 20:05 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-05-24 22:12 Conrad Kostecki
2023-05-24 22:12 Conrad Kostecki
2023-05-24 22:12 Conrad Kostecki
2023-05-24 22:12 Conrad Kostecki
2023-04-22 23:53 Conrad Kostecki
2023-02-07 10:37 Andreas Sturmlechner
2022-09-10 0:29 Sam James
2022-09-09 16:09 Andrew Ammerlaan
2022-08-05 17:05 Conrad Kostecki
2022-07-24 16:44 Conrad Kostecki
2022-04-22 20:15 Conrad Kostecki
2021-12-21 0:40 Conrad Kostecki
2021-12-21 0:40 Conrad Kostecki
2021-10-24 22:26 Conrad Kostecki
2021-10-24 22:26 Conrad Kostecki
2021-03-16 17:52 Conrad Kostecki
2021-03-16 17:52 Conrad Kostecki
2021-02-27 15:04 Conrad Kostecki
2021-02-27 15:04 Conrad Kostecki
2021-02-27 12:53 Conrad Kostecki
2021-02-27 12:53 Conrad Kostecki
2021-02-23 19:53 Andreas Sturmlechner
2021-02-23 19:53 Andreas Sturmlechner
2021-02-15 4:01 Sam James
2021-02-08 9:58 Conrad Kostecki
2021-02-08 9:58 Conrad Kostecki
2021-01-10 1:22 Conrad Kostecki
2021-01-10 1:22 Conrad Kostecki
2020-12-26 19:58 Conrad Kostecki
2020-12-26 19:58 Conrad Kostecki
2020-12-26 19:58 Conrad Kostecki
2020-11-26 21:16 Conrad Kostecki
2020-11-26 21:16 Conrad Kostecki
2020-11-25 23:08 Conrad Kostecki
2020-11-25 23:08 Conrad Kostecki
2020-11-15 17:04 Conrad Kostecki
2020-11-15 17:04 Conrad Kostecki
2020-11-04 22:58 Conrad Kostecki
2020-10-09 20:11 Conrad Kostecki
2020-10-09 20:11 Conrad Kostecki
2020-08-27 15:07 Conrad Kostecki
2020-08-05 19:48 Conrad Kostecki
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-07-09 17:58 Conrad Kostecki
2020-05-12 15:35 Conrad Kostecki
2020-05-12 15:35 Conrad Kostecki
2020-04-04 14:08 Conrad Kostecki
2020-04-04 14:08 Conrad Kostecki
2020-03-27 22:30 Conrad Kostecki
2020-01-19 23:53 Andreas Sturmlechner
2020-01-19 23:53 Andreas Sturmlechner
2019-11-26 10:18 Thomas Deutschmann
2019-11-15 14:23 Agostino Sarubbo
2019-09-23 17:16 Michał Górny
2019-09-07 8:43 Joonas Niilola
2019-09-07 8:43 Joonas Niilola
2019-07-15 5:36 Andreas Sturmlechner
2019-04-30 16:49 Michał Górny
2019-02-21 22:31 Andreas Sturmlechner
2018-10-30 10:34 Patrice Clement
2018-10-19 21:59 Patrice Clement
2018-09-23 7:53 Michał Górny
2018-09-23 7:53 Michał Górny
2018-09-04 22:32 Patrice Clement
2018-09-04 22:32 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1696272022.028877e637896b2e628f84a798967a76ea6a81c9.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox