about summary refs log tree commit diff
path: root/pkgs/applications/networking/mumble/default.nix
AgeCommit message (Collapse)AuthorFilesLines
42 hoursmumble: unpin protobuf (#322756)Yureka1-0/+1
fixes pkgsMusl.mumble after musl 1.2.5 upgrade
2024-06-11mumble: 1.4.287 -> 1.5.634Felix Singer1-26/+4
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-04-09treewide: Drop infinisil as maintainer from most packagesSilvan Mosberger1-1/+1
I'm not going anywhere, I'm focusing my energy on other issues, and getting pinged as a maintainer for packages is a bit distracting (also I'm not using most of these packages anyways!)
2024-04-03mumble: Add Yuchen He as package maintainerYuchen He1-1/+1
Signed-off-by: Yuchen He <yuchenhe126@gmail.com>
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-08-18mumble: disable grpc, pin old protobuf versionK9001-5/+2
2023-05-19mumble: fix crash caused by openssl3 thread unsafe evp implementationSandro Jäckel1-0/+6
2023-05-17mumble: Fix 32-bit buildFelix Singer1-0/+1
32-bit builds fail due to the following error. Apply a patch from master to fix the issue. [ 25%] Building CXX object plugins/gtav/CMakeFiles/gtav.dir/gtav.cpp.o In file included from /build/source/plugins/gtav/Game.h:9, from /build/source/plugins/gtav/gtav.cpp:6: /build/source/plugins/gtav/structs.h:218:37: error: static assertion failed 218 | static_assert(sizeof(CCameraAngles) == 0x408, ""); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /build/source/plugins/gtav/structs.h:218:37: note: the comparison reduces to '(1028 == 1032)' Signed-off-by: Felix Singer <felixsinger@posteo.net>
2023-05-12mumble: Apply patch to use OpenSSL 3.0 APIFelix Singer1-0/+4
Mumble is using a deprecated OpenSSL API and this is causing problems because OpenSSL 1.1 support should be dropped from nixpkgs. However, a patch making Mumble compatible to the OpenSSL 3.0 API is available on its master branch and included in the latest snapshot, but unfortunately that snapshot is not production ready. Apply the patch for the nixpkgs build so that we can get rid of that old OpenSSL version and drop the specific Qt package using it. Signed-off-by: Felix Singer <felixsinger@posteo.net>
2023-02-22treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optionalArtturin1-1/+1
env values must be strings
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-11-08pkgsi686Linux.mumble: fix buildRaphael Robatsch1-1/+12
Fixes 'static assertion failed: static_assert(sizeof(CCameraAngles) == 0x408, "");' when compiling pkgsi686Linux.mumble, which is a dependency of x64 mumble_overlay.
2022-09-16mumble,murmur: 1.4.274 -> 1.4.287Felix Singer1-3/+3
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-09-04mumble,murmur: 1.4.231 -> 1.4.274Felix Singer1-3/+3
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-06-29maintainers: remove petabyteboyajs1241-1/+1
github account deleted
2022-02-26mumble,murmur: 1.3.4 -> 1.4.231Felix Singer1-73/+47
Update version to 1.4.231. Build 231 points to a specific commit from the 1.4.x branch adding many fixes and improvements. Since this version is an unofficial release, add an unstable prefix to the version string in Nixpkgs. Signed-off-by: Felix Singer <felixsinger@posteo.net> Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
2021-08-20treewide: ensure pre/post phase hooks are stringsSebastián Mancilla1-1/+1
Some derivations use lib.optional or lib.optionals when setting pre/post phase hooks. Ensure the proper lib.optionalString is used.
2021-07-02mumble,murmur: Add Felix Singer as maintainerFelix Singer1-1/+1
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-03-15grpc: fix build input propagationHedtke, Moritz1-2/+2
2021-02-23mumble: cleanup ? null and assertion, remove not required ↵Sandro Jäckel1-27/+18
enableParallelBuilding due to qmake
2021-02-23mumble: remove unused inputsSandro Jäckel1-1/+1
2021-02-10mumble: fix checksumJörg Thalheim1-1/+1
2021-02-10mumble: 1.3.3 -> 1.3.4TredwellGit1-2/+2
https://github.com/mumble-voip/mumble/releases/tag/1.3.4
2021-01-25mumble: replace python and qt514 with python3 and qt5TredwellGit1-2/+2
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 Siraphob1-2/+2
2020-10-23mumble: 1.3.2 -> 1.3.3TredwellGit1-2/+2
https://github.com/mumble-voip/mumble/releases/tag/1.3.3
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.patchsohalt1-1/+0
2020-02-19mumble: fix build (#80500)Mario Rodas1-1/+3
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-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