about summary refs log tree commit diff
path: root/pkgs/applications/networking/mumble
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob2-3/+3
2020-10-23mumble: 1.3.2 -> 1.3.3TredwellGit1-2/+2
https://github.com/mumble-voip/mumble/releases/tag/1.3.3
2020-10-02mumble-overlay: fix outdated install phaseldesgoui1-2/+4
As it stands, the mumble-overlay install phase attemps to link `{mumble}/lib/libmumble.so.1.2.*` to its output's `lib/libmumble.so.1`, this has stopped matching any file ever since mumble has passed version 1.3. Instead, we simply link from `{mumble}/lib/libmumble.so.1`
2020-08-28murmur: support building with grpcK9001-2/+7
2020-07-11mumble: 1.3.1 -> 1.3.2Milan Pässler1-2/+2
2020-06-08mumble: 1.3.0 -> 1.3.1Daniel Olsen1-2/+2
2020-04-22mumble: declare tests from nixosTestsEmery Hemingway1-0/+3
2020-03-13mumble: remove unnecessary mumble-jack-support.patchsohalt2-458/+0
2020-02-19mumble: fix build (#80500)Mario Rodas2-1/+19
2020-01-25mumble: Add infinisil as maintainerSilvan Mosberger1-1/+1
2020-01-25mumble: Fix PLUGIN_PATH definition so it can find the CELT librarySilvan Mosberger1-1/+1
2019-12-09mumble: add petabyteboy to maintainersMilan Pässler1-3/+4
2019-11-06mumble: Add RNNoise support.Niklas Hambüchen1-1/+2
Vastly improves suppression of background and typing noises.
2019-10-08mumble/murmur: Fix .override not workingSilvan Mosberger1-6/+6
Unfortunately there's no pkgs.libsForQt5.callPackages, which we need here to get .override attributes on all derivation attributes. It's also non-trivial to add it without duplicating code. So instead just use standard pkgs.callPackages and pass refer to qt libs through pkgs.qt5
2019-10-07mumble,murmur: 1.2.19 -> 1.3.0Greizgh1-51/+17
2019-09-06mumble: use different zeroc-ice versionsNikolay Amiantov1-11/+8
Needed to unbreak ICE support in murmur RC version.
2019-08-17mumble_overlay: fixing the library pathMarek Mahut1-2/+2
2019-08-01mumble: refactor and fix Qt 5 versionNikolay Amiantov1-22/+35
* Use -rc version instead of a git checkout. Rename derivation accordingly; * Change PLUGIN_PATH similar to Arch; * Fix install phase so that random files aren't installed and plugins use separate directory; * Use linkSoVersions to remove duplicate libraries.
2019-07-13Merge master into staging-nextFrederik Rietdijk1-3/+3
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel1-7/+2
2019-06-23mumble_git: 2018-07-01 -> 2019-07-10Tadeo Kondrak1-3/+3
2019-04-22mumble: incompatible protobuf versionnyanloutre1-2/+5
https://github.com/mumble-voip/mumble/issues/3617
2019-03-12misc: Remove myself from list of maintainersJascha Geerds1-1/+1
Unfortunately I don't have the time anymore to maintain those packages.
2019-02-20murmur_git: FixSilvan Mosberger1-1/+8
Was failing with the following error: ServerDB: Database driver QSQLITE not available
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+1
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-10-21mumble: fix hang on reconfiguring audioAndrew Childs1-6/+15
2018-09-25mumble: build with -std=c++11Orivej Desh1-0/+1
It fails to build with its default -std=c++98 with protobuf 3.6.
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-07-08mumble_git: 2018-01-12 -> 2018-07-01Michael Hoang1-6/+8
Replace fetchgit with fetchFromGitHub now that it supports submodules.
2018-01-31mumble: Fix build with boost version 1.66aszlig1-2/+9
This is already tracked in upstream issue mumble-voip/mumble#3281 and a fix has been merged in mumble-voip/mumble@caa187373ec2f8bcf5b88e6340973. The patch I'm adding here is using the merged commit mumble-voip/mumble@ea861fe86743c8402bbad77d8d1dd9de8dce447e 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@8029edea298b36df6494885055c8bf123aa4d26b), 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-13mumble_git: 2017-05-25 -> 2018-01-12adisbladis1-3/+3
2017-11-29mumble: fix icon symlinkLinus Heckemann1-1/+1
2017-09-04Update homepage link of MumbleFelix Singer1-1/+1
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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-07-26mumble_git: 2017-04-16 -> 2017-05-25Nikolay Amiantov1-3/+3
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-5/+1
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-1/+1
2017-05-01murmur_git: mark as not broken without iceSupportMichael Raskin1-1/+1
2017-04-16mumble_git: 1.3.0-git-2016-04-10 -> 2017-04-16Nikolay Amiantov1-3/+3
2017-03-31mumble: patch python scriptsNikolay Amiantov1-2/+3
2017-03-31mumble_git: wrap with Qt dependenciesNikolay Amiantov1-1/+5
Fixes #14084.
2017-03-30murmur_git: mark as brokenRobin Gloster1-1/+3
2017-02-24mumble: 1.2.17 -> 1.2.19Franz Pletz1-2/+2
2016-10-13mumble: 1.2.16 -> 1.2.17Franz Pletz1-2/+2
2016-10-01treewide: Fix 'lib.optional' misusesTuomas Tynkkynen1-1/+1
These add a singleton list of a package to buildInputs.
2016-09-25Fix building mumble without ice.Kevin Cox1-0/+1
2016-08-27Updating mumble to 1.2.16.Lluís Batlle i Rossell1-2/+2
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1