r2908 - in packages/trunk/ogre/debian: . extras patches

Andres Mejia ceros-guest at alioth.debian.org
Mon Jun 11 03:44:42 UTC 2007


Author: ceros-guest
Date: 2007-06-11 03:44:42 +0000 (Mon, 11 Jun 2007)
New Revision: 2908

Modified:
   packages/trunk/ogre/debian/changelog
   packages/trunk/ogre/debian/extras/ogre-free-gen.sh
   packages/trunk/ogre/debian/patches/gcc_mips.dpatch
Log:
New upstream release (ogre-1.4.2).

Modified: packages/trunk/ogre/debian/changelog
===================================================================
--- packages/trunk/ogre/debian/changelog	2007-06-10 04:54:03 UTC (rev 2907)
+++ packages/trunk/ogre/debian/changelog	2007-06-11 03:44:42 UTC (rev 2908)
@@ -1,4 +1,4 @@
-ogre (1.4.1-1) UNRELEASED; urgency=low
+ogre (1.4.2-1) UNRELEASED; urgency=low
 
   [ Christer Stenbrenden ]
   * New upstream release

Modified: packages/trunk/ogre/debian/extras/ogre-free-gen.sh
===================================================================
--- packages/trunk/ogre/debian/extras/ogre-free-gen.sh	2007-06-10 04:54:03 UTC (rev 2907)
+++ packages/trunk/ogre/debian/extras/ogre-free-gen.sh	2007-06-11 03:44:42 UTC (rev 2908)
@@ -8,7 +8,7 @@
 # This script will not download the upstream source for you.
 
 # Prepare the ogre-free tarball
-tar -xvjf ogre-linux_osx-v1-4-1.tar.bz2
+tar -xvjf ogre-linux-osx-v1-4-2.tar.bz2
 mv ogrenew ogre-free
 
 # Remove non-distributable samples
@@ -43,6 +43,9 @@
 rm -r ogre-free/Samples/Transpacency
 rm -r ogre-free/Samples/VolumeTex
 rm -r ogre-free/Samples/Water
+rm -r ogre-free/Samples/Common/bin
+rm -r ogre-free/Samples/Common/include
+rm -r ogre-free/Samples/Common/setup
 rm -r ogre-free/Samples/ReadMe.html
 
 # Remove autom4te.cache directories

Modified: packages/trunk/ogre/debian/patches/gcc_mips.dpatch
===================================================================
--- packages/trunk/ogre/debian/patches/gcc_mips.dpatch	2007-06-10 04:54:03 UTC (rev 2907)
+++ packages/trunk/ogre/debian/patches/gcc_mips.dpatch	2007-06-11 03:44:42 UTC (rev 2908)
@@ -31,8 +31,8 @@
                  context);
          }
          TextureType tt = TEX_TYPE_2D;
--		int mips = MIP_UNLIMITED; // When passed to TextureManager::load, this means default to default number of mipmaps
-+		int mipmaps = MIP_UNLIMITED; // When passed to TextureManager::load, this means default to default number of mipmaps
+-		int mips = MIP_DEFAULT; // When passed to TextureManager::load, this means default to default number of mipmaps
++		int mipmaps = MIP_DEFAULT; // When passed to TextureManager::load, this means default to default number of mipmaps
          bool isAlpha = false;
          PixelFormat desiredFormat = PF_UNKNOWN;
  		for (size_t p = 1; p < numParams; ++p)




More information about the Pkg-games-commits mailing list