Done. Flag -DAUTOUDPATE=OFF disabled. I'll re-enable it in next upstream release, if it doesn't represent an issue.
Search Criteria
Package Details: ddnet 19.9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ddnet.git (read-only, click to copy) |
|---|---|
| Package Base: | ddnet |
| Description: | A Teeworlds modification with a unique cooperative gameplay. |
| Upstream URL: | https://ddnet.org |
| Keywords: | DDraceNetwork |
| Licenses: | zlib, cc-by-sa-3.0, OFL-1.1, Bitstream-Vera, LicenseRef-Arev |
| Submitter: | rafaelff |
| Maintainer: | rafaelff |
| Last Packager: | rafaelff |
| Votes: | 33 |
| Popularity: | 0.47 |
| First Submitted: | 2017-09-01 19:31 (UTC) |
| Last Updated: | 2026-07-10 19:17 (UTC) |
Dependencies (22)
- curl (curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- libnotify (libnotify-gitAUR)
- mariadb-libs (libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclient84AUR, libmysqlclientAUR, mariadb-lts-libs)
- miniupnpc (miniupnpc-gitAUR)
- opusfile (opusfile-gitAUR)
- sqlite (sqlite-fossilAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- wavpack (wavpack-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- discord-game-sdkAUR (make)
- glslang (glslang-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- python (make)
- spirv-tools (spirv-tools-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- gmock (googletest-gitAUR, gtest) (check)
- Show 2 more dependencies...
Required by (0)
Sources (9)
rafaelff commented on 2018-12-04 17:40 (UTC) (edited on 2018-12-04 17:41 (UTC) by rafaelff)
SilverRainZ commented on 2018-12-04 17:26 (UTC) (edited on 2018-12-04 17:26 (UTC) by SilverRainZ)
Hello maintainer, according to the recent change of ddnet, turning off the auto update will cause the client to crash[1]. Before the upstream fixes[2] this issue, can you please remove the cmake flag -DAUTOUDPATE=OFF to avoid crash?
c0d3d3v commented on 2018-11-20 17:23 (UTC)
Hey, sorry for the disturbance, But would you be so kind to update the package?
This version from the AUR hasn't worked for a long time. It comes to a segment fault... The master version on guthub works.
def commented on 2018-06-16 23:07 (UTC)
==> Validating source files with sha256sums... DDNet-11.1.9.tar.xz ... Passed ddnet.desktop ... FAILED ddnet-server.desktop ... Passed DDNet.png ... Passed DDNet-Server.png ... Passed ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build ddnet.
rafaelff commented on 2018-05-25 12:53 (UTC)
Good point. I set tools installation path to /usr/lib/ddnet/tools (kept "tools" dir to make it clearer what it is about).
heinrich5991 commented on 2018-05-24 11:48 (UTC)
The tools should probably not go into /usr/share, but rather /usr/lib. AFAIK, /usr/share is for architecture-independent files, which executables are not.
From man 7 hier:
/usr/share
This directory contains subdirectories with specific application data, that can be shared among different architectures of the same OS. Often one finds stuff here that to live in /usr/doc or /usr/lib or /usr/man.
The full path for the executables should probably be something like this: /usr/lib/ddnet/tools/uuid or /usr/lib/ddnet/uuid.
rafaelff commented on 2018-04-04 10:21 (UTC)
@def: probably because I saw the optional dependency in the CMakeFile, but did not realize it wasn't actually being used. What do you think is best: add 'run_tests' to 'make' in build(), add check() function with 'make run_tests', or remove 'gtest' dependency?
def commented on 2018-04-04 10:06 (UTC)
Why does this package depend on gtest when it doesn't run "make run_tests" btw?
rafaelff commented on 2018-02-04 20:51 (UTC) (edited on 2018-02-04 20:51 (UTC) by rafaelff)
https://wiki.archlinux.org/index.php/DDNet
Look this page for some information about DDNet, e.g. how to activate MySQL database for the server. Feel free to add or fix content in there, as well as to provide suggestions.
Pinned Comments
rafaelff commented on 2022-11-03 14:15 (UTC) (edited on 2023-01-12 13:01 (UTC) by rafaelff)
As of DDNet 16.5 package, Discord's Rich Presence support is enabled. With the discord-game-sdk package installed and the using Discord desktop client (discord package), you can show you are playing DDNet.
If you want to disable it, set
-DDISCORDand-DDISCORD_DYNAMICto OFF and remove 'discord-game-sdk' from makedepends array (optionally from optdepends array as well).rafaelff commented on 2019-04-10 18:36 (UTC) (edited on 2021-06-12 22:04 (UTC) by rafaelff)
As of DDNet 15.5 package, MySQL support is enabled. If you want to disable it, set
-DMYSQL=ONto OFF and remove 'mariadb-libs' package from depends array.