diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-25 20:03:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-25 20:03:35 +0000 |
commit | e300ddc10c2a0f09a4cc7298ea96cc18d1b742b6 (patch) | |
tree | aafa8acde6672bf1d9bd9c0c36066888787efc84 /games-fps/tremulous | |
parent | Sparc stable, Bug #260288. (diff) | |
download | gentoo-2-e300ddc10c2a0f09a4cc7298ea96cc18d1b742b6.tar.gz gentoo-2-e300ddc10c2a0f09a4cc7298ea96cc18d1b742b6.tar.bz2 gentoo-2-e300ddc10c2a0f09a4cc7298ea96cc18d1b742b6.zip |
Add gcc-4.3.3 Werror fix. Move to EAPI=2. Per bug #260165.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/tremulous')
-rw-r--r-- | games-fps/tremulous/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/tremulous/tremulous-1.1.0-r3.ebuild | 105 |
2 files changed, 113 insertions, 2 deletions
diff --git a/games-fps/tremulous/ChangeLog b/games-fps/tremulous/ChangeLog index 1c39f68c57b3..937c1983a04f 100644 --- a/games-fps/tremulous/ChangeLog +++ b/games-fps/tremulous/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/tremulous -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/ChangeLog,v 1.11 2008/09/17 20:19:32 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/ChangeLog,v 1.12 2009/02/25 20:03:35 scarabeus Exp $ + +*tremulous-1.1.0-r3 (25 Feb 2009) + + 25 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> + +tremulous-1.1.0-r3.ebuild: + Add gcc-4.3.3 Werror fix. Move to EAPI=2. Per bug #260165. 17 Sep 2008; Markus Meier <maekke@gentoo.org> tremulous-1.1.0-r2.ebuild: x86 stable, bug #222119 diff --git a/games-fps/tremulous/tremulous-1.1.0-r3.ebuild b/games-fps/tremulous/tremulous-1.1.0-r3.ebuild new file mode 100644 index 000000000000..b3d18d533333 --- /dev/null +++ b/games-fps/tremulous/tremulous-1.1.0-r3.ebuild @@ -0,0 +1,105 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r3.ebuild,v 1.1 2009/02/25 20:03:35 scarabeus Exp $ + +EAPI=2 + +inherit eutils toolchain-funcs games + +DESCRIPTION="Team-based aliens vs humans FPS with buildable structures" +HOMEPAGE="http://tremulous.net/ http://trem-servers.com" +SRC_URI="http://dl.trem-servers.com/${PN}-gentoopatches-${PV}-r5.zip + http://dl.trem-servers.com/vms-1.1.t971.pk3 + http://0day.icculus.org/mirrors/${PN}/${P}.zip + ftp://ftp.wireplay.co.uk/pub/quake3arena/mods/${PN}/${P}.zip + mirror://sourceforge/${PN}/${P}.zip" + +LICENSE="GPL-2 CCPL-Attribution-ShareAlike-2.5" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="dedicated openal +opengl +vorbis" + +UIDEPEND=" + media-libs/libsdl[opengl?] + vorbis? ( media-libs/libogg media-libs/libvorbis ) + openal? ( media-libs/openal ) + x11-libs/libXau + x11-libs/libXdmcp" +RDEPEND="opengl? ( ${UIDEPEND} ) + !opengl? ( !dedicated? ( ${UIDEPEND} ) )" +DEPEND="${RDEPEND} + app-arch/unzip" + +S=${WORKDIR}/${PN}/${P}-src + +src_unpack() { + unpack ${PN}-gentoopatches-${PV}-r5.zip + unpack ${P}.zip + + cd ${PN} + unpack ./${P}-src.tar.gz + cp -f "${DISTDIR}"/vms-1.1.t971.pk3 "${WORKDIR}"/${PN}/base/ || die +} + +src_prepare() { + # security patches + epatch "${WORKDIR}"/${PN}-svn755-upto-971.patch + epatch "${WORKDIR}"/${PN}-t971-client.patch + # fix the gcc-4.3.3 Werror issue + # This is probably issue for all icculus q3 based games + sed -i -e '16s/-Werror //' src/tools/asm/Makefile || die +} + +src_compile() { + buildit() { use $1 && echo 1 || echo 0 ; } + + local client=1 + if ! use opengl; then + client=0 + if ! use dedicated; then + # user is not sure what he wants + client=1 + fi + fi + + emake \ + $(use amd64 && echo ARCH=x86_64) \ + BUILD_CLIENT=${client} \ + BUILD_CLIENT_SMP=${client} \ + BUILD_SERVER=$(buildit dedicated) \ + BUILD_GAME_SO=0 \ + BUILD_GAME_QVM=0 \ + CC="$(tc-getCC)" \ + DEFAULT_BASEDIR="${GAMES_DATADIR}/${PN}" \ + USE_CODEC_VORBIS=$(buildit vorbis) \ + USE_OPENAL=$(buildit openal) \ + USE_LOCAL_HEADERS=0 \ + OPTIMIZE= \ + || die "emake failed" +} + +src_install() { + insinto "${GAMES_DATADIR}"/${PN} + doins -r ../base || die "doins -r failed" + dodoc ChangeLog ../manual.pdf + if use opengl || ! use dedicated ; then + newgamesbin build/release-linux-*/${PN}-smp.* ${PN} \ + || die "newgamesbin ${PN}" + newicon "${WORKDIR}"/tyrant.xpm ${PN}.xpm + make_desktop_entry ${PN} Tremulous + fi + if use dedicated ; then + newgamesbin build/release-linux-*/tremded.* ${PN}-ded \ + || die "newgamesbin ${PN}-ded failed" + fi + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + + elog "If you want to add extra maps, download" + elog "http://tremulous.bricosoft.com/base/all-maps.tgz" + elog "and unpack it into ~/.tremulous/base for your user" + elog "or into ${GAMES_DATADIR}/${PN}/base for all users." +} |