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: | 76 |
Popularity: | 0.000111 |
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-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR)
- fftw
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- libdecor (libdecor-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libharu
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libxi (libxi-gitAUR)
- openal (openal-gitAUR)
- opencolladaAUR
- opencolorio (opencolorio-gitAUR)
- openimageio (openimageio-gitAUR)
- openjpeg2 (openjpeg-gitAUR)
- openshadinglanguage
- opensubdiv
- Show 28 more dependencies...
Required by (62)
- 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 42 more...
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 40 Next › Last »
fbrennan commented on 2023-04-19 14:06 (UTC)
Well sausix GCC11 is only needed for CUDA. As a temporary measure unless someone has a better idea, I put it in optdepends. optmakedepends doesn't seem to exist :-(
And LoKolbasz, newly pushed 3.6.r123308.g91a29c9b9af fixes this too.
LoKolbasz commented on 2023-04-17 23:13 (UTC)
This package doesn't work with embree 4
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:
And make sure you have my key:
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?
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 40 Next › Last »