diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-09-16 11:29:59 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-09-16 11:29:59 +0000 |
commit | ae2b73db4a572b4367bdd90977a83a1190c2e13d (patch) | |
tree | 49c1e38bac439e6ba70ffe773c9dddcf58cd61ce /dev-games/irrlicht/files | |
parent | version cleanups (diff) | |
download | historical-ae2b73db4a572b4367bdd90977a83a1190c2e13d.tar.gz historical-ae2b73db4a572b4367bdd90977a83a1190c2e13d.tar.bz2 historical-ae2b73db4a572b4367bdd90977a83a1190c2e13d.zip |
Version bump to 1.1 Bug #139476
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-games/irrlicht/files')
-rw-r--r-- | dev-games/irrlicht/files/digest-irrlicht-1.1 | 3 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.1-config.patch | 26 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.1-gcc41.patch | 11 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-games/irrlicht/files/digest-irrlicht-1.1 b/dev-games/irrlicht/files/digest-irrlicht-1.1 new file mode 100644 index 000000000000..905f5ed5b361 --- /dev/null +++ b/dev-games/irrlicht/files/digest-irrlicht-1.1 @@ -0,0 +1,3 @@ +MD5 c2a3606e037213555e7891f0433fa98a irrlicht-1.1.zip 15647723 +RMD160 1469ade750699b12244e0f38ea07e6a4314e696c irrlicht-1.1.zip 15647723 +SHA256 6ef74629d33b4f2cb2faa91d81cbd0f591ebce620ebfae8e4fd3fb71f1137f19 irrlicht-1.1.zip 15647723 diff --git a/dev-games/irrlicht/files/irrlicht-1.1-config.patch b/dev-games/irrlicht/files/irrlicht-1.1-config.patch new file mode 100644 index 000000000000..e6ba8795f0d6 --- /dev/null +++ b/dev-games/irrlicht/files/irrlicht-1.1-config.patch @@ -0,0 +1,26 @@ +--- include/IrrCompileConfig.h.old 2006-09-16 12:42:28.000000000 +0200 ++++ include/IrrCompileConfig.h 2006-09-16 12:42:58.000000000 +0200 +@@ -68,7 +68,6 @@ + //! Define _IRR_USE_NON_SYSTEM_ZLIB_ to let irrlicht use the zlib which comes with irrlicht. + /** If this is commented out, Irrlicht will try to compile using the zlib installed in the system. + This is only used when _IRR_COMPILE_WITH_ZLIB_ is defined. */ +-#define _IRR_USE_NON_SYSTEM_ZLIB_ + + + //! Define _IRR_COMPILE_WITH_JPEGLIB_ to enable compiling the engine using libjpeg. +@@ -79,7 +78,6 @@ + //! Define _IRR_USE_NON_SYSTEM_JPEG_LIB_ to let irrlicht use the jpeglib which comes with irrlicht. + /** If this is commented out, Irrlicht will try to compile using the jpeg lib installed in the system. + This is only used when _IRR_COMPILE_WITH_LIBJPEG_ is defined. */ +-#define _IRR_USE_NON_SYSTEM_JPEG_LIB_ + + + //! Define _IRR_COMPILE_WITH_LIBPNG_ to enable compiling the engine using libpng. +@@ -90,7 +88,6 @@ + //! Define _IRR_USE_NON_SYSTEM_LIBPNG_ to let irrlicht use the libpng which comes with irrlicht. + /** If this is commented out, Irrlicht will try to compile using the libpng installed in the system. + This is only used when _IRR_COMPILE_WITH_LIBPNG_ is defined. */ +-#define _IRR_USE_NON_SYSTEM_LIB_PNG_ + + + //! Define _IRR_D3D_NO_SHADER_DEBUGGING to disable shader debugging in D3D9 diff --git a/dev-games/irrlicht/files/irrlicht-1.1-gcc41.patch b/dev-games/irrlicht/files/irrlicht-1.1-gcc41.patch new file mode 100644 index 000000000000..5f0efbe7c141 --- /dev/null +++ b/dev-games/irrlicht/files/irrlicht-1.1-gcc41.patch @@ -0,0 +1,11 @@ +--- source/Irrlicht/CSceneManager.h.old 2006-09-16 12:15:36.000000000 +0200 ++++ source/Irrlicht/CSceneManager.h 2006-09-16 12:15:45.000000000 +0200 +@@ -146,7 +146,7 @@ + + //! Adds a skydome scene node. A skydome is a large (half-) sphere with a + //! panoramic texture on it and is drawn around the camera position. +- virtual ISceneNode* CSceneManager::addSkyDomeSceneNode(video::ITexture* texture, ++ virtual ISceneNode* addSkyDomeSceneNode(video::ITexture* texture, + u32 horiRes, u32 vertRes, f64 texturePercentage, + f64 spherePercentage, ISceneNode* parent, s32 id); + |