Revision: 703
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=703&view=rev
Author: mithro
Date: 2008-08-20 09:59:34 +0000 (Wed, 20 Aug 2008)
Log Message:
-----------
More missing dependencies.
Modified Paths:
--------------
trunk/python-ogre/scripts/build-deb.sh
Modified: trunk/python-ogre/scripts/build-deb.sh
===================================================================
--- trunk/python-ogre/scripts/build-deb.sh 2008-08-18 09:44:39 UTC (rev 702)
+++ trunk/python-ogre/scripts/build-deb.sh 2008-08-20 09:59:34 UTC (rev 703)
@@ -31,7 +31,14 @@
libogre-dev \
libopenal-dev \
libogg-dev \
- libvorbis-dev
+ libvorbis-dev \
+ libavformat-dev \
+ libcegui-mk2-dev \
+ libogre-dev \
+ \
+ debhelper \
+ build-essential \
+ libboost-python-dev
DISTRO_CODENAME=`lsb_release -c | sed -e's/.*:\t*//'`
if [ "x$DISTRO_CODENAME" = "xhardy" ]; then
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|