Package Details: blender-git 4.4.r142069.g320cf68e4b8-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.000417
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-10-09 12:26 (UTC)

Required by (63)

Sources (9)

Latest Comments

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

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?

mrunion commented on 2010-07-07 03:16 (UTC)

Apologies for another message, but I finally got it to run. I had to: NOT use lcms (modify this in blender.config and update the MD5) I had to add the contents of the /usr/share/blender/2.5 folder to my ~/.blender folder BUT had to name it 2.52! basically, I needed a ~./blender/2.52/* with the stuff from /usr/share/blender/2.5 in it. I'm probably doing something wrong but I don't know what it would be. Any help is definitely appreciated.

mrunion commented on 2010-07-07 01:04 (UTC)

Also, why is libgl a dependency It conflicts with nvidia-utils. Could that be the problem with lcms? (I doubt it.)

mrunion commented on 2010-07-07 00:21 (UTC)

Do any of you guys get an error concerning lcms? I get... Linking program ==> 'blender' /var/abs/local/blender-svn/src/build/linux2/lib/libbf_blenkernel.a(colortools.o): In function `colorcorrection_do_ibuf': colortools.c:(.text+0x1f63): undefined reference to `cmsCreate_sRGBProfile' colortools.c:(.text+0x1f75): undefined reference to `cmsOpenProfileFromFile' colortools.c:(.text+0x1f82): undefined reference to `cmsErrorAction' colortools.c:(.text+0x1fb0): undefined reference to `cmsCreateProofingTransform' colortools.c:(.text+0x1fce): undefined reference to `cmsDoTransform' colortools.c:(.text+0x1fd6): undefined reference to `cmsDeleteTransform' colortools.c:(.text+0x1fde): undefined reference to `cmsCloseProfile' colortools.c:(.text+0x1ffe): undefined reference to `cmsCloseProfile' collect2: ld returned 1 exit status scons: *** [/var/abs/local/blender-svn/src/build/linux2/bin/blender] Error 1 scons: building terminated because of errors. Aborting...