diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-06-04 08:28:16 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-06-04 08:28:16 +0000 |
commit | 8858ea14cb4e55362a181b90fe0337ac40878516 (patch) | |
tree | 1d4482665b2507a994b1791d0e89dd85f8a43837 /dev-games | |
parent | Version bump (diff) | |
download | gentoo-2-8858ea14cb4e55362a181b90fe0337ac40878516.tar.gz gentoo-2-8858ea14cb4e55362a181b90fe0337ac40878516.tar.bz2 gentoo-2-8858ea14cb4e55362a181b90fe0337ac40878516.zip |
rm
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25.4 Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.2-config.patch | 26 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.2-demoMake.patch | 14 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.2-opengl.patch | 20 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.3-config.patch | 26 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.3-demoMake.patch | 20 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.3-opengl.patch | 20 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.3.1-config.patch | 26 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.3.1-demoMake.patch | 20 | ||||
-rw-r--r-- | dev-games/irrlicht/irrlicht-1.2.ebuild | 69 | ||||
-rw-r--r-- | dev-games/irrlicht/irrlicht-1.3.1.ebuild | 59 |
10 files changed, 0 insertions, 300 deletions
diff --git a/dev-games/irrlicht/files/irrlicht-1.2-config.patch b/dev-games/irrlicht/files/irrlicht-1.2-config.patch deleted file mode 100644 index e6ba8795f0d6..000000000000 --- a/dev-games/irrlicht/files/irrlicht-1.2-config.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- 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.2-demoMake.patch b/dev-games/irrlicht/files/irrlicht-1.2-demoMake.patch deleted file mode 100644 index 56de8ca5c8e8..000000000000 --- a/dev-games/irrlicht/files/irrlicht-1.2-demoMake.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- ../../examples/Demo/Makefile.old 2006-10-14 13:06:42.000000000 +0200 -+++ ../../examples/Demo/Makefile 2006-10-14 13:08:32.000000000 +0200 -@@ -2,9 +2,9 @@ - # Handwritten by me, made with Kate. So it is far from being perfect. :) - - CXX = g++ --CPPFLAGS = -I"../../include" -I"/usr/X11R6/include" -+CPPFLAGS = -I/usr/include/irrlicht - CXXFLAGS = -O3 -ffast-math --LDFLAGS = -L"/usr/X11R6/lib" -L"../../lib/Linux" -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11 -+LDFLAGS = -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11 -lpng -ljpeg - # if you enable sound add the proper library for linking - # -laudiere - # -lSDL_mixer -lSDL diff --git a/dev-games/irrlicht/files/irrlicht-1.2-opengl.patch b/dev-games/irrlicht/files/irrlicht-1.2-opengl.patch deleted file mode 100644 index f527f22cacd5..000000000000 --- a/dev-games/irrlicht/files/irrlicht-1.2-opengl.patch +++ /dev/null @@ -1,20 +0,0 @@ -Fix compiling error: -COpenGLDriver.cpp: In member function `void irr::video::COpenGLDriver::loadExtensions()': -COpenGLDriver.cpp:357: error: `glXGetProcAddress' undeclared (first use this function) -COpenGLDriver.cpp:357: error: (Each undeclared identifier is reported only once for each function it appears in.) -make: *** [COpenGLDriver.o] Error 1 - -Patch by Chris Statzer. - -http://bugs.gentoo.org/87015 - ---- COpenGLDriver.cpp -+++ COpenGLDriver.cpp -@@ -2,6 +2,7 @@ -
- #include "IrrCompileConfig.h"
- #ifdef _IRR_COMPILE_WITH_OPENGL_
-+#define glXGetProcAddress glXGetProcAddressARB
-
- #include "COpenGLTexture.h"
- #include "COpenGLMaterialRenderer.h"
diff --git a/dev-games/irrlicht/files/irrlicht-1.3-config.patch b/dev-games/irrlicht/files/irrlicht-1.3-config.patch deleted file mode 100644 index e3aecc791e00..000000000000 --- a/dev-games/irrlicht/files/irrlicht-1.3-config.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- include/IrrCompileConfig.h -+++ include/IrrCompileConfig.h -@@ -99,7 +99,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.
-@@ -110,7 +109,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.
-@@ -121,7 +119,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.3-demoMake.patch b/dev-games/irrlicht/files/irrlicht-1.3-demoMake.patch deleted file mode 100644 index 055a9b496a7e..000000000000 --- a/dev-games/irrlicht/files/irrlicht-1.3-demoMake.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- examples/Demo/Makefile -+++ examples/Demo/Makefile -@@ -2,7 +2,7 @@ - Target = Demo
- Sources = CDemo.cpp CMainMenu.cpp main.cpp
-
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
-
- ifeq ($(HOSTTYPE), x86_64)
-@@ -13,7 +13,7 @@ -
- # target specific settings
- all_linux: SYSTEM=Linux
--all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/$(SYSTEM) -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11
-+all_linux: LDFLAGS = -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11 -lpng -ljpeg
-
- all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32: LDFLAGS = -L../../lib/$(SYSTEM) -lIrrlicht -lopengl32 -lglu32 -lm
diff --git a/dev-games/irrlicht/files/irrlicht-1.3-opengl.patch b/dev-games/irrlicht/files/irrlicht-1.3-opengl.patch deleted file mode 100644 index f527f22cacd5..000000000000 --- a/dev-games/irrlicht/files/irrlicht-1.3-opengl.patch +++ /dev/null @@ -1,20 +0,0 @@ -Fix compiling error: -COpenGLDriver.cpp: In member function `void irr::video::COpenGLDriver::loadExtensions()': -COpenGLDriver.cpp:357: error: `glXGetProcAddress' undeclared (first use this function) -COpenGLDriver.cpp:357: error: (Each undeclared identifier is reported only once for each function it appears in.) -make: *** [COpenGLDriver.o] Error 1 - -Patch by Chris Statzer. - -http://bugs.gentoo.org/87015 - ---- COpenGLDriver.cpp -+++ COpenGLDriver.cpp -@@ -2,6 +2,7 @@ -
- #include "IrrCompileConfig.h"
- #ifdef _IRR_COMPILE_WITH_OPENGL_
-+#define glXGetProcAddress glXGetProcAddressARB
-
- #include "COpenGLTexture.h"
- #include "COpenGLMaterialRenderer.h"
diff --git a/dev-games/irrlicht/files/irrlicht-1.3.1-config.patch b/dev-games/irrlicht/files/irrlicht-1.3.1-config.patch deleted file mode 100644 index fbb1cab1ac7b..000000000000 --- a/dev-games/irrlicht/files/irrlicht-1.3.1-config.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- include/IrrCompileConfig.h -+++ include/IrrCompileConfig.h -@@ -113,7 +113,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.
-@@ -124,7 +123,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.
-@@ -135,7 +133,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.3.1-demoMake.patch b/dev-games/irrlicht/files/irrlicht-1.3.1-demoMake.patch deleted file mode 100644 index 055a9b496a7e..000000000000 --- a/dev-games/irrlicht/files/irrlicht-1.3.1-demoMake.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- examples/Demo/Makefile -+++ examples/Demo/Makefile -@@ -2,7 +2,7 @@ - Target = Demo
- Sources = CDemo.cpp CMainMenu.cpp main.cpp
-
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
-
- ifeq ($(HOSTTYPE), x86_64)
-@@ -13,7 +13,7 @@ -
- # target specific settings
- all_linux: SYSTEM=Linux
--all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/$(SYSTEM) -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11
-+all_linux: LDFLAGS = -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11 -lpng -ljpeg
-
- all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32: LDFLAGS = -L../../lib/$(SYSTEM) -lIrrlicht -lopengl32 -lglu32 -lm
diff --git a/dev-games/irrlicht/irrlicht-1.2.ebuild b/dev-games/irrlicht/irrlicht-1.2.ebuild deleted file mode 100644 index cc07eb6fd19d..000000000000 --- a/dev-games/irrlicht/irrlicht-1.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.2.ebuild,v 1.3 2007/06/01 18:09:07 nyhm Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="open source high performance realtime 3D engine written in C++" -HOMEPAGE="http://irrlicht.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="doc" - -RDEPEND="media-libs/jpeg - media-libs/libpng - virtual/opengl - virtual/glu - x11-libs/libX11" -DEPEND="${RDEPEND} - app-arch/unzip - x11-proto/xproto - x11-proto/xf86vidmodeproto" - -S=${WORKDIR}/${P}/source/Irrlicht - -src_unpack() { - unpack ${A} - - cd "${WORKDIR}"/${P} - edos2unix include/IrrCompileConfig.h - epatch "${FILESDIR}"/${P}-config.patch - - cd "${S}" - edos2unix ../../examples/Demo/Makefile - epatch "${FILESDIR}"/${P}-demoMake.patch - - # stupid nvidia / xorg GL differences - # still needed - bug #114335 - if echo -e '#include <GL/glx.h>\nglXGetProcAddress blah;' | \ - $(tc-getCC) -E - | \ - grep -q glXGetProcAddressARB - then - epatch "${FILESDIR}"/${P}-opengl.patch - fi - - # use the system zlib/jpeg/png - sed -i \ - -e "/^CXX/s:g++:$(tc-getCXX):" \ - -e '/^CXXFLAGS/s:=:+=:' \ - -e '/^CXXINCS/s:-Izlib -Ijpeglib -Ilibpng::' \ - -e '/^ZLIBOBJ/d' \ - -e '/^JPEGLIBOBJ/d' \ - -e '/^LIBPNGOBJ/d' \ - Makefile || die "sed failed" -} - -src_install() { - cd ../.. - dolib.a lib/Linux/libIrrlicht.a || die "dolib.a failed" - insinto /usr/include/${PN} - doins include/* || die "doins failed" - dodoc changes.txt readme.txt - if use doc ; then - insinto /usr/share/doc/${PF} - doins -r examples media || die "doins failed" - fi -} diff --git a/dev-games/irrlicht/irrlicht-1.3.1.ebuild b/dev-games/irrlicht/irrlicht-1.3.1.ebuild deleted file mode 100644 index 1bc08559ab91..000000000000 --- a/dev-games/irrlicht/irrlicht-1.3.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.3.1.ebuild,v 1.1 2007/07/23 19:50:02 nyhm Exp $ - -inherit eutils - -DESCRIPTION="open source high performance realtime 3D engine written in C++" -HOMEPAGE="http://irrlicht.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" - -RDEPEND="media-libs/jpeg - media-libs/libpng - virtual/opengl - virtual/glu - x11-libs/libX11" -DEPEND="${RDEPEND} - app-arch/unzip - x11-proto/xproto - x11-proto/xf86vidmodeproto" - -S=${WORKDIR}/${P}/source/Irrlicht - -src_unpack() { - unpack ${A} - cd ${P} - epatch \ - "${FILESDIR}"/${P}-config.patch \ - "${FILESDIR}"/${P}-demoMake.patch - - cd "${S}" - sed -i \ - -e '/^CXXFLAGS/s:=:+=:' \ - -e '/^CXXINCS/s:-Izlib -Ijpeglib -Ilibpng::' \ - -e '/^ZLIBOBJ/d' \ - -e '/^JPEGLIBOBJ/d' \ - -e '/^LIBPNGOBJ/d' \ - Makefile || die "sed failed" -} - -src_compile() { - emake CXX="$(tc-getCXX)" || die "emake failed" -} - -src_install() { - cd ../.. - dolib.a lib/Linux/libIrrlicht.a || die "dolib.a failed" - insinto /usr/include/${PN} - doins include/* || die "doins failed" - dodoc changes.txt readme.txt - if use doc ; then - insinto /usr/share/doc/${PF} - doins -r examples media || die "doins failed" - fi -} |