diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-07-23 19:50:02 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-07-23 19:50:02 +0000 |
commit | 8246abbaf4ec77e10d55c5aeaeefd087bafc8ce1 (patch) | |
tree | 39c0fd56b0baf6f89d658393320a9dded9b3a869 /dev-games/irrlicht | |
parent | Stable on ppc wrt bug 185614 (diff) | |
download | gentoo-2-8246abbaf4ec77e10d55c5aeaeefd087bafc8ce1.tar.gz gentoo-2-8246abbaf4ec77e10d55c5aeaeefd087bafc8ce1.tar.bz2 gentoo-2-8246abbaf4ec77e10d55c5aeaeefd087bafc8ce1.zip |
Version bump, bug #184508
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-games/irrlicht')
-rw-r--r-- | dev-games/irrlicht/ChangeLog | 9 | ||||
-rw-r--r-- | dev-games/irrlicht/files/digest-irrlicht-1.3.1 | 3 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-0.14.0-gcc41.patch | 44 | ||||
-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.3.1.ebuild | 59 |
6 files changed, 116 insertions, 45 deletions
diff --git a/dev-games/irrlicht/ChangeLog b/dev-games/irrlicht/ChangeLog index 7767ba1f7674..83178e3d5b7e 100644 --- a/dev-games/irrlicht/ChangeLog +++ b/dev-games/irrlicht/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-games/irrlicht # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.21 2007/06/01 21:04:10 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.22 2007/07/23 19:50:02 nyhm Exp $ + +*irrlicht-1.3.1 (23 Jul 2007) + + 23 Jul 2007; Tristan Heaven <nyhm@gentoo.org> + +files/irrlicht-1.3.1-config.patch, +files/irrlicht-1.3.1-demoMake.patch, + +irrlicht-1.3.1.ebuild: + Version bump, bug #184508 *irrlicht-1.3 (01 Jun 2007) diff --git a/dev-games/irrlicht/files/digest-irrlicht-1.3.1 b/dev-games/irrlicht/files/digest-irrlicht-1.3.1 new file mode 100644 index 000000000000..2808f44eed1b --- /dev/null +++ b/dev-games/irrlicht/files/digest-irrlicht-1.3.1 @@ -0,0 +1,3 @@ +MD5 939b21d5fa16d7d949e4ce0c23e0b4b0 irrlicht-1.3.1.zip 16325880 +RMD160 771d3e843483b6cb9d8e0e0664beeedb63d56773 irrlicht-1.3.1.zip 16325880 +SHA256 91f080776fbad55331ca793b25647def2ef66363eac0cf5fef619f3690044beb irrlicht-1.3.1.zip 16325880 diff --git a/dev-games/irrlicht/files/irrlicht-0.14.0-gcc41.patch b/dev-games/irrlicht/files/irrlicht-0.14.0-gcc41.patch deleted file mode 100644 index dd624fba7e4d..000000000000 --- a/dev-games/irrlicht/files/irrlicht-0.14.0-gcc41.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- include/matrix4.h.old 2006-03-17 14:49:10.894034456 +0100 -+++ include/matrix4.h 2006-03-17 14:53:27.969952976 +0100 -@@ -59,7 +59,7 @@ - void setTranslation( const vector3df& translation );
-
- //! Gets the current translation
-- vector3df matrix4::getTranslation() const;
-+ vector3df getTranslation() const;
-
- //! Set the inverse translation of the current matrix. Will erase any previous values.
- void setInverseTranslation( const vector3df& translation );
---- include/quaternion.h.old 2006-03-17 14:49:10.894034456 +0100 -+++ include/quaternion.h 2006-03-17 14:53:42.701713408 +0100 -@@ -52,7 +52,7 @@ - quaternion& operator*=(f32 s);
-
- //! multiplication operator
-- vector3df quaternion::operator* (const vector3df& v) const;
-+ vector3df operator* (const vector3df& v) const;
-
- //! multiplication operator
- quaternion& operator*=(const quaternion& other);
---- ../../include/matrix4.h.old 2006-03-17 14:48:29.901266304 +0100 -+++ ../../include/matrix4.h 2006-03-17 14:59:04.464797984 +0100 -@@ -59,7 +59,7 @@ - void setTranslation( const vector3df& translation );
-
- //! Gets the current translation
-- vector3df matrix4::getTranslation() const;
-+ vector3df getTranslation() const;
-
- //! Set the inverse translation of the current matrix. Will erase any previous values.
- void setInverseTranslation( const vector3df& translation );
---- ../../include/quaternion.h.old 2006-03-17 14:48:33.810671984 +0100 -+++ ../../include/quaternion.h 2006-03-17 14:59:12.071641568 +0100 -@@ -52,7 +52,7 @@ - quaternion& operator*=(f32 s);
-
- //! multiplication operator
-- vector3df quaternion::operator* (const vector3df& v) const;
-+ vector3df operator* (const vector3df& v) const;
-
- //! multiplication operator
- quaternion& operator*=(const quaternion& other);
diff --git a/dev-games/irrlicht/files/irrlicht-1.3.1-config.patch b/dev-games/irrlicht/files/irrlicht-1.3.1-config.patch new file mode 100644 index 000000000000..fbb1cab1ac7b --- /dev/null +++ b/dev-games/irrlicht/files/irrlicht-1.3.1-config.patch @@ -0,0 +1,26 @@ +--- 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 new file mode 100644 index 000000000000..055a9b496a7e --- /dev/null +++ b/dev-games/irrlicht/files/irrlicht-1.3.1-demoMake.patch @@ -0,0 +1,20 @@ +--- 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.3.1.ebuild b/dev-games/irrlicht/irrlicht-1.3.1.ebuild new file mode 100644 index 000000000000..1bc08559ab91 --- /dev/null +++ b/dev-games/irrlicht/irrlicht-1.3.1.ebuild @@ -0,0 +1,59 @@ +# 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 +} |