Package Details: godot-git 4.3.r65958.3978628c6cc-1

Git Clone URL: https://aur.archlinux.org/godot-git.git (read-only, click to copy)
Package Base: godot-git
Description: Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine.
Upstream URL: https://godotengine.org/
Licenses: MIT
Conflicts: godot
Provides: godot
Submitter: tas
Maintainer: VitalyR
Last Packager: VitalyR
Votes: 5
Popularity: 0.058727
First Submitted: 2021-10-26 04:36 (UTC)
Last Updated: 2024-08-11 08:43 (UTC)

Required by (21)

Sources (3)

Latest Comments

1 2 Next › Last »

xiota commented on 2025-08-18 17:00 (UTC) (edited on 2025-08-18 17:00 (UTC) by xiota)

Since godot has nearly no cross-version compatibility, may be worthwhile to add the templates to this package, either as a subpackage or part of the main install. Then aur/godot-export-templates-git could be retired.

Damgaldor commented on 2025-05-17 15:18 (UTC)

Hello. Can you please also include usr/share/mime/packages/org.godotengine.Godot.xml file from the main repo, so system registers Godot project files and sets Godot to open them? For this the desktop file should also have a line with MimeType=application/x-godot-project;

v1993 commented on 2025-02-05 07:01 (UTC)

I think regular embree should be used instead of embree3; it's what both non-git package uses and upstream godot bundles.

VitalyR commented on 2024-08-12 03:02 (UTC)

@FabioLolix, thank you for your detailed explanation and suggestions! I've updated the package based on your advice. Would you be interested in being added as a co-maintainer of this package to facilitate further improvements?

FabioLolix commented on 2024-08-06 16:46 (UTC)

Hello, about makedepends

  • packages of base-devel like gcc and pkgconf don't have to be included
  • build fine with devtools without yasm and alsa-lib; just builded for curiosity

Please update url to url="https://godotengine.org/"

Need wayland as makedepends for enabling it, otherwise WARNING: wayland-scanner not found. Disabling Wayland support.

About the depends and the upnp issue, builds in devtools without any of depends listed, some of which are builded from its source tree and not taken from system like miniupnpc, mbedtls, freetype2, harfbuzz, embree etc

This is not affected by godot#93907

VitalyR commented on 2024-08-04 05:02 (UTC)

@xiota, I haven't encountered this issue and am unsure why. I will investigate further.

FabioLolix commented on 2023-10-14 10:17 (UTC)

Using git clone in prepare() is not welcome, pleas use proper source=(git+https://github.com/godotengine/godot.git)