Package Details: upbge-git 148024.f9aaa040f02-1

Git Clone URL: https://aur.archlinux.org/upbge-git.git (read-only, click to copy)
Package Base: upbge-git
Description: Uchronia Project Blender Game Engine fork of Blender Game Engine
Upstream URL: https://upbge.org/
Licenses: GPL
Conflicts: blender, blender-4.2-bin, blender-git
Provides: blender
Submitter: None
Maintainer: mysticfall
Last Packager: mysticfall
Votes: 3
Popularity: 0.000012
First Submitted: 2018-11-02 13:46 (UTC)
Last Updated: 2024-09-29 14:38 (UTC)

Dependencies (47)

Required by (63)

Sources (8)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

gandalf3 commented on 2023-02-26 02:53 (UTC)

embree.patch fails to apply for me on latest git:

==> Starting prepare()...
Checking patch intern/cycles/cmake/external_libs.cmake...
Hunk #1 succeeded at 29 (offset -578 lines).
Applied patch intern/cycles/cmake/external_libs.cmake cleanly.
Checking patch source/blender/io/usd/CMakeLists.txt...
error: while searching for:
  )
endif()

blender_add_lib(bf_usd "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

if(WIN32)

error: patch failed: source/blender/io/usd/CMakeLists.txt:137
error: source/blender/io/usd/CMakeLists.txt: patch does not apply

mysticfall commented on 2022-10-31 15:18 (UTC)

@juancarlospaco // I just added ninja to the makedepends list. Hopefully, this may fix the problem.

Additionally, the latest commit fixes several build issues due to recent changes in the upstream source.

juancarlospaco commented on 2022-09-22 18:58 (UTC)

@mysticfall Still fails, because it wants Ninja to be installed BEFORE everything else, for some reason, I think Ninja sets an env var CMAKE_MAKE_PROGRAM set to ninja build tool binary, so Ninja needs to be installed at start somehow.

mysticfall commented on 2021-08-06 23:41 (UTC)

@juancarlospaco // Fixed it now. Thanks for the heads up :)

juancarlospaco commented on 2021-08-02 22:47 (UTC)

Error about "Ninja" build tool missing, I guess Ninja needs to be added to dependencies.

CMake Error: CMake was unable to find a build program corresponding to "Ninja".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().

mysticfall commented on 2021-02-18 07:21 (UTC)

Just pushed a fix for the problem with opencolorio/openimageio/openshadinglanguage.

mysticfall commented on 2021-02-15 01:02 (UTC)

The latest build has a dependency problem so it doesn't support filmic colour profile.

There's nothing I can do about it until we have a version of openimageio which depends on opencolorio instead of opencolorio1 as it used to do.

You can partly circumvent the issue by manually build openimageio with opencolorio1, but probably you'll need to choose a different look mode than "medium contrast" since it somehow leads to a crash.

mysticfall commented on 2020-12-03 16:13 (UTC)

@anponteg // Unfortunately no. But UPBGE is the latest version of Blender after all, so you can just use it to whatever you want to do with Blender.

anponteg commented on 2020-12-03 15:14 (UTC)

Is it possible to have upbge-git installed without conflicting with blender?

mysticfall commented on 2020-07-18 09:31 (UTC) (edited on 2020-07-18 22:49 (UTC) by mysticfall)

It looks like the build is failing again with the Embree patch. I'll try to fix it soon.

EDIT: Now it's done :)