Package Details: blender-git 4.3.r139593.g8ea4d7ed892-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: fbrennan
Votes: 76
Popularity: 0.000589
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-07-29 17:54 (UTC)

Dependencies (48)

Required by (63)

Sources (9)

Latest Comments

« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 39 Next › Last »

<deleted-account> commented on 2011-03-05 08:01 (UTC)

Any chance you could make this not conflict with the 'extra/blender' package?

stativ commented on 2011-03-04 12:49 (UTC)

Updated. I've got a replacement part so I'm slowly getting up and running. Actually fixing this PKGBUILD was the first thing (after update) I did.

<deleted-account> commented on 2011-03-03 03:13 (UTC)

Finally got it to compile. http://pastebin.com/H8S0NHmb (updated PKGBUILD)

stativ commented on 2011-03-02 15:26 (UTC)

2 All: I know about recent changes. Unfortunatelly my PC is currently broken so I can't update the PKGBUILD.

mdias commented on 2011-03-02 15:20 (UTC)

PKGBUILD should be updated: http://lists.blender.org/pipermail/bf-committers/2011-March/030712.html

krigun commented on 2011-03-01 09:11 (UTC)

You can patch the CMakeLists.txt file with this dirty little hack (add it into the PKGBUILD before cmake is executed): # Temporary solution to fix the python version diff problem cmakelists_file="$srcdir"/blender/CMakeLists.txt sed -i '249d' "$cmakelists_file" ; sed -i '249 i set(PYTHON_VERSION 3.2 CACHE STRING "")' "$cmakelists_file" sed -i '251d' "$cmakelists_file" ; sed -i '251 i set(PYTHON_INCLUDE_DIRS "${PYTHON}/include/python${PYTHON_VERSION}mu" CACHE STRING "")' "$cmakelists_file" sed -i '254d' "$cmakelists_file" ; sed -i '254 i set(PYTHON_LIBRARY python${PYTHON_VERSION}mu CACHE STRING "")' "$cmakelists_file"

krigun commented on 2011-02-27 15:13 (UTC)

Yeah, the python upgrade to 3.2 broke the blender build. Needed to modify the blender cmake build file slightly to make this work. Don't know when blender will be upgrading to python 3.2, but for now at least it is enough to change the version number. [gunnar@xps blender]$ pwd /home/gunnar/PKGBUILDS/blender-svn/src/blender [gunnar@xps blender]$ svn di CMakeLists.txt Index: CMakeLists.txt =================================================================== --- CMakeLists.txt (revision 35222) +++ CMakeLists.txt (working copy) @@ -246,12 +246,12 @@ # No way to set py31. remove for now. # find_package(PythonLibs) set(PYTHON /usr) - set(PYTHON_VERSION 3.1 CACHE STRING "") + set(PYTHON_VERSION 3.2 CACHE STRING "") mark_as_advanced(PYTHON_VERSION) - set(PYTHON_INCLUDE_DIRS "${PYTHON}/include/python${PYTHON_VERSION}" CACHE STRING "") + set(PYTHON_INCLUDE_DIRS "${PYTHON}/include/python${PYTHON_VERSION}mu" CACHE STRING "") mark_as_advanced(PYTHON_INCLUDE_DIRS) # set(PYTHON_BINARY python) # not used yet - set(PYTHON_LIBRARY python${PYTHON_VERSION} CACHE STRING "") + set(PYTHON_LIBRARY python${PYTHON_VERSION}mu CACHE STRING "")

<deleted-account> commented on 2011-02-26 16:04 (UTC)

Hello, After last Python upgrade i have this : [ 24%] Building C object source/blender/blenkernel/CMakeFiles/bf_blenkernel.dir/intern/nla.c.o /tmp/yaourt-tmp/aur-blender-svn/src/blender/source/blender/blenkernel/intern/nla.c:1579:13: attention : ‘BKE_nla_bake’ defined but not used [ 25%] Building C object source/blender/blenkernel/CMakeFiles/bf_blenkernel.dir/intern/node.c.o /tmp/yaourt-tmp/aur-blender-svn/src/blender/source/blender/blenkernel/intern/node.c:31:20: erreur fatale: Python.h : Aucun fichier ou dossier de ce type compilation terminée. make[2]: *** [source/blender/blenkernel/CMakeFiles/bf_blenkernel.dir/intern/node.c.o] Erreur 1 make[1]: *** [source/blender/blenkernel/CMakeFiles/bf_blenkernel.dir/all] Erreur 2 make: *** [all] Erreur 2 Abandon... ==> ERROR: Makepkg n'a pas pu construire blender-svn.

<deleted-account> commented on 2011-01-22 05:22 (UTC)

Builds fine now. But I just noticed that it doesn't have Freestyle integration! The SVN should be pointing to this https://svn.blender.org/svnroot/bf-blender/branches/soc-2008-mxcurioni/

mosra commented on 2011-01-21 20:45 (UTC)

Sorry, I almost forgot about this package... Updated to new buildsystem (CMake) like in blender-svn, updated URL to freestyle integration blog. Should build flawlessly now. And also a nice revision number: 34444 :-)