all good, ty for updating :)
Search Criteria
Package Details: teamspeak 5.0.0beta74-1
Package Actions
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: | 10 |
Popularity: | 0.37 |
First Submitted: | 2019-11-18 19:34 (UTC) |
Last Updated: | 2023-07-18 20:47 (UTC) |
Dependencies (58)
- alsa-lib (alsa-lib-x205ta)
- at-spi2-atk (at-spi2-atk-git, at-spi2-core-git, at-spi2-core)
- at-spi2-core (at-spi2-core-minimal-git, at-spi2-core-git)
- atk (at-spi2-core-git, at-spi2-core)
- avahi (avahi-git, avahi-gtk2)
- dbus (dbus-git, dbus-selinux, dbus-xdg-docs)
- e2fsprogs (busybox-coreutils, e2fsprogs-git)
- expat (expat-git)
- flac (flac-git)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- glib2 (glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- gmp (gmp-hg)
- gnutls (gnutls-git)
- keyutils
- krb5
- libasyncns
- libcap (libcap-git)
- libcups (libcups-git, libcups-gssapi)
- libdrm (libdrm-git)
- Show 38 more dependencies...
Required by (0)
Sources (2)
Sinyria commented on 2023-07-21 09:06 (UTC)
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.
Lumpiasty commented on 2021-08-09 11:34 (UTC)
Look, I've explained it like 3 times just below:
download problems -> flag out of date.
paddz commented on 2021-08-09 11:23 (UTC) (edited on 2021-08-09 11:28 (UTC) by paddz)
I'm having the same problem:
Building teamspeak...
Running as unit: run-u133.service
Press ^] three times within 1s to disconnect TTY.
==> Making package: teamspeak 5.0.0beta59-1 (Mo 09 Aug 2021 13:22:31 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found teamspeak.desktop
-> Found teamspeak.svg
-> Downloading teamspeak-client-5.0.0beta59.tar.xz...
** Resuming transfer from byte position 200
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
==> ERROR: Failure while downloading http://update.teamspeak.com/linux/x64/latest/0-1625645480.patch
Aborting...
Finished with result: exit-code
Main processes terminated with: code=exited/status=1
Service runtime: 3.613s
CPU time consumed: 3.983s
Error: Failed to build teamspeak
Any help would be much appreciated as I don't know much about installing packages otherwise :D
Could this be an outdated package? On my gaming machine I have teamspeak 5.0.0-beta60.2
Pinned Comments
Lumpiasty commented on 2021-08-09 11:34 (UTC)
Look, I've explained it like 3 times just below:
download problems -> flag out of date.