[Lunar-commits] <moonbase-other> blender: bump to 2.73a. Don't need PRE_BUILD and need to enable game engine to use

Dennis Veatch dennisveatch at bellsouth.net
Tue Mar 3 15:56:31 CET 2015


commit 97cdfe0efd4b9e621cb867c6fd78630884bd8302
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 03 Mar 2015 09:55:11 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/97cdfe0efd4b9e621cb867c6fd78630884bd8302

blender: bump to 2.73a. Don't need PRE_BUILD and need to enable game engine to use
the player.
---
  graphics/blender/BUILD     | +1/-0     
  graphics/blender/DETAILS   | +3/-3     
  graphics/blender/PRE_BUILD | +0/-4     
  3 files changed, 4 insertions(+), 7 deletions(-)

--- a/graphics/blender/BUILD
+++ b/graphics/blender/BUILD
@@ -17,6 +17,7 @@
           -DWITH_STATIC_LIBS=OFF \
           -DWITH_PYTHON=ON \
           -DWITH_PLAYER=ON   \
+          -DWITH_GAMEENGINE=ON \
           -DWITH_INSTALL_PORTABLE=OFF \
           -DPYTHON_VERSION=3.4 \
           -DPYTHON_LIBRARY=/usr/lib/libpython3.${PYTHON_VER}m.so \
--- a/graphics/blender/DETAILS
+++ b/graphics/blender/DETAILS
@@ -1,11 +1,11 @@
           MODULE=blender
-         VERSION=2.72b
+         VERSION=2.73a
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://download.blender.org/source/
-      SOURCE_VFY=sha256:4436c704afa28e2e5e7b28b2c06981806ddedab70565d40972e422c00644bf47
+      SOURCE_VFY=sha256:acfafbe775699d6752d1126522fc573382002b2f8583cd4df4d928995bbc9184
         WEB_SITE=http://www.blender.org
          ENTERED=20030929
-         UPDATED=20141022
+         UPDATED=20150303
            SHORT="3D editor for modeling, animation, and rendering"
 
 cat << EOF
--- a/graphics/blender/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-
-sedit "s:= bitmap.width:= (int)bitmap.width:" source/blender/blenfont/intern/blf_glyph.c &&
-sedit "s:height = bitmap.rows:height = (int)bitmap.rows:" source/blender/blenfont/intern/blf_glyph.c




More information about the Lunar-commits mailing list