blender: Updated 2.45 -> 2.46

This commit is contained in:
Jose V Beneyto 2008-05-19 22:03:01 +02:00
parent 84e6ccc540
commit 989f217c7a
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
1358ca481b7f2b8eadd3327ebbd563ef blender-2.45.tar.gz
e90543a5ca5db8b04498ab0abe7bbd2c blender-2.46.tar.gz

View File

@ -5,12 +5,12 @@
# Depends on: libjpeg libpng ode fmod smpeg ftgl scons openexr freealut
name=blender
version=2.45
release=2
source=(http://download.blender.org/source/${name}-${version}.tar.gz)
version=2.46
release=1
source=(http://download.blender.org/source/$name-$version.tar.gz)
build() {
cd ${name}-${version}
cd $name-$version
sed -i -e "s/-O2/${CFLAGS// /\' ,\'}/g" SConstruct
scons \
WITH_BF_OPENAL=yes \