Search Criteria
Package Details: blender-git 4.4.r144205.gfba10a82121-1
Package Actions
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: | 77 |
Popularity: | 0.31 |
First Submitted: | 2013-12-05 10:11 (UTC) |
Last Updated: | 2024-12-04 18:59 (UTC) |
Dependencies (48)
- alembic (alembic-gitAUR)
- ccache (ccache-gitAUR)
- embree (embree-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-gitAUR)
- fftw (fftw-amdAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- libdecor (libdecor-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libharu
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libxi (libxi-gitAUR)
- openal (openal-gitAUR)
- opencolladaAUR (opencollada-blender-gitAUR)
- opencolorio (opencolorio-gitAUR)
- openimageio (openimageio-gitAUR)
- openjpeg2 (openjpeg-gitAUR)
- openshadinglanguage
- opensubdiv
- Show 28 more dependencies...
Required by (64)
- amino-git (requires blender) (optional)
- anja-git (requires blender) (make)
- arx-libertatis (requires blender) (optional)
- arx-libertatis-git (requires blender) (optional)
- blender-ac3d (requires blender)
- blender-breezedark-theme-git (requires blender)
- blender-dream-textures (requires blender)
- blender-dream-textures-git (requires blender)
- blender-plugin-animation-nodes-git (requires blender)
- blender-plugin-apply-modifier-for-object-with-shape-keys-git (requires blender)
- blender-plugin-blenderseed-git (requires blender)
- blender-plugin-blendrig-git (requires blender)
- blender-plugin-bligify (requires blender)
- blender-plugin-bullet-constraints-builder (requires blender)
- blender-plugin-cad-sketcher-git (requires blender)
- blender-plugin-cork (requires blender)
- blender-plugin-cubesurfer (requires blender)
- blender-plugin-edgeflow (requires blender)
- blender-plugin-edgeflow-git (requires blender)
- blender-plugin-fspy (requires blender)
- Show 44 more...
Latest Comments
1 2 3 4 5 6 .. 41 Next › Last »
microcoder commented on 2025-05-12 04:48 (UTC)
When launch the Blender:
sausix commented on 2025-05-11 08:31 (UTC)
Blender changed to use git-lfs. I tried changing to
blender::git-lfs+https://github.com/blender/blender${_fragment}
and it downloads some objects but still misses a bunch of files. Tried clean build and waited some days for upstream related errors.Just noticed a simple "git clone" and "git lfs clone" in the shell fails already. Must be some github mirroring problem?
Changing the first source to
blender::git-lfs+https://projects.blender.org/blender/blender${_fragment}
solves the problem currently.Here's recent discussion about the github mirror but no sign of a fail on a pure clone action: https://projects.blender.org/blender/blender/issues/137215
I've commented there.
The build now still fails on optix.
cb88 commented on 2025-04-03 21:45 (UTC)
Also the PKGBUILD needs to be updated for python 3.13
cb88 commented on 2025-04-03 21:11 (UTC)
Ran into the same problem as expresso. I installed mold, and passed -DCMAKE_LINKER_TYPE=mold in the cmake flags. I also disabled opencollada with -DWITH_OPENCOLLADA=false
cb88 commented on 2025-04-03 18:01 (UTC)
It would be nice if the Vega architecture could be reenabled in this build.
https://projects.blender.org/blender/blender/commit/c2f93e0f68aec9fa48ba311401ef2545c53b24ba
espresso commented on 2025-02-15 01:06 (UTC) (edited on 2025-03-01 04:51 (UTC) by espresso)
-z pack-relative-relocs unsupported by ld.gold (sometimes picked as LD).
As a workaround, I stuck this at the top of my build() function in PKGBUILD:
LDFLAGS=${LDFLAGS/-Wl,-z,pack-relative-relocs}
from https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/21#note_172466
sausix commented on 2024-12-25 22:04 (UTC) (edited on 2025-01-03 22:42 (UTC) by sausix)
Python 3.13 arrived (very early) and Blender has some hidden Python 3.12 references.
Edit:
Fix: Just replace the "3.12" reference in the PKGBUILD into "3.13".
microcoder commented on 2024-12-15 17:08 (UTC)
After few updates of Manjaro Linux (Arch based distrib) previous my errors are gone, they disappeared and the package success compile.
carlosnewmusic commented on 2024-12-05 12:29 (UTC)
build error https://pastebin.com/YQ08KQ2C
microcoder commented on 2024-11-28 14:40 (UTC)
1 2 3 4 5 6 .. 41 Next › Last »