Package Details: blender-git 4.4.r144205.gfba10a82121-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.000106
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-12-04 18:59 (UTC)

Dependencies (48)

Required by (62)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 Next › Last »

stativ commented on 2010-08-07 10:59 (UTC)

Thanks to nullfied I updated PKGBUILD to use CMake instead of SCons. Otherwise I wouldn't even try it, cause I thought it is the same piece of crap as the build using SCons was. I was wrong. Now the PKGBUILD is much cleaner and simpler. I need to do some work on depends though. With SCons I was able to enforce some of the options. With CMake it currently enables options depending on installed software. The resulting build thus may require libraries not currently listed in depends and vice versa.

<deleted-account> commented on 2010-08-05 02:43 (UTC)

Well I'm currently working on this (based on the stativ|Lukas Jirkovsky PKGBUILD) http://aur.pastebin.com/dXaUz1ge

miffe commented on 2010-08-03 01:20 (UTC)

Getting this error when building: cp: cannot stat `/home/miffe/blender-svn/src/install/linux2/share/blender/*/plugins/*': No such file or directory Aborting...

stativ commented on 2010-07-17 13:16 (UTC)

Fixed. They broke the FHS compliant build even more, so I had to do some changes to the buildsystem to make it work again.

stativ commented on 2010-07-17 11:33 (UTC)

I think it will take a bit longer than I anticipated. I had to remove the lcms so it builds fine. Unfortunately there is problem with loading some necessary data again so when you start blender there is literally nothing.

aberkoke commented on 2010-07-15 18:43 (UTC)

currently does not compile

<deleted-account> commented on 2010-07-09 12:17 (UTC)

Thanks.

stativ commented on 2010-07-08 15:09 (UTC)

mrunion: I'll take a look at the lcms problem later, I'm learning for an exam arcangeli: it sets compiler flags based on the flags defined in /etc/makepkg.conf

<deleted-account> commented on 2010-07-08 11:59 (UTC)

Is it possible to add something like -march=native to CFLAGS and CXXFLAGS, please?