level-zero-loader
should be an optdepend, not a strict dependency. It's not necessary if you don't use the intel-compute-runtime and it program starts just fine without it.
Search Criteria
Package Details: blender-bin 4.4.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/blender-bin.git (read-only, click to copy) |
---|---|
Package Base: | blender-bin |
Description: | A fully integrated 3D graphics creation suite (with packaged libraries and python3.11) |
Upstream URL: | https://blender.org |
Keywords: | 3d blender rocm |
Licenses: | MIT, zlib, OFL-1.1, Apache-2.0, NCSA, BSD-3-Clause, BSD-2-Clause, BSL-1.0, Python-2.0, MPL-2.0, GPL-3.0-or-later, GPL-2.0-or-later, LGPL-2.1-or-later, FTL, Bitstream-Vera, libtiff, SGI-B-2.0, libpng-2.0, bzip2-1.0.6, MIT-Khronos-Old, LicenseRef-Arev-Fonts, LicenseRef-ICS, LicenseRef-LLVM-exception, LicenseRef-TOST-1.0 |
Conflicts: | blender |
Provides: | blender |
Submitter: | HurricanePootis |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 4 |
Popularity: | 0.57 |
First Submitted: | 2024-05-05 05:16 (UTC) |
Last Updated: | 2025-05-12 02:02 (UTC) |
Dependencies (28)
- bash (bash-devel-gitAUR, bash-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- level-zero-loader (level-zero-loader-legacyAUR, level-zero-loader-gitAUR)
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libice
- libsm
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcrypt-compat
- libxext (libxext-gitAUR)
- libxfixes
- libxi (libxi-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxrender
- libxt
- libxxf86vm
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-fp8-gitAUR, vulkan-terakan-gitAUR, mesa-amber)
- Show 8 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...
Sources (2)
Latest Comments
bionade24 commented on 2025-05-31 09:33 (UTC)
HurricanePootis commented on 2024-12-26 17:03 (UTC)
@Archttila, remove that fil manually.
That file is sometimes created by blender itself, or was previously part of the blender
pacakge. I really don't have a good remedy for this.
Archttila commented on 2024-12-25 11:02 (UTC)
error: failed to commit transaction (conflicting files) blender-bin: /usr/share/mime/application/x-blender.xml exists in filesystem Errors occurred, no packages were upgraded. -> error installing: [/home/alucard/.cache/yay/blender-bin/blender-bin-4.3.2-1-x86_64.pkg.tar.zst] - exit status 1
BuyMyMojo commented on 2024-12-12 00:29 (UTC)
Quick patch to fix the missing hash for everyone:
diff --git a/PKGBUILD b/PKGBUILD
index 36bf5bb..262fdd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ conflicts=('blender')
install=$pkgname.install
source=("https://download.blender.org/release/Blender${pkgver:0:3}/blender-${pkgver}-linux-x64.tar.xz"
"x-blender.xml")
-sha256sums=('6264ff4cf50baf6be6091a28d3c29cf25dc38d8daa3082874ce94d520d3e6ab6'
+sha256sums=('f824324f3ae2223dc672c9cea0141055b5129a394119545ee0c84dea92e78361'
'230fc11e49d647215f4735117761d887756823ee1c8fab08987218fd037de75c')
validpgpkeys=()
or just manually swap the first hash with f824324f3ae2223dc672c9cea0141055b5129a394119545ee0c84dea92e78361
I guess
Maniaxx commented on 2024-12-11 14:30 (UTC)
New checksum needed. Looks like they have changed the file already.
HurricanePootis commented on 2024-05-05 05:19 (UTC)
This package comes with its own set of libraries that it will prefer over system libraries, which is the main reason for this package. Also, it comes with python3.11, which is the official version that blender still uses upstream.
Pinned Comments
HurricanePootis commented on 2024-05-05 05:19 (UTC)
This package comes with its own set of libraries that it will prefer over system libraries, which is the main reason for this package. Also, it comes with python3.11, which is the official version that blender still uses upstream.