added teamspeak-client-6 , it segfaults
This commit is contained in:
parent
6502bfd528
commit
a9adf2cc90
3 changed files with 97 additions and 1 deletions
1
media-sound/teamspeak-client/Manifest
Normal file
1
media-sound/teamspeak-client/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST teamspeak-client-6.0.0_beta2.tar.gz 177781467 BLAKE2B 1eaf1d6e967fae20d0f90155dbd1db68515fe78218276a5a9ee56ee3edaf8fb07854868ccac56e6a630a9a2e8fa8ffce7641a091867928dae7eec866cdd0125c SHA512 086297a604799cf1eb559f7cd3be5d365050d0f835f6ab8c5b239f8cf92ad080dcfa446e122d24e581b12eb075c264ab99c8215ce3bacd7bd811fd35d3f0bc9d
|
||||
|
|
@ -0,0 +1,95 @@
|
|||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop xdg-utils
|
||||
|
||||
DESCRIPTION="A client software for quality voice communication via the internet"
|
||||
HOMEPAGE="https://www.teamspeak.com/"
|
||||
SRC_URI="https://files.teamspeak-services.com/pre_releases/client/${PV/_/-}/teamspeak-client.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="teamspeak6 || ( GPL-2 GPL-3 LGPL-3 )"
|
||||
SLOT="6"
|
||||
KEYWORDS="-* ~amd64"
|
||||
|
||||
RDEPEND="
|
||||
app-accessibility/at-spi2-core:2
|
||||
dev-libs/expat
|
||||
dev-libs/glib:2
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
dev-libs/olm
|
||||
media-libs/alsa-lib
|
||||
media-libs/harfbuzz
|
||||
media-libs/mesa
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
x11-libs/cairo[glib]
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libdrm
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libnotify
|
||||
x11-libs/libxcb
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXScrnSaver
|
||||
x11-libs/pango
|
||||
"
|
||||
|
||||
RESTRICT="bindist mirror"
|
||||
|
||||
QA_PREBUILT="
|
||||
opt/teamspeak6-client/chrome-sandbox
|
||||
opt/teamspeak6-client/hotkey_helper
|
||||
opt/teamspeak6-client/libcef.so
|
||||
opt/teamspeak6-client/libtschat_client_lib.so
|
||||
opt/teamspeak6-client/libtschat_client_lib_export.so
|
||||
opt/teamspeak6-client/patcher
|
||||
opt/teamspeak6-client/TeamSpeak
|
||||
opt/teamspeak6-client/soundbackends/libalsa_linux_amd64.so
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto /opt/teamspeak6-client
|
||||
doexe chrome-sandbox hotkey_helper patcher TeamSpeak libcef.so libtschat_client_lib.so libtschat_client_lib_export.so libGLESv2.so libEGL.so
|
||||
|
||||
insinto /opt/teamspeak6-client
|
||||
doins *.bin *.dat *.pak
|
||||
doins -r html licenses locales soundbackends
|
||||
|
||||
dodir /opt/bin
|
||||
dosym ../teamspeak6-client/TeamSpeak /opt/bin/ts6client
|
||||
|
||||
for iconsize in 48 128 256; do
|
||||
newicon -s ${iconsize} logo-${iconsize}.png teamspeak6.png
|
||||
done
|
||||
|
||||
make_desktop_entry \
|
||||
/opt/bin/ts6client "Teamspeak 6 Client" \
|
||||
"teamspeak6" "Audio;AudioVideo;Network"
|
||||
|
||||
dodoc docs/*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
xdg_mimeinfo_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
xdg_mimeinfo_database_update
|
||||
}
|
||||
|
|
@ -11,5 +11,5 @@ PROPERTIES=live
|
|||
RDEPEND=sys-kernel/linux-headers sys-kernel/linux-firmware !build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig )
|
||||
RESTRICT=binchecks strip
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 kernel-2 0e01377cce73a7a06321d0ef97388d31
|
||||
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 kernel-2 0e01377cce73a7a06321d0ef97388d31
|
||||
_md5_=833c7d702e5bfb7c250e5a12b1c80594
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue