[Lunar-commits] CVS: moonbase/graphics/blender BUILD, 1.1,
1.2 DETAILS, 1.4, 1.5
Auke Kok
sofar at lunar-linux.org
Mon May 17 12:40:50 GMT 2004
Update of /var/cvs/lunar/moonbase/graphics/blender
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15796
Modified Files:
BUILD DETAILS
Log Message:
Blender is a PITA!!!
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/blender/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 30 Sep 2003 07:01:09 -0000 1.1
+++ BUILD 17 May 2004 12:40:48 -0000 1.2
@@ -1,9 +1,15 @@
(
- ./bootstrap &&
- default_config &&
- rm libtool &&
- ln -s /usr/bin/libtool libtool &&
- default_make
+ sedit 's:NAN_PYTHON_VERSION ?= 2.2:NAN_PYTHON_VERSION ?= 2.3:g' source/nan_definitions.mk &&
+ sedit 's:NAN_MESA ?= /usr:NAN_MESA ?= /usr/X11R6:g' source/nan_definitions.mk &&
+ make &&
+ prepare_install &&
+ install -m755 obj/linux-glibc2.3.2-i386/bin/blender /usr/bin/ &&
+ install -m755 obj/linux-glibc2.3.2-i386/bin/blenderplayer /usr/bin/ &&
+ install -m755 obj/linux-glibc2.3.2-i386/bin/blenderstatic /usr/bin/ &&
+ install -m755 obj/linux-glibc2.3.2-i386/bin/Blender3DPlugin.so /usr/lib/ &&
+ install -m755 obj/linux-glibc2.3.2-i386/bin/npBlender3DPlugin.so /usr/lib/ &&
+ mkdir -p /usr/share/doc/blender &&
+ cp -av obj/linux-glibc2.3.2-i386/bin/.blender /usr/share/doc/blender
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/blender/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 10 Feb 2004 19:48:35 -0000 1.4
+++ DETAILS 17 May 2004 12:40:48 -0000 1.5
@@ -1,15 +1,15 @@
MODULE=blender
- VERSION=2.32
+ VERSION=2.33a
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=http://download.blender.org/source/$SOURCE
- SOURCE_VFY=md5:ebde5f573e19b7b8b64401d293c989e7
+ SOURCE_VFY=md5:987aafbbca4c13a648516fbd35caac08
WEB_SITE=http://www.blender3d.org/
ENTERED=20030929
- UPDATED=20040210
- SHORT="3D editor for modeling, animation, and rendering."
-
+ UPDATED=20040517
+ SHORT="3D editor for modeling, animation, and rendering."
+PSAFE=no
cat << EOF
-3D tool does everything from modeling, animation, rendering,
-and post-production to interactive creation and playback.
+3D tool does everything from modeling, animation, rendering, and
+post-production to interactive creation and playback.
EOF
More information about the Lunar-commits
mailing list