[Python-ogre-commit] SF.net SVN: python-ogre: [652] trunk/python-ogre
Brought to you by:
andy_miller,
roman_yakovenko
From: <mi...@us...> - 2008-07-16 01:05:14
|
Revision: 652 http://python-ogre.svn.sourceforge.net/python-ogre/?rev=652&view=rev Author: mithro Date: 2008-07-15 18:05:22 -0700 (Tue, 15 Jul 2008) Log Message: ----------- Added libogg and libvorbis dependencies. Modified Paths: -------------- trunk/python-ogre/debian/control trunk/python-ogre/scripts/build-deb.sh Modified: trunk/python-ogre/debian/control =================================================================== --- trunk/python-ogre/debian/control 2008-07-16 01:04:22 UTC (rev 651) +++ trunk/python-ogre/debian/control 2008-07-16 01:05:22 UTC (rev 652) @@ -15,7 +15,7 @@ libogre-dev (>= 1.4), libceguiogre-dev (>= 1.4) | libogre-dev (<< 1.4.5), libogre-dev (< 1.5), - libopenal-dev, + libopenal-dev, libogg-dev, libvorbis-dev, gccxml (>=0.7.0), pygccxml, pyplusplus Standards-Version: 3.7.2 Modified: trunk/python-ogre/scripts/build-deb.sh =================================================================== --- trunk/python-ogre/scripts/build-deb.sh 2008-07-16 01:04:22 UTC (rev 651) +++ trunk/python-ogre/scripts/build-deb.sh 2008-07-16 01:05:22 UTC (rev 652) @@ -29,7 +29,9 @@ libfreeimage-dev \ libois-dev \ libogre-dev \ - libopenal-dev + libopenal-dev \ + libogg-dev \ + libvorbis-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. |