Search Criteria
Package Details: godot-mono-git 4.2.r6531.ga48b99a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/godot-mono-git.git (read-only, click to copy) |
---|---|
Package Base: | godot-mono-git |
Description: | An advanced, feature packed, multi-platform 2D and 3D game engine built properly |
Upstream URL: | https://godotengine.org/ |
Licenses: | MIT |
Conflicts: | godot-mono |
Provides: | godot-mono |
Submitter: | tas |
Maintainer: | FabioLolix (HurricanePootis) |
Last Packager: | FabioLolix |
Votes: | 5 |
Popularity: | 0.004826 |
First Submitted: | 2021-10-26 08:46 (UTC) |
Last Updated: | 2024-07-20 19:10 (UTC) |
Dependencies (32)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-binAUR)
- embree (embree-gitAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- graphite (graphite-gitAUR)
- harfbuzz (harfbuzz-gitAUR)
- harfbuzz-icu (harfbuzz-icu-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libspeechd (libspeechd-gitAUR)
- libsquish (libsquish-fixed-tablesAUR)
- libtheora (libtheora-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libwebp (libwebp-gitAUR)
- libwslay
- libxcursor
- libxi (libxi-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- miniupnpc (miniupnpc-gitAUR)
- pcre2 (pcre2-gitAUR)
- alsa-lib (make)
- git (git-gitAUR, git-glAUR) (make)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, busybox-coreutilsAUR) (make)
- nuget (make)
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
- scons (make)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (make)
- yasm (yasm-gitAUR) (make)
Required by (1)
- thrive (requires godot-mono) (make)
Latest Comments
1 2 Next › Last »
benjarobin commented on 2024-08-06 18:27 (UTC)
Please depend on
pulse-native-provider
instead ofpulseaudio
. See https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10FabioLolix commented on 2024-08-01 20:00 (UTC)
I'm not going to parse that, if they don't git tag the dev releases I'm not concerned, here builded packages will have an incremental version anyway
firepanda commented on 2024-08-01 19:09 (UTC)
@FabioLolix
version.py says 4.3.0 rc
I am not sure what you mean with "that's is[sic] what is tagged on the master branch"
FabioLolix commented on 2024-07-30 19:56 (UTC)
@firepanda that's is what is tagged on the master branch
firepanda commented on 2024-07-30 19:35 (UTC)
I believe the version should be given as 4.3.whatevergoeshere and not 4.2.r6531.ga48b99a-1
Gallifreyan commented on 2024-06-15 13:12 (UTC)
I think the build can be built with
mbedtls
instead ofmbedtls2
inmakedepends
.ChiliEater commented on 2024-03-08 13:42 (UTC)
After looking through the PKGBUILD again, I've been able to fix it like this:
ChiliEater commented on 2024-03-07 18:40 (UTC) (edited on 2024-03-07 18:42 (UTC) by ChiliEater)
I haven't been able to build this package for a bit more than two weeks. It fails during the initial build:
My last successful build is from 02-20 and my next one failed on 02-21 so something must have changed during that. Maybe it's one of the dependencies because I can't find any suspicious commits in that timeframe: https://github.com/godotengine/godot/commits/master/?since=2024-02-20&until=2024-02-21
BangL commented on 2023-11-28 16:54 (UTC)
@Visne
That's somehow rooted in the nature of beeing a git build. While building, you cant know which beta it might be exactly, and it even isnt really exactly beta1 through 5, nor rc1 or rc2.
Its ANY git commit after a specific version. It's not bound to a specific version. In this moment (rc2) it's not even rc2, even if it sais so.. it's in fact a few commits AFTER rc.2, while no line in the code sais that it's rc2, only that it's any rc.
There is no way to fix this 'properly', any try to fix this would just cause more trouble and chaos. As said.. it's basically just a side-effect, related to versioning, in the nature of beeing a git build. The only way to have proper versioning on your build, is building on git tags or stable releases (which non-git packages are for)
Visne commented on 2023-10-18 16:25 (UTC)
This build sets the SDK in the csproj to
"Godot.NET.Sdk/4.2.0-beta"
on every load, while it should be"Godot.NET.Sdk/4.2.0-beta.1"
. See this GitHub issue: https://github.com/godotengine/godot/issues/785271 2 Next › Last »