Package Details: blender-git 4.3.r138081.gee0b7b9a954-1

Git Clone URL: https://aur.archlinux.org/blender-git.git (read-only, click to copy)
Package Base: blender-git
Description: A fully integrated 3D graphics creation suite (development)
Upstream URL: https://blender.org/
Licenses: GPL
Conflicts: blender, blender-4.1-bin
Provides: blender
Submitter: stativ
Maintainer: fbrennan (bartus)
Last Packager: bartus
Votes: 76
Popularity: 0.003747
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-06-25 14:09 (UTC)

Dependencies (48)

Required by (61)

Sources (9)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 39 Next › Last »

ruestique commented on 2022-10-31 13:21 (UTC) (edited on 2022-10-31 13:21 (UTC) by ruestique)

please add libdecor as dep

-- Package 'libdecor-0', required by 'virtual:world', not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:607 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal) build_files/cmake/platform/platform_unix.cmake:681 (pkg_check_modules) CMakeLists.txt:1057 (include)

jtheoof commented on 2022-10-16 19:35 (UTC)

You might want to consider adding libdecor as an optional dependency since WAYLAND flags are now enabled by default: https://code.blender.org/2022/10/wayland-support-on-linux/

Fog commented on 2022-05-30 23:16 (UTC)

I've opened an issue for consistent build errors at generating fatbin kernels for HIP AMD GPUs with Rocm 5.1.3. It fails to build every version every day.

sausix commented on 2022-04-26 09:04 (UTC)

@niobium93 Can confirm. Please create an issue as requested in the pinned comment next time.

https://github.com/bartoszek/AUR-blender-git/issues/10

niobium93 commented on 2022-04-26 07:29 (UTC)

Is rendering on this for the last few days completely broken for anyone else or just me? Just trying to render the default cube on Cycles on CPU, nothing fancy, crashes immediately.

Fog commented on 2022-02-19 02:05 (UTC)

got some build errors when it is applying a patch

Applied patch build_files/cmake/platform/platform_unix.cmake cleanly. Applied patch source/blender/io/usd/CMakeLists.txt cleanly. Checking patch build_files/cmake/Modules/FindOpenEXR.cmake... error: while searching for: SET(_openexr_libs_ver_init "2.0")

SET(_openexr_FIND_COMPONENTS Half Iex IlmImf IlmThread Imath )

SET(_openexr_SEARCH_DIRS

error: patch failed: build_files/cmake/Modules/FindOpenEXR.cmake:34 error: build_files/cmake/Modules/FindOpenEXR.cmake: patch does not apply Checking patch source/blender/imbuf/intern/openexr/openexr_api.cpp... error: while searching for:

include <ImfChannelList.h>
include <ImfCompression.h>
include <ImfCompressionAttribute.h>
include <ImfIO.h>
include <ImfInputFile.h>
include <ImfOutputFile.h>
include <ImfPixelType.h>
include <ImfStandardAttributes.h>

error: patch failed: source/blender/imbuf/intern/openexr/openexr_api.cpp:38 error: source/blender/imbuf/intern/openexr/openexr_api.cpp: patch does not apply ==> ERROR: A failure occurred in prepare(). Aborting...

Command 'makepkg --force' failed to execute.

bda commented on 2022-01-05 12:26 (UTC)

hi, i can't compile it because there no tbb/atomic.h.

saburouta commented on 2021-12-08 17:21 (UTC)

@bartus Thanks! Following your suggestions, I was able to get blender-3.1 to build and run successfully.

bartus commented on 2021-12-07 14:45 (UTC) (edited on 2021-12-07 15:23 (UTC) by bartus)

@saburouta: it looks fine here, new tbb from staging works fine with blender-git (just disable embree and osd http://ix.io/3HhB as they links to old tbb)

btw. devtools providers nice script called archbuild which is symlinked as {extra, testing, staging}-x86_64-build allowing to quickly build your packages against one of extra, testing, staging repository. One thing to remember is adding path to create build container -r /tmp/build-somethig to prevent trashing your root fs.

saburouta commented on 2021-12-07 02:31 (UTC)

@bartus That's a good point. I will try that. Thank you. Sorry to take staging/testing/customization noise to this board here.