Revision: 496
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=496&view=rev
Author: andy_miller
Date: 2007-12-07 16:16:24 -0800 (Fri, 07 Dec 2007)
Log Message:
-----------
Screwed up the scritp files in the last update
Modified Paths:
--------------
trunk/python-ogre/scripts/00-PreReqs.sh
trunk/python-ogre/scripts/01-RetrieveSource.sh
trunk/python-ogre/scripts/config.sh
Modified: trunk/python-ogre/scripts/00-PreReqs.sh
===================================================================
--- trunk/python-ogre/scripts/00-PreReqs.sh 2007-12-07 09:55:52 UTC (rev 495)
+++ trunk/python-ogre/scripts/00-PreReqs.sh 2007-12-08 00:16:24 UTC (rev 496)
@@ -1,25 +1,6 @@
#!/bin/bash
-# Part of the Python-Ogre installation
-if [ $DARWIN == 1 ] then
- pushd $DOWNLOADS
- curl -o wget-1.10.2.tar.gz http://ftp.gnu.org/pub/gnu/wget/wget-1.10.2.tar.gz
- curl -o subversion-client-1.3.1.dmg http://metissian.com/downloads/macosx/subversion/subversion-client-1.3.1.dmg
- curl -o python-2.5-macosx.dmg http://www.pythonmac.org/packages/py25-fat/dmg/python-2.5-macosx.dmg
-
- popd
- tar zxf $DOWNLOADS/wget-1.10.2.tar.gz
- pushd wget-1.10.2
- ./configure --prefix='/usr'
- make
- sudo make install
- popd
- sudo open $DOWNLOADS/subversion-client-1.3.1.dmg
- sudo open $DOWNLOADS/python-2.5-macosx.dmg
-else
-
+# Part of the Python-Ogre installation
sudo apt-get install g++ libfreetype6-dev libpcre3-dev autoconf automake1.9 libgl1-mesa-dev libx11-dev \
libglut3-dev libtool libxaw7-dev libxxf86vm-dev patch \
libxrandr-dev cvs subversion libxt-dev libexpat1-dev python python-dev \
python-celementtree libglew-dev
-
-if
\ No newline at end of file
Modified: trunk/python-ogre/scripts/01-RetrieveSource.sh
===================================================================
--- trunk/python-ogre/scripts/01-RetrieveSource.sh 2007-12-07 09:55:52 UTC (rev 495)
+++ trunk/python-ogre/scripts/01-RetrieveSource.sh 2007-12-08 00:16:24 UTC (rev 496)
@@ -10,38 +10,25 @@
#
pushd $DOWNLOADS
echo " -- Getting bundles"
-
-## Handle Mac/Linux differences
-if [ $DARWIN == 1 ]
-then
-# Mac files
-$WGET http://developer.download.nvidia.com/cg/Cg_1.5/1.5.0023/Cg-1.5_Sep2007_Tiger.dmg
-$WGET http://downloads.sourceforge.net/boost/boost-jam-3.1.16-1-macosxppc.tgz
-else
-# Linux files
-$WGET http://developer.download.nvidia.com/cg/Cg_1.5/1.5.0023/Cg-1.5_Sep2007_x86.tar.gz
-$WGET http://prdownloads.sourceforge.net/boost/boost-jam-3.1.16-1-linuxx86.tgz
-$WGET http://www.newtondynamics.com/downloads/newtonLinux-1.53.tar.gz
-fi
-
-# Generic
-$WGET http://prdownloads.sourceforge.net/ogre/ogre-linux_osx-v1-4-5.tar.bz2
+$WGET http://developer.download.nvidia.com/cg/Cg_1.5/1.5.0/0022/Cg-1.5_Aug2007_x86.tar.gz
$WGET http://www.cmake.org/files/v2.4/cmake-2.4.6-Linux-i386.tar.gz
$WGET http://prdownloads.sourceforge.net/freeimage/FreeImage393.zip
$WGET http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-0.5.0b.tar.gz
$WGET http://prdownloads.sourceforge.net/wgois/ois-1.0RC1.tar.gz
+$WGET http://prdownloads.sourceforge.net/boost/boost-jam-3.1.13-1-linuxx86.tgz
+##$WGET http://prdownloads.sourceforge.net/scons/scons-0.96.96.tar.gz
$WGET http://downloads.sourceforge.net/scons/scons-0.97.0d20070918.tar.gz
+$WGET http://prdownloads.sourceforge.net/ogre/ogre-linux_osx-v1-4-5.tar.bz2
$WGET http://prdownloads.sourceforge.net/opende/ode-src-0.9.zip
-$WGET http://downloads.sourceforge.net/boost/boost_1_34_1.tar.bz2
+$WGET http://downloads.sourceforge.net/boost/boost_1_34_0.tar.bz2
+$WGET http://www.newtondynamics.com/downloads/newtonLinux-1.53.tar.gz
$WGET http://www.openal.org/openal_webstf/downloads/openal-0.0.8.tar.gz
$WGET http://www.openal.org/openal_webstf/downloads/freealut-1.1.0.tar.gz
$WGET http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
$WGET http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz
$WGET http://downloads.sourceforge.net/zziplib/zziplib-0.13.49.tar.bz2
-$WGET http://downloads.sourceforge.net/bullet/bullet-2.64.tgz
-
-
##$WGET http://devfiles.ageia.com/PhysX_2.7.2_SDK_CoreLinux_deb.tar.gz?
+$WGET http://downloads.sourceforge.net/bullet/bullet-2.64.tgz
popd
cd $INSTALL_DIR
echo " -- getting pygccxml"
Modified: trunk/python-ogre/scripts/config.sh
===================================================================
--- trunk/python-ogre/scripts/config.sh 2007-12-07 09:55:52 UTC (rev 495)
+++ trunk/python-ogre/scripts/config.sh 2007-12-08 00:16:24 UTC (rev 496)
@@ -5,19 +5,6 @@
WGETARGS="-c -nc --tries=3 --random-wait"
WGET="`which wget` $WGETARGS"
-
-TEMPFILE=`mktemp -t temp.XXXXX`
-cat << EOF > $TEMPFILE
-#!/usr/bin/python
-import sys,os
-if sys.platform=='darwin':
- print 1
-else : print 0
-EOF
-DARWIN=`python $TEMPFILE`
-rm $TEMPFILE
-
-
TEMPFILE=`mktemp`
cat << EOF > $TEMPFILE
#!/usr/bin/python
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|