summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-01-21Set C++ standard via CMakeThomas Lange
Supported now with https://github.com/mumble-voip/mumble/commit/a090f8e164d37590e707ca83df127275d626ad5f.
2024-01-13Update Git submodulesThomas Lange
2023-08-26Update git module URL of speexdspThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/6179
2023-07-08Fix build with protobuf 23Thomas Lange
2023-04-15Use real name in maintainer infoThomas Lange
2023-02-27Align PKGBUILD more to the official one for [community]Thomas Lange
2023-02-27Make Git submodules work againThomas Lange
2022-03-27Use microsoft-gsl from [community]Thomas Lange
See also: https://github.com/mumble-voip/mumble/commit/8186d1d310bca85a3a18
2022-03-16Use https for gitThomas Lange
See also: https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-03Remove CMake parameter typesThomas Lange
2022-03-03Use nlohmann-json from [community]Thomas Lange
See also: https://github.com/mumble-voip/mumble/pull/5585
2022-01-14Use rnnoise from [community]Thomas Lange
See also: https://github.com/mumble-voip/mumble/pull/5422
2022-01-02Get rid of release idThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/5400
2021-12-31Add lib32-gcc-libs as make dependencyThomas Lange
Required for overlay support for 32-bit applications.
2021-06-25Drop dependency for lsb-releaseThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/3571/
2021-06-02Remove mumble-theme submoduleThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/5064
2021-05-24Add pipewire as make-/opt dependencyThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/4970
2021-04-18Add dependency for pocoThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/3743
2021-02-16Update invoking of mumble-version.pyThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/4763
2021-01-10Set new CMake parameter RELEASE_IDThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/4669
2020-10-28Remove obsolete plugin path definitionThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/4503
2020-10-16Sort build parameter properlyThomas Lange
2020-10-16Remove now obsolete patchThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/4510
2020-10-16Disable warnings as errorsThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/4482
2020-09-22Make patch apply againThomas Lange
2020-09-11Remove workaround for library installation pathThomas Lange
This has been fixed upstream now, at least mostly (see my last comment at GitHub). See also: https://github.com/mumble-voip/mumble/issues/4477
2020-09-11Do not install man file manuallyThomas Lange
"make install" does this for us now. See also: https://github.com/mumble-voip/mumble/commit/4f330cc73cec4ce674d4ec7adb2bf05665a6917d
2020-09-11Remove now obsolete patchThomas Lange
See also: https://github.com/mumble-voip/mumble/pull/4466
2020-09-11Build tests againThomas Lange
The CMake errors are fixed now and the tests compile successfully. See also: https://github.com/mumble-voip/mumble/pull/4468
2020-09-11Use upstream package descriptionThomas Lange
See also: https://github.com/mumble-voip/mumble/blob/master/CMakeLists.txt#L20
2020-09-04Migrate from QMake to CMakeThomas Lange
See also: - https://github.com/mumble-voip/mumble/commit/8bdf32d4808135e8e8d6cba004e36b4a6ead0f42
2020-05-09Update git submodulesThomas Lange
2020-04-13Use most recent tag for pkgverThomas Lange
Suggested by dvzrv.
2020-03-28Consolidate recent PKGBUILD changes from [community]Thomas Lange
See also: https://git.archlinux.org/svntogit/community.git/log/trunk/PKGBUILD?h=packages/mumble
2019-10-24Use more sensible pkgver() functionThomas Lange
2019-10-23Remove comment about Logitech G15Thomas Lange
See also: https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/mumble&id=dba52509b984f6b7334fe9a2d8deb592082f4c80
2019-10-23Remove CELT 0.11.0 submoduleThomas Lange
See also: https://github.com/mumble-voip/mumble/commit/856eefa9ba6deb79bf1da1e0a7379e7fb88ae187
2019-09-24Update to version 1.4.0Thomas Lange
2019-04-11Add python as make dependencyThomas Lange
Suggested by IncredibleLaser.
2019-03-31Update package dependenciesThomas Lange
- Use jack instead of jack2, as suggested by dvzrv - Use espeak-ng instead of espeak, to make Text to Speech work again
2018-12-30Make speech-dispatcher optionalThomas Lange
Suggested by Martchus.
2018-07-16Add support for JACK audio outputThomas Lange
Also add espeak as optional dependency for Text to Speex support.
2018-02-15Build against openssl 1.1 againThomas Lange
2018-02-15Fix unquotedThomas Lange
2017-05-25Protobuf 3.3.0 rebuildThomas Lange
2017-03-29Use HTTPS URLThomas Lange
2017-03-29Make sure to link to openssl-1.0Thomas Lange
Also update dependencies to match with the [community] version.
2017-03-16Remove build fix, it's no longer neededThomas Lange
2016-11-10Add workaround to fix buildThomas Lange
https://github.com/mumble-voip/mumble/issues/2600
2016-07-25Use hooks, don't package inexistent libraryThomas Lange
https://github.com/mumble-voip/mumble/pull/2431