Commit Graph

62 Commits

Author SHA1 Message Date
Luke Granger-Brown
029d3b3fa4 teamspeak_client: 3.3.2 -> 3.5.3
This now requires Qt5WebSockets, so that's been added as a dependency now.
2020-05-17 00:56:10 +01:00
Mario Rodas
537e891929
Merge pull request #84650 from Gerschtli/update/ts3
teamspeak_server: 3.11.0 -> 3.12.1
2020-04-12 04:18:32 -05:00
Tobias Happ
fdb4439640 teamspeak_server: add updateScript 2020-04-11 20:53:33 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Tobias Happ
6ed08522d8 teamspeak_server: 3.11.0 -> 3.12.1 2020-04-07 20:58:01 +02:00
R. RyanTM
f22aadbc89 teamspeak_server: 3.10.2 -> 3.11.0 2020-03-03 19:05:10 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Tobias Happ
ebc665d1c2 teamspeak_server: 3.9.1 -> 3.10.2 2019-12-07 20:08:56 +01:00
Johannes Schleifenbaum
9ac6fc4d69 teamspeak_client: 3.3.0 -> 3.3.2 2019-09-28 23:23:58 +02:00
Fabian Möller
7ddc19ba8c
teamspeak-client: fix stuck build 2019-09-25 21:36:39 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Marek Mahut
92f6cf61f8
Merge pull request #65422 from jojosch/teamspeak_server_3.9.1
teamspeak_server: 3.8.0 -> 3.9.1
2019-08-12 18:39:07 +02:00
Johannes Schleifenbaum
9a9dbb6af2 teamspeak_client: 3.1.10 -> 3.3.0 2019-07-28 10:02:36 +02:00
Johannes Schleifenbaum
59ca4168ef teamspeak_server: 3.8.0 -> 3.9.1 2019-07-26 17:53:12 +02:00
Jörg Thalheim
92c4bc0108
teamspeak: remove unnecessary makeWrapper 2019-07-21 15:22:39 +01:00
Jörg Thalheim
f75fdd5c77
teamspeak_server: fix 32-bit checksum 2019-07-21 15:15:02 +01:00
Jörg Thalheim
e4230452be
teamspeak_server: add missing libstdc++
Also convert to autoPatchelfHook.
2019-07-21 15:11:44 +01:00
R. RyanTM
32987d9014 teamspeak_server: 3.7.1 -> 3.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamspeak-server/versions
2019-07-03 09:31:53 +02:00
Tobias Happ
686f5f9e6d teamspeak_server: 3.6.1 -> 3.7.1 (#59116) 2019-04-07 22:56:20 +02:00
Tobias Happ
4b39b04341 teamspeak_server: 3.5.1 -> 3.6.1 (#56821) 2019-03-08 22:09:35 +01:00
Tobias Happ
a3d97176d2 teamspeak_server: 3.5.0 -> 3.5.1 2019-01-24 17:44:16 +01:00
Tobias Happ
159b3f2a0d teamspeak_server: 3.4.0 -> 3.5.0 2018-11-13 21:59:20 +01:00
Tobias Happ
4283eca265 teamspeak_server: 3.3.0 -> 3.4.0 2018-10-13 11:55:26 +02:00
Tobias Happ
ca3e9a7096 teamspeak_server: 3.0.13.6 -> 3.3.0 2018-08-17 00:25:31 +02:00
Bastian Köcher
8ac1721cd6 teamspeak_client: 3.1.8 -> 3.1.10 2018-06-20 09:28:48 +02:00
Symphorien Gibol
7ed15eed53 teamspeak_client: fix startup
segfaults with qt5.10, downgrade to 5.9
tries to load its homegrown libqxcb.so which does not find some libs,
use nixpkgs libqxcb.so instead.
2018-05-27 15:32:02 +02:00
Andreas Rammhold
026719f5c2
teamspeak_client: restrict platforms to i686 & x86_64 linux 2018-02-11 14:25:34 +01:00
Bastian Köcher
b2f1422f55 teamspeak_client: 3.1.7 -> 3.1.8 2018-02-10 17:54:55 +01:00
Bastian Köcher
d5ba7d42b1 teamspeak_client: 3.1.6 -> 3.1.7 2018-01-05 10:15:09 +01:00
Bastian Köcher
34b1e4c3db teamspeak_client: Adds missing dependency 2017-09-18 15:04:37 +02:00
Bastian Köcher
afa8c106fb teamspeak_client: 3.1.4 -> 3.1.6 2017-09-17 17:58:22 +02:00
Duarte David
0f3ca3f1f6 teamspeak_server: 3.0.13.5 -> 3.0.13.6 2017-06-07 15:30:08 +02:00
Duarte David
b509cd4a16 teamspeak_client: 3.0.19.4 -> 3.1.4 2017-06-07 15:29:22 +02:00
bamberino
b683623d27 teamspeak-server: 3.0.12.4 -> 3.0.13.5
Please validate.
2016-11-02 23:35:13 +01:00
lukasepple
cd1ebc64d3 teamspeak_client: 3.0.19.3 -> 3.0.19.4 2016-08-07 11:03:39 +02:00
Joachim F
23e27413b3 Merge pull request #17029 from nathanielbaxter/dev/teamspeak_client
teamspeak_client: 3.0.19.1 -> 3.0.19.3
2016-07-17 11:29:01 +02:00
Nathaniel Baxter
3c9788e1ce teamspeak_client: 3.0.19.1 -> 3.0.19.3 2016-07-17 17:06:44 +10:00
Joachim Fasting
ec4ae7c8b6
teamspeak_client: specify a custom, nonfree license
The licensing terms depend on use [1], but the software is clearly nonfree.
Previously, the package would happily build even with allowUnfree = false.

[1]: http://sales.teamspeakusa.com/licensing.php
2016-07-17 04:52:22 +02:00
Alexei Robyn
b874447eef teamspeak-server: 3.0.10.3 -> 3.0.12.4, also
tsdnsserver binary now in output
2016-05-12 15:46:45 +10:00
Nathaniel Baxter
24ffbfde1d teamspeak_client: 3.0.18.2 -> 3.0.19.1 2016-05-07 09:52:49 +10:00
Nathaniel Baxter
e800e5bb11 teamspeak client: bump 3.0.18.1 -> 3.0.18.2 2016-01-24 13:11:27 +11:00
Thomas Tuegel
54bcdcc0a7 teamspeak_client: Qt 5 infrastructure update 2015-12-20 07:56:54 -06:00
Nathaniel Baxter
102f70bfb2 teamspeak_client: Fixed qt and quazip lib references. 2015-10-13 22:12:41 +11:00
Matthias Beyer
99d7a7d83e teamspeak_client: 3.0.16 -> 3.0.18.1 (Added missing SHA update) 2015-10-11 17:09:52 +02:00
Matthias Beyer
5bf207541d teamspeak_client: 3.0.16 -> 3.18.1 2015-10-11 14:31:41 +02:00
Vladimír Čunát
88c9f8b574 xlibs: replace occurrences by xorg
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Nathaniel Baxter
aae3bdab03 teamspeak_client: create .desktop file 2015-07-24 14:32:56 +10:00
William A. Kennington III
b07929b0a3 Use libpulseaudio instead of pulseaudio 2015-05-29 14:32:56 -07:00
Thomas Tuegel
5d1f6ad57c qt5: make qt-5.4.1 default 2015-03-24 17:14:56 -05:00
Eelco Dolstra
6f33aa8465 orig-gcc -> orig-cc 2015-03-04 22:15:46 +01:00