[SCM] Packaging for ogre branch, master, updated. upstream/1.4.9.dfsg1-107-gfbacc08

Federico Di Gregorio fog at debian.org
Sat May 23 19:09:57 UTC 2009


The following commit has been merged in the master branch:
commit e98dae5e5727afd28127fb3fd40daa44f0e427af
Author: Federico Di Gregorio <fog at debian.org>
Date:   Wed Mar 18 00:18:40 2009 +0100

    Enabled building of broken OpenEXR plugin but disabled its loading

diff --git a/debian/extras/plugins.cfg b/debian/extras/plugins.cfg
index af6b264..1de0e8d 100644
--- a/debian/extras/plugins.cfg
+++ b/debian/extras/plugins.cfg
@@ -10,7 +10,7 @@ Plugin=RenderSystem_GL.so
 Plugin=Plugin_ParticleFX.so
 Plugin=Plugin_BSPSceneManager.so
 Plugin=Plugin_OctreeSceneManager.so
-Plugin=Plugin_EXRCodec.so
+#Plugin=Plugin_EXRCodec.so
 
 # Don't edit anything starting from next line; it was autogenerated.
 # -*- ogre-plugins -*-  [Please, don't remove or modify this marker]
diff --git a/debian/rules b/debian/rules
index 387950d..2d787c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ OGRE_CONFIG_OPTIONS ?=  $(confflags) \
 		--with-platform=GLX \
 		--with-gl-support=GLX \
 		--disable-cg \
-		--disable-openexr \
+		--enable-openexr \
 		--with-gui=Xt \
 		--disable-ogre-demos \
 		CXXFLAGS="$(DEB_CXXFLAGS)"

-- 
Packaging for ogre



More information about the Pkg-games-commits mailing list