Package Details: godot-cpp 4.4-1

Git Clone URL: https://aur.archlinux.org/godot-cpp.git (read-only, click to copy)
Package Base: godot-cpp
Description: C++ bindings for the Godot script API
Upstream URL: https://godotengine.org
Licenses: MIT
Submitter: yakoyakoyokuyoku
Maintainer: yakoyakoyokuyoku
Last Packager: yakoyakoyokuyoku
Votes: 5
Popularity: 0.90
First Submitted: 2022-01-05 19:44 (UTC)
Last Updated: 2025-03-06 14:59 (UTC)

Latest Comments

1 2 Next › Last »

FabioLolix commented on 2025-04-05 11:35 (UTC)

@YuriTheCockroach you're welcome to use Flag package out-of-date for notify new versions instead of commenting

YuriTheCockroach commented on 2025-04-05 11:34 (UTC)

Hi, the pkgver needs to be updated to 4.4.1 and same for the hashsum of the archive

v1993 commented on 2025-03-18 17:30 (UTC)

Fails during the packaging step for me:

install: cannot stat 'build/bin/libgodot-cpp.linux.*.a': No such file or directory

Strangely, it seems that nothing is built - cmake --build build returns instantly with no output and build/bin is empty.

FabioLolix commented on 2025-03-04 15:59 (UTC)

@huaciye you're welcome to use Flag package out-of-date for notify new versions instead of commenting

huaciye commented on 2025-03-04 15:04 (UTC)

they have released 4.4 version.

FabioLolix commented on 2024-08-09 13:29 (UTC)

I have bumped the version and started to build with devtools, it fails for missing python in makedepends

  Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) (Required


@Zebellah this don't have pulseaudio or related in depends or makedepends

RobinWA commented on 2024-06-29 19:13 (UTC)

I just updated the package to the newest stable version and had no issues. Here are the changes I made:

From 158e680c0e5dadf2f29c537c26bd2c074185ac93 Mon Sep 17 00:00:00 2001
From: RobinWA <robinwa@do-not-mail-me.com>
Date: Sat, 29 Jun 2024 20:56:39 +0200
Subject: [PATCH] version bump to 4.2.2

---
 .SRCINFO | 8 ++++----
 PKGBUILD | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 98e0eb0..17e7f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
 pkgbase = godot-cpp
        pkgdesc = C++ bindings for the Godot script API
-       pkgver = 4.2.1
+       pkgver = 4.2.2
        pkgrel = 1
        url = https://godotengine.org
        arch = x86_64
        license = MIT
        makedepends = cmake
-       makedepends = godot=4.2.1
-       source = https://github.com/godotengine/godot-cpp/archive/refs/tags/godot-4.2.1-stable.tar.gz
+       makedepends = godot=4.2.2
+       source = https://github.com/godotengine/godot-cpp/archive/refs/tags/godot-4.2.2-stable.tar.gz
        source = godot-cpp.pc.in
-       sha256sums = 9641cdd4ae65d32048e54335c1eac01cca0f685e1a962e6954355122d19073a5
+       sha256sums = 2eadcf70ecab951236cc97bf8fbcc8fe618596bd09b6173b5a07e845992e349c
        sha256sums = 675cbdf08979edcf5cbd951b88a6b00b5d5a24fd9c68418b8d7b4c77dcf722a3

 pkgname = godot-cpp
diff --git a/PKGBUILD b/PKGBUILD
index d4765b0..aca045b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Martin Reboredo <yakoyoku@gmail.com>

 pkgname=godot-cpp
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 pkgdesc='C++ bindings for the Godot script API'
 arch=('x86_64')
@@ -12,7 +12,7 @@ source=(
   https://github.com/godotengine/$pkgname/archive/refs/tags/godot-$pkgver-stable.tar.gz
   godot-cpp.pc.in
 )
-sha256sums=('9641cdd4ae65d32048e54335c1eac01cca0f685e1a962e6954355122d19073a5'
+sha256sums=('2eadcf70ecab951236cc97bf8fbcc8fe618596bd09b6173b5a07e845992e349c'
             '675cbdf08979edcf5cbd951b88a6b00b5d5a24fd9c68418b8d7b4c77dcf722a3')

 prepare() {
-- 
2.45.2

yakoyakoyokuyoku commented on 2023-11-12 01:15 (UTC)

There's no tagged 4.1.3 yet, unflagged this. Upstream must tag their releases to remain consistent with the engine.

yakoyakoyokuyoku commented on 2023-09-15 19:27 (UTC)

@HurricanePootis, instead of using scons godot-cpp will now use cmake, anyways thanks for the reminder.