[Lunar-commits] r21459 - moonbase/trunk/graphics/blender

Dennis Veatch stumbles at lunar-linux.org
Thu Sep 21 01:10:49 UTC 2006


Author: stumbles
Date: 2006-09-21 01:10:49 +0000 (Thu, 21 Sep 2006)
New Revision: 21459

Modified:
   moonbase/trunk/graphics/blender/BUILD
   moonbase/trunk/graphics/blender/DEPENDS
   moonbase/trunk/graphics/blender/DETAILS
Log:

Another bump request from stelzy



Modified: moonbase/trunk/graphics/blender/BUILD
===================================================================
--- moonbase/trunk/graphics/blender/BUILD	2006-09-21 01:07:14 UTC (rev 21458)
+++ moonbase/trunk/graphics/blender/BUILD	2006-09-21 01:10:49 UTC (rev 21459)
@@ -1,6 +1,17 @@
 (
 
-prepare_install &&
-scons WITH_BF_OPENEXR=0 LCGDIR=lib BF_BUILDDIR=build BF_INSTALLDIR=/opt/lunar/blender
+  sedit "s:2.4:2.5:" config/linux2-config.py
 
+  if module_installed ode ; then
+    sedit "s:WITH_BF_ODE = 'false':WITH_BF_ODE = 'true':" config/linux2-config.py
+    sedit "s:BF_ODE = LCGDIR + '/ode':BF_ODE = '/usr':" config/linux2-config.py
+  fi
+
+  if ! module_installed OpenEXR ; then
+    sedit "s:WITH_BF_OPENEXR = 'true':WITH_BF_OPENEXR = 'false':" config/linux2-config.py
+  fi
+
+  prepare_install &&
+  scons LCGDIR=lib BF_BUILDDIR=build BF_INSTALLDIR=/opt/lunar/blender
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/graphics/blender/DEPENDS
===================================================================
--- moonbase/trunk/graphics/blender/DEPENDS	2006-09-21 01:07:14 UTC (rev 21458)
+++ moonbase/trunk/graphics/blender/DEPENDS	2006-09-21 01:10:49 UTC (rev 21459)
@@ -4,14 +4,7 @@
 depends scons       &&
 depends SDL         &&
 depends freealut    &&
-optional_depends  ode                            \
-                  "--enable-gameblender"         \
-                  "--disable-gameblender"        \
-                  "for the GameBlender engine"  &&
 
-optional_depends  yafray                 \
-                  ""                     \
-                  ""                     \
-                  "for Yafray modeling"
-
-
+optional_depends ode     "" "" "for Open Dynamics Engine Support"  &&
+optional_depends OpenEXR "" "" "for OpenEXR support"               &&
+optional_depends yafray  "" "" "for Yafray modeling"

Modified: moonbase/trunk/graphics/blender/DETAILS
===================================================================
--- moonbase/trunk/graphics/blender/DETAILS	2006-09-21 01:07:14 UTC (rev 21458)
+++ moonbase/trunk/graphics/blender/DETAILS	2006-09-21 01:10:49 UTC (rev 21459)
@@ -2,10 +2,10 @@
          VERSION=2.42a
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://download.blender.org/source/
-      SOURCE_VFY=sha1:242dd751a0cc851c7436eafa73475a11be1aa453 
+      SOURCE_VFY=sha1:242dd751a0cc851c7436eafa73475a11be1aa453
         WEB_SITE=http://www.blender.org/
          ENTERED=20030929
-         UPDATED=20060811
+         UPDATED=20060920
            SHORT="3D editor for modeling, animation, and rendering."
 
 cat << EOF



More information about the Lunar-commits mailing list