Browse Source

blender: Updated (2.42a -> 2.48a)

cross
Nagy Karoly Gabriel 16 years ago committed by Alejandro Mery
parent
commit
e50da0887e
  1. 6
      multimedia/blender/blender.desc
  2. 30
      multimedia/blender/compile.patch

6
multimedia/blender/blender.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../blender/blender.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
@ -32,8 +32,8 @@
[L] GPL
[S] Stable
[V] 2.42a
[V] 2.48a
[P] X -----5---9 166.800
[D] 990921074 blender-2.42a.tar.gz http://download.blender.org/source/
[D] 2564673941 blender-2.48a.tar.gz http://download.blender.org/source/

30
multimedia/blender/compile.patch

@ -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'

Loading…
Cancel
Save