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.004151
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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 39 Next › Last »

sausix commented on 2023-04-13 20:51 (UTC) (edited on 2023-04-13 20:51 (UTC) by sausix)

aur/gcc11 is missing in makedepends.

fbrennan commented on 2023-04-12 06:34 (UTC)

blender-git 3.6.r123062.g28a8a3c0861-1 merges https://github.com/bartoszek/AUR-blender-git/pull/20.

That repository is no longer official.

fbrennan commented on 2023-03-31 13:57 (UTC)

In case anyone cannot be bothered to suffer through the build, I also have made blender-git available on my AUR repo, copypaste: http://aur.copypaste.wtf/

Just add to pacman.conf as:

[copypaste]
SigLevel = Required TrustedOnly
Server = http://aur.copypaste.wtf/

And make sure you have my key:

gpg: assuming signed data in 'blender-git-3.6.r122861.g324ba509b53-1-x86_64.pkg.tar.zst'
gpg: Signature made Fri 31 Mar 2023 09:08:39 AM EDT
gpg:                using EDDSA key B5ACB79E11F1BF7F49F32BB85853056962F14E58
gpg: Good signature from "Fredrick R. Brennan <copypaste@kittens.ph>" [ultimate]
gpg:                 aka "Modular Font Editor K Foundation, Inc. (Grants department) <grants@mfek.org>" [ultimate]
gpg:                 aka "Fredrick Brennan <copypaste@kittens.ph>" [ultimate]

fbrennan commented on 2023-03-31 13:05 (UTC)

Duh. Sorry about that. It's fixed in a66668906287, which also adds MaterialX support.

I don't mind making you co-maintainer. I'm going to email bartus and give him a week to reply but if he does not I'll have to remove him because I need to edit several things in pinned comment.

sausix commented on 2023-03-31 12:45 (UTC)

@fbrennan package() still fails if oneapi (or its .so file) is not installed. The exit code of the last command in package() is propagated as a failed package() call. There's even no further information printed out and I was also confused because echo statements (as last line) for debugging let the error disappear. You can test it by temporarily changing the f-check to a non existent file.

Just add || true at the end of the chain as fix.

Yes, complicated project to compile. Bartus asked me to co-maintain but I'm in comfort now like this if you help too.
The way this package and even the official Arch package is compiled is not recommended by Blender. They recommend using their compile script, which pulls all dependencies itself. Not the way of Arch Linux, but I was thinking about testing their script and offer it as a backup recipe into the AUR.

fbrennan commented on 2023-03-31 04:52 (UTC)

Sorry @sausix. Hope my lack of quick answer wasn't seen as lack of trying to get this package working; this is not an easy project to build across all hardware, and I only have Intel.

Regardless !

Finally the clang detection can work once again if you install either llvm-git or llvm-opt-git (which is a new package I maintain).

And, regarding ninja-mem / my .slice file, I have moved the .slice into its own project called makepkg-cg, which is now on the AUR. The .slice will be kept in the PKGBUILD for the time being as it still works, but users should migrate to makepkg-cg.

Regarding the GitHub repo, I've still not been added to it, so may have to copy @bartus' comment and paste it w/my own repo. Hope this won't be the case, he's probably just busy.

sausix commented on 2023-03-27 22:46 (UTC)

@fbrennan File does not exist... chmod fails.

fbrennan commented on 2023-03-27 22:28 (UTC)

Fails in what way?

sausix commented on 2023-03-27 18:59 (UTC)

@fbrennan
This line fails because not in checking chain of previous lines:

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=blender-git#n174

fbrennan commented on 2023-03-27 06:31 (UTC)

Thanks for the bug report @sausix. Building with Python works for me now. Also, users of Intel Xen processors can try the new Intel OpenCL FPGA stuff if they want. :-)