blender-git: Update to latest.
This commit is contained in:
@@ -6,7 +6,7 @@ pkgname="${_mingw_suff}-${_realname}-git"
|
||||
provides=("${_mingw_suff}-${_realname}")
|
||||
conflicts=("${_mingw_suff}-${_realname}")
|
||||
blender_version=2.70
|
||||
pkgver=r53472.301d7d2
|
||||
pkgver=r53522.b3972ae
|
||||
pkgrel=1
|
||||
pkgdesc="A fully integrated 3D graphics creation suite (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -45,7 +45,7 @@ md5sums=('SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'ab83bd4cf48d08cff63f795b268be350'
|
||||
'ea8840132147f5480e5c73a4078e24e1'
|
||||
'2c4725eacaf998be6dc89cb38296ffe0'
|
||||
'1969914e11d0a4f74dbfeddad742c9da')
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
find_path(OSL_INCLUDES OSL/oslclosure.h PATHS ${CYCLES_OSL}/include)
|
||||
find_program(OSL_COMPILER NAMES oslc PATHS ${CYCLES_OSL}/bin)
|
||||
|
||||
@@ -883,6 +915,47 @@
|
||||
@@ -883,6 +915,45 @@
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -139,8 +139,6 @@
|
||||
+ set(PLATFORM_LINKLIBS "${PLATFORM_LINKLIBS} -lpthread")
|
||||
+
|
||||
+ add_definitions(-DFREE_WINDOWS64 -DMS_WIN64)
|
||||
+ # Turn off OpenMP since it causes crashes on render for subsurfed/multiresolution meshes
|
||||
+ #set(WITH_OPENMP OFF)
|
||||
+ endif()
|
||||
+ add_definitions(-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE)
|
||||
+ add_definitions(-DFREE_WINDOWS)
|
||||
|
||||
Reference in New Issue
Block a user