Package Details: blender-bin 5.0.0-1

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: 9
Popularity: 2.37
First Submitted: 2024-05-05 05:16 (UTC)
Last Updated: 2025-11-18 21:11 (UTC)

Required by (65)

Sources (2)

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.

Latest Comments

1 2 Next › Last »

HurricanePootis commented on 2025-12-06 20:45 (UTC)

@lifelessjellyfis

blender-bin is the same blender downloaded from blender.org. I don't know what you mean by "bad performance", but I would love to see some empirical results.

Those aren't errors PKGBUILD errors, just readelf having issues processing some specialty binaries that blender relies on. Please keep any fear mongering or baseless accusations to a minimum.

lifelessjellyfis commented on 2025-12-01 14:47 (UTC) (edited on 2025-12-01 14:49 (UTC) by lifelessjellyfis)

Blender-bin installs with errors and has a bad performance compared to blender in extra or blender downloaded from blender.org Errors from makepkg:


==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
readelf: Warning: Gap in build notes detected from 0x41d601 to 0x41d868
readelf: Warning: Gap in build notes detected from 0x41d86a to 0x4297cf
readelf: Warning: Gap in build notes detected from 0x41d601 to 0x41d868
readelf: Warning: Gap in build notes detected from 0x403dc1 to 0x40435c
readelf: Warning: Gap in build notes detected from 0x40435e to 0x40465f
readelf: Warning: Gap in build notes detected from 0x403dc1 to 0x40435c
readelf: Warning: Gap in build notes detected from 0x40435e to 0x40462f
readelf: Warning: Gap in build notes detected from 0x404660 to 0x404664
readelf: Warning: Gap in build notes detected from 0x404717 to 0x51627f
libfakeroot internal error: payload not recognized!
strip: ./usr/lib/blender-bin/lib/libOpenImageDenoise_device_hip.so.2.3.3.30Q1Zb[.gnu.build.attributes.hot]: error: failed to locate merged notes: cause of error unknown
strip: ./usr/lib/blender-bin/lib/libOpenImageDenoise_device_hip.so.2.3.3.30Q1Zb[.gnu.build.attributes.unlikely]: error: failed to locate merged notes: cause of error unknown
strip: ./usr/lib/blender-bin/lib/libOpenImageDenoise_device_hip.so.2.3.3.30Q1Zb[.gnu.build.attributes.startup]: error: failed to locate merged notes: cause of error unknown
strip: ./usr/lib/blender-bin/lib/libOpenImageDenoise_device_hip.so.2.3.3.30Q1Zb[.gnu.build.attributes.exit]: error: failed to locate merged notes: cause of error unknown

KM.Destroyer commented on 2025-11-13 04:15 (UTC)

@dilroopgill thank you man that comment gave me the answer I really needed for animation nodes. This package's 3.11 will make it possible to use the official release of it for me too

dilroopgill commented on 2025-07-25 08:37 (UTC) (edited on 2025-07-29 03:45 (UTC) by dilroopgill)

If on cachyos, and you have issues with missing modules like "aud" use paru -S blender-bin to grab this one instead, it works fine.

*they fixed the missing stuff so the cachyos one also works fine now

bionade24 commented on 2025-05-31 09:33 (UTC)

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.

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