Changeset - 57c0ec2aa59e
[Not reviewed]
default
0 3 0
Nathan Brink (binki) - 15 years ago 2010-01-14 01:06:52
ohnobinki@ohnopublishing.net
games-arcade/supertux: Fixed shared game directory path. Added deps for boost and glew. Some cleanup.
3 files changed with 19 insertions and 14 deletions:
0 comments (0 inline, 0 general)
games-arcade/supertux/ChangeLog
Show inline comments
 
# 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)
 
  <ohnobinki@ohnopublishing.net> supertux-9999.ebuild:
 
  Fixed shared game directory path. Added deps for boost and glew. Some
 
  cleanup.
 

	
 
  28 Nov 2009; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> supertux-9999.ebuild,
 
  -files/supertux-cmake.patch:
 
  Removed patch: installation dirs are settable thanks to r6122 by tuxdev
 

	
 
  14 Nov 2009; Nathan Phillip Brink (ohnobinki)
games-arcade/supertux/Manifest
Show inline comments
 
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
games-arcade/supertux/supertux-9999.ebuild
Show inline comments
 
# 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"
 
SRC_URI=""
 

	
 
ESVN_REPO_URI="http://supertux.lethargik.org/svn/supertux/trunk/supertux"
 
@@ -14,32 +15,31 @@ ESVN_PROJECT="${PN}"
 

	
 
LICENSE="GPL-2"
 
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)
 
			 $(cmake-utils_use_enable debug SQDBG)
 
			 $(cmake-utils_use debug DEBUG)"
 

	
0 comments (0 inline, 0 general)