|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../blender/compile.patch |
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2009 The OpenSDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
@ -14,19 +14,23 @@ |
|
|
|
# version. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
So far every version of blender needed one or the other compile tweak, just |
|
|
|
drop it into this file ,-) |
|
|
|
|
|
|
|
- Rene Rebe <rene@exactcode.de> |
|
|
|
|
|
|
|
--- blender2.42/config/linux2-config.py.vanilla 2006-07-17 10:31:05.000000000 +0200
|
|
|
|
+++ blender2.42/config/linux2-config.py 2006-07-17 10:31:37.000000000 +0200
|
|
|
|
@@ -22,7 +22,7 @@
|
|
|
|
WITH_BF_OPENEXR = 'true' |
|
|
|
BF_OPENEXR = '/usr' |
|
|
|
--- blender-2.48a/config/linux2-config.py.orig 2008-10-22 19:38:22.000000000 +0300
|
|
|
|
+++ blender-2.48a/config/linux2-config.py 2009-02-27 23:24:58.000000000 +0200
|
|
|
|
@@ -5,7 +5,7 @@
|
|
|
|
BF_VERSE_INCLUDE = "#extern/verse/dist" |
|
|
|
|
|
|
|
BF_PYTHON = '/usr' |
|
|
|
-BF_PYTHON_VERSION = '2.5'
|
|
|
|
+BF_PYTHON_VERSION = '2.6'
|
|
|
|
WITH_BF_STATICPYTHON = False |
|
|
|
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}' |
|
|
|
BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}' |
|
|
|
@@ -44,7 +44,7 @@
|
|
|
|
# BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR ${BF_OPENEXR}/include' |
|
|
|
|
|
|
|
BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR' |
|
|
|
-BF_OPENEXR_LIB = 'Half IlmImf Iex Imath '
|
|
|
|
+BF_OPENEXR_LIB = 'Half IlmImf Iex Imath z'
|
|
|
|
BF_OPENEXR_LIB_STATIC = '${BF_OPENEXR}/lib/libHalf.a ${BF_OPENEXR}/lib/libIlmImf.a ${BF_OPENEXR}/lib/libIex.a ${BF_OPENEXR}/lib/libImath.a ${BF_OPENEXR}/lib/libIlmThread.a' |
|
|
|
# BF_OPENEXR_LIBPATH = '${BF_OPENEXR}/lib' |
|
|
|
|
|
|
|
WITH_BF_JPEG = 'true' |
|
|
|
BF_JPEG = '/usr' |