==> 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.
Search Criteria
Package Details: ddnet 18.7-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: | 27 |
Popularity: | 0.44 |
First Submitted: | 2017-09-01 19:31 (UTC) |
Last Updated: | 2024-11-08 19:26 (UTC) |
Dependencies (22)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- libnotify (libnotify-gitAUR)
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs)
- miniupnpc (miniupnpc-gitAUR)
- opusfile (opusfile-gitAUR)
- sqlite (sqlite-fossilAUR, libsql-sqlite3AUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- wavpack (wavpack-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- cmake (cmake-gitAUR) (make)
- discord-game-sdkAUR (make)
- glslang (glslang-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (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 (8)
def commented on 2018-06-16 23:07 (UTC)
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
-DDISCORD
and-DDISCORD_DYNAMIC
to OFF and remove 'discord-game-sdk' from makedepends array (optionally from optdepends array as well).rafaelff commented on 2021-12-04 14:58 (UTC)
Please vote on this package to help make it go to official repos!
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=ON
to OFF and remove 'mariadb-libs' package from depends array.