Commit Graph

57 Commits

Author SHA1 Message Date
aszlig
b3970e7f5c
mumble: Fix build with boost version 1.66
This is already tracked in upstream issue mumble-voip/mumble#3281 and a
fix has been merged in mumble-voip/mumble@caa187373e.

The patch I'm adding here is using the merged commit
mumble-voip/mumble@ea861fe867 and I've
only added it for the stable release because the patch is already
included in the git version.

@pbogdan also had a similar commit to this
(pbogdan/nixpkgs@8029edea29), but the
patch was applied to both stable and git and thus the git version would
have been broken.

Tested by building mumble and mumble_git and running the mumble NixOS VM
test.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @viric, @jgeerds, @abbradar
Fixes: #33655
2018-01-31 17:39:01 +01:00
adisbladis
eb29b00621
mumble_git: 2017-05-25 -> 2018-01-12 2018-01-13 03:54:31 +08:00
Linus Heckemann
1022f97d10 mumble: fix icon symlink 2017-11-29 11:15:11 +00:00
Felix Singer
f37f8c4b4b Update homepage link of Mumble 2017-09-04 01:48:44 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Nikolay Amiantov
c3a9f59513 mumble_git: 2017-04-16 -> 2017-05-25 2017-07-26 18:36:52 +03:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
Michael Raskin
3d1f825d2b murmur_git: mark as not broken without iceSupport 2017-05-01 10:44:47 +02:00
Nikolay Amiantov
2f09105f3b mumble_git: 1.3.0-git-2016-04-10 -> 2017-04-16 2017-04-16 12:58:44 +03:00
Nikolay Amiantov
1eccb75f26 mumble: patch python scripts 2017-03-31 23:12:11 +03:00
Nikolay Amiantov
d8c47a20b8 mumble_git: wrap with Qt dependencies
Fixes #14084.
2017-03-31 23:11:46 +03:00
Robin Gloster
9b89d68ef0
murmur_git: mark as broken 2017-03-30 16:23:34 +02:00
Franz Pletz
7cc86f79b4
mumble: 1.2.17 -> 1.2.19 2017-02-24 17:57:41 +01:00
Franz Pletz
a637b4d950
mumble: 1.2.16 -> 1.2.17 2016-10-13 03:18:23 +02:00
Tuomas Tynkkynen
5bf5de58ea treewide: Fix 'lib.optional' misuses
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Kevin Cox
180366aa14 Fix building mumble without ice. 2016-09-25 10:38:02 +01:00
Lluís Batlle i Rossell
8d4de4fe4f Updating mumble to 1.2.16. 2016-08-27 15:46:33 +02:00
Tuomas Tynkkynen
bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Nikolay Amiantov
73182fd328 mumble_overlay: move from mumble and more fixes 2016-04-24 18:49:33 +03:00
Nikolay Amiantov
af9fcaf910 mumble: fix mumble-overlay 2016-04-24 18:08:40 +03:00
Nikolay Amiantov
ae0a64cf2c mumble_git: 2015-11-08 -> 2016-04-10 2016-04-23 02:27:36 +03:00
Nikolay Amiantov
6900fdc84b mumble: 1.2.10 -> 1.2.15 2016-04-23 02:27:36 +03:00
Nikolay Amiantov
5489bc4109 mumble: fix speechd support 2016-04-23 02:27:36 +03:00
Nikolay Amiantov
3c52b4253c mumble: move to qmake{,4}Hook 2016-04-20 18:55:46 +03:00
Alexander V. Nikolaev
3ceeb22ea8 mumble: fix build after closure-size merge 2016-04-17 18:51:23 +03:00
Nikolay Amiantov
6a862c5a61 mumble: enable parallel building 2016-01-03 03:30:32 +03:00
Reno Reckling
10a87beb7e murmur_git: fix failing build because of changed ice file paths 2015-12-31 20:01:41 +01:00
William A. Kennington III
9a24fec15f mumble: 2015-09-27 -> 2015-11-08 2015-11-10 20:08:58 -08:00
Nikolay Amiantov
5963d94c3c mumble: use bundled celt library again 2015-10-12 17:55:00 +03:00
William A. Kennington III
2f88045360 mumble: Combine into a generic derivation
Also add a git version since 1.3.0 supports qt5 as well as a host of new
features.
2015-10-03 22:22:21 -07:00
Nikolay Amiantov
47bb91194b mumble: use our celt library 2015-07-31 13:41:43 +03:00
William A. Kennington III
fc7c18a992 mumble: 1.2.9 -> 1.2.10 2015-07-13 12:33:19 -07:00
Jascha Geerds
3f66bb7ff2 Add myself as maintainer 2015-06-22 08:26:09 +02:00
William A. Kennington III
c64747c44a mumble: 1.2.8 -> 1.2.9 2015-06-18 22:34:55 -07:00
William A. Kennington III
03d755aca5 mumble: Refactor 2015-04-25 23:32:04 -07:00
codyopel
344ccc7faa mumble: refactor, add desktop file & add icon 2015-04-08 07:49:23 -04:00
Nikolay Amiantov
663082b366 mumble: add pulseaudio support 2015-01-10 23:36:42 +03:00
Domen Kožar
6ead69458c mumble: 1.2.7 -> 1.2.8 2014-10-07 19:19:47 +02:00
Lluís Batlle i Rossell
00b63f6655 Update mumble to 1.2.7.
(Chery picked from release-14.04)
2014-08-01 16:56:27 +02:00
Bjørn Forsman
62d0a320b3 Revert "Remove obsolete jackaudio version 1."
This reverts commit bdb77826d98544ab37741f740dd3516023924b27.

Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'.

Q: What's the difference between Jack1 and Jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-31 12:52:29 +02:00
Peter Simons
bdb77826d9 Remove obsolete jackaudio version 1. 2014-07-28 20:32:52 +02:00
Bjørn Forsman
f6f2f38a6e jack: change package and attr names to 'jack1' and 'jack2'
Currently, we have a 'jack' package with attrname 'jack1d' and a
'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1'
and 'jack2' in both package name and attrname.

This aligns the naming with what can be found on the JACK homepage.

Q: what's the difference between jack1 and jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-23 20:22:14 +02:00
William A. Kennington III
4eee3b66bc mumble: Update 1.2.5 -> 1.2.6 2014-05-15 15:08:39 -05:00
William A. Kennington III
07b38340bd mumble: Upgrade 1.2.4 -> 1.2.5 2014-02-07 21:29:29 -06:00
William A. Kennington III
2ec67167d9 mumble: Small Fixups and add support for disabling speechd
This patch adds a collection of changes to clean up the mumble
expression as well as add support for disabling the external speech
dispatcher from being compiled in.
2014-01-30 19:35:11 -06:00
Arvin Moezzi
a286f65a93 fix: syntax error in networking/mumble 2013-12-05 14:47:54 +01:00
William A. Kennington III
7aa292a069 Properly configure mumble to build without the server and libopus 2013-12-02 20:15:01 -06:00
Lluís Batlle i Rossell
34cf9baaa6 Update mumble to 1.2.4
Now it should have opus. The source code of opus comes with mumble.
2013-06-21 11:10:41 +02:00
Lluís Batlle i Rossell
2e3f53ed27 mumble: making hydra build it 2013-05-28 08:50:44 +02:00