Package Details: teamspeak 5.0.0beta77-1

Git Clone URL: https://aur.archlinux.org/teamspeak.git (read-only, click to copy)
Package Base: teamspeak
Description: Software for quality voice communication via the Internet
Upstream URL: http://www.teamspeak.com
Keywords: teamspeak5
Licenses: custom
Submitter: Lumpiasty
Maintainer: Lumpiasty
Last Packager: Lumpiasty
Votes: 11
Popularity: 0.107005
First Submitted: 2019-11-18 19:34 (UTC)
Last Updated: 2024-01-19 16:24 (UTC)

Latest Comments

1 2 3 Next › Last »

fk29g commented on 2024-01-13 12:29 (UTC)

They did actually forget to update the files on the download servers for a month. But they are available now for beta77: https://files.teamspeak-services.com/pre_releases/client/5.0.0-beta77/teamspeak-client.tar.gz

fk29g commented on 2023-12-12 19:33 (UTC)

Beta-77 released :)

Sinyria commented on 2023-07-21 09:06 (UTC)

all good, ty for updating :)

Lumpiasty commented on 2023-07-18 20:55 (UTC)

Sorry for late update, seems like I have missed it.

As explained below I wasn't using this "public" link because it used to be outdated (they told you to use updater after downloading, so we did lol), but looks like this time it works, so we'll give it a try. I can always revert to old method if they forget to update files on this server again.

atomo commented on 2023-07-04 02:54 (UTC)

the link used to download these betas are different now. The one from the site is now like this: https://files.teamspeak-services.com/pre_releases/client/5.0.0-beta73/teamspeak-client.tar.gz

instead of update.teamspeak.com. those old links are invalid.

boris64 commented on 2023-01-27 13:05 (UTC) (edited on 2023-01-27 13:09 (UTC) by boris64)

Hey Lumpiasty, first of all: thank you for your PKGBUILD.

There are at least 2 things i'd like to be changed:
1. please install this proprietary/no-oss blob/software to where it belongs: /opt/teamspeak{,5}. It really should never exist in /usr/lib{,64}/whatsoever. See teamspeak3 PKGBUILD for inspirations.
2. the file $pkgname/hotkey_helper must be executable or no hotkeys (PTT) will be working inside teamspeak.

I did apply those changes to a local PKGBUILD, see here or download: -> https://www.boris64.net/files/aur/use-opt-and-fix-hotkeys.patch

diff --git a/PKGBUILD.dist b/PKGBUILD
index 7cec819..98baec2 100644
--- a/PKGBUILD.dist
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=teamspeak
 pkgver=5.0.0beta72
-pkgrel=1
+pkgrel=2
 pkgdesc="Software for quality voice communication via the Internet"
 url="http://www.teamspeak.com"
 license=('custom')
@@ -26,7 +26,7 @@ sha512sums=('de1930ba086c3862c6bdc23088939b2a3bf6ddd559cdeb8dedfd7eec692a303e202
 DLAGENTS=("http::/usr/bin/curl --basic -u teamspeak5:LFZ6Z^kvGrnX~an,\$L#4gxL3'a7/a[[&_7>at}A3ARRGY -A teamspeak.downloader/1.0 -C 200 -o %o %u")

 package() {
-  install -d "$pkgdir"/usr/{bin,share/{licenses,pixmaps},lib/$pkgname}/
+  install -d "$pkgdir"{/opt/$pkgname,/usr/{bin,share/{licenses,pixmaps}}}/

   # Recursively installing all top-level regular files and directories from srcdir
   #   Files supplied to makepkg as sources are present in srcdir using symbolic links
@@ -36,12 +36,13 @@ package() {
     -maxdepth 1 \
     -type d,f \
     ! -name teamspeak-client.desktop \
-    -exec cp -r {} "$pkgdir/usr/lib/$pkgname/" \;
+    -exec cp -r {} "$pkgdir/opt/$pkgname/" \;

-  chmod 755 "$pkgdir/usr/lib/$pkgname/TeamSpeak"
+  chmod 0755 "$pkgdir/opt/$pkgname/TeamSpeak"
+  chmod 0755 "$pkgdir/opt/$pkgname/hotkey_helper"

-  install -Dm644 "$srcdir/teamspeak-client.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
-  ln -s /usr/lib/$pkgname/logo-256.png "$pkgdir/usr/share/pixmaps/teamspeak-client.png"
-  ln -s /usr/lib/$pkgname/licenses "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s /usr/lib/$pkgname/TeamSpeak "$pkgdir/usr/bin/teamspeak"
+  install -Dm0644 "$srcdir/teamspeak-client.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+  ln -s /opt/$pkgname/logo-256.png "$pkgdir/usr/share/pixmaps/teamspeak-client.png"
+  ln -s /opt/$pkgname/licenses "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s /opt/$pkgname/TeamSpeak "$pkgdir/usr/bin/teamspeak"
 }

Eisenvaddi commented on 2022-05-05 13:35 (UTC)

Download error:

"==> FEHLER: Fehler beim Download von http://update.teamspeak.com/linux/x64/latest/0-1644243684.patch "

Lumpiasty commented on 2022-02-21 23:46 (UTC)

"Illegal hardware instruction " is probably exactly that. It's closed source software, distributed only as pre-compiled packages and likely with enabled compiler optimizations for newer CPUs. I had similar problem some time ago on old Core2Duo computer and seems like there's little we can do about it.

You're right about missing .desktop activator, they removed it from update package, I've added it back to repository, should be fixed in updated version.

okamiboi commented on 2022-02-20 03:41 (UTC)

I try to open it from command line and it just throws an "Illegal hardware instruction". It doesn't show up on rofi/dmenu either. What could this be about?

paddz commented on 2021-08-09 15:54 (UTC)

I read that but didn't understand it. Sorry for causing trouble. I will use "flag out of date" from now on. Also, thanks a lot for updating it.