# HG changeset patch # User Binki # Date 2010-01-14 01:06:52 # Node ID 57c0ec2aa59eee3e8a7fbc6a26deceb7e5251d02 # Parent 98ef677ec698ad62e9450ed98a02126d8b660a89 games-arcade/supertux: Fixed shared game directory path. Added deps for boost and glew. Some cleanup. diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog --- a/games-arcade/supertux/ChangeLog +++ b/games-arcade/supertux/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for games-arcade/supertux -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.33 2009/02/23 01:02:56 mr_bones_ Exp $ + 14 Jan 2010; Nathan Phillip Brink (ohnobinki) + supertux-9999.ebuild: + Fixed shared game directory path. Added deps for boost and glew. Some + cleanup. + 28 Nov 2009; Nathan Phillip Brink (ohnobinki) supertux-9999.ebuild, -files/supertux-cmake.patch: diff --git a/games-arcade/supertux/Manifest b/games-arcade/supertux/Manifest --- a/games-arcade/supertux/Manifest +++ b/games-arcade/supertux/Manifest @@ -1,3 +1,3 @@ -EBUILD supertux-9999.ebuild 1331 RMD160 d379ed8b35465d8ee3ce457236614d5911af6c47 SHA1 e6c21119e4cff90a9ba69b21be75e99befbfa489 SHA256 09022fde0c543bea1284e00d912c48980943b865226e61eb6899c96cbe0a22e1 +EBUILD supertux-9999.ebuild 1386 RMD160 fd2f7236c97802d48fba7f0977685b1720a2aa77 SHA1 7ac0d6e59590d5f82c84a7973787712c255da1ce SHA256 b75d9dba7e7145bfaef9dbf6b7c02e3fbf695d204514aacb8f8d9b0deae09af4 MISC ChangeLog 5167 RMD160 6ba0f2f827f86c45ec78f35f8e13fdc877df736f SHA1 17226210fe9ddb5a4bc95674b9b6801e596bdb81 SHA256 7321a3ce4703a45726f8302261793ba32ea07af7227f668d0ec1f717a6464c1a MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-arcade/supertux/supertux-9999.ebuild b/games-arcade/supertux/supertux-9999.ebuild --- a/games-arcade/supertux/supertux-9999.ebuild +++ b/games-arcade/supertux/supertux-9999.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.14 2009/02/23 01:02:56 mr_bones_ Exp $ EAPI=2 -inherit subversion cmake-utils eutils games + +inherit cmake-utils eutils games subversion DESCRIPTION="A game similar to Super Mario Bros." HOMEPAGE="http://super-tux.sourceforge.net" @@ -17,26 +18,25 @@ SLOT="1" KEYWORDS="" IUSE="opengl curl debug" -RDEPEND="media-libs/libsdl[joystick] - media-libs/sdl-image[png,jpeg] +RDEPEND="dev-games/physfs + media-libs/libsdl[joystick] media-libs/libvorbis - dev-games/physfs media-libs/openal - x11-libs/libXt - opengl? ( virtual/opengl ) + media-libs/sdl-image[png,jpeg] + opengl? ( media-libs/glew + virtual/opengl ) curl? ( net-misc/curl )" -#supertux's CMakeLists.txt needs the svnversion command +# supertux's CMakeLists.txt needs the svnversion command +# boost templates are used DEPEND="${RDEPEND} + dev-libs/boost dev-util/cmake dev-util/subversion" -src_unpack() { - subversion_src_unpack -} - src_configure() { local mycmakeargs="-DWERROR=OFF + -DINSTALL_SUBDIR_SHARE=share/games/supertux2 -DINSTALL_SUBDIR_BIN=games/bin -DINSTALL_SUBDIR_DOC=share/doc/${P} $(cmake-utils_use_enable opengl OPENGL)