diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-29 23:39:26 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-29 23:39:26 +0000 |
commit | 503a9a6e3b94ebdb5ede87d300d4e66ace264674 (patch) | |
tree | 2362bb2747ab50c135c66988884fe9ff63cb5448 /games-fps/quake3 | |
parent | Stable for HPPA (bug #156357). (diff) | |
download | gentoo-2-503a9a6e3b94ebdb5ede87d300d4e66ace264674.tar.gz gentoo-2-503a9a6e3b94ebdb5ede87d300d4e66ace264674.tar.bz2 gentoo-2-503a9a6e3b94ebdb5ede87d300d4e66ace264674.zip |
Version bump to 1.34_rc3.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-fps/quake3')
-rw-r--r-- | games-fps/quake3/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake3/files/digest-quake3-1.34_rc3 | 3 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.34_rc3.ebuild | 111 |
3 files changed, 121 insertions, 1 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog index 06842cbe6478..b4331c15fe23 100644 --- a/games-fps/quake3/ChangeLog +++ b/games-fps/quake3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/quake3 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.44 2006/10/25 16:08:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.45 2006/11/29 23:39:26 wolf31o2 Exp $ + +*quake3-1.34_rc3 (29 Nov 2006) + + 29 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> + +quake3-1.34_rc3.ebuild: + Version bump to 1.34_rc3. 25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> -quake3-1.34_alpha789.ebuild: diff --git a/games-fps/quake3/files/digest-quake3-1.34_rc3 b/games-fps/quake3/files/digest-quake3-1.34_rc3 new file mode 100644 index 000000000000..7d3a91f76404 --- /dev/null +++ b/games-fps/quake3/files/digest-quake3-1.34_rc3 @@ -0,0 +1,3 @@ +MD5 ed06d79afcb026f58763a89483733823 ioquake3_1.34-rc3.tar.bz2 3147694 +RMD160 b270cd43a4f9f2700715cbd1487a8d0efab0296b ioquake3_1.34-rc3.tar.bz2 3147694 +SHA256 fb43f63178c6700f20b83634b816f77e390e375e7d9c717180c9820f0c541b01 ioquake3_1.34-rc3.tar.bz2 3147694 diff --git a/games-fps/quake3/quake3-1.34_rc3.ebuild b/games-fps/quake3/quake3-1.34_rc3.ebuild new file mode 100644 index 000000000000..c318db9656d6 --- /dev/null +++ b/games-fps/quake3/quake3-1.34_rc3.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_rc3.ebuild,v 1.1 2006/11/29 23:39:26 wolf31o2 Exp $ + +# quake3-9999 -> latest svn +# quake3-9999.REV -> use svn REV +# quake3-VER_alphaREV -> svn snapshot REV for version VER +# quake3-VER -> normal quake release + +if [[ ${PV} == 9999* ]] ; then + [[ ${PV} == 9999.* ]] && ESVN_UPDATE_CMD="svn up -r ${PV/9999./}" + ESVN_REPO_URI="svn://svn.icculus.org/quake3/trunk" + inherit subversion flag-o-matic toolchain-funcs eutils games + + SRC_URI="" + S=${WORKDIR}/trunk +elif [[ ${PV} == *_alpha* ]] ; then + inherit flag-o-matic toolchain-funcs eutils games + + MY_PV=${PV/_alpha*/} + SNAP=${PV/*_alpha/} + MY_P=${PN}-${MY_PV}_SVN${SNAP}M + SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" + S=${WORKDIR}/${MY_P} +else + inherit flag-o-matic toolchain-funcs eutils games + MY_PV=${PV/_/-} + MY_P=io${PN}_${MY_PV} + SRC_URI="http://icculus.org/quake3/files/${MY_P}.tar.bz2 + http://ioquake3.org/files/${MY_P}.tar.bz2" + S=${WORKDIR}/${MY_P} +fi + +DESCRIPTION="Quake III Arena - 3rd installment of the classic id 3D first-person shooter" +HOMEPAGE="http://ioquake3.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="dedicated opengl teamarena" + +UIRDEPEND="virtual/opengl + media-libs/openal + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + media-libs/libsdl" + +RDEPEND="opengl? ( + ${UIRDEPEND} ) + !dedicated? ( + ${UIRDEPEND} ) + games-fps/quake3-data + teamarena? ( games-fps/quake3-teamarena )" + +src_unpack() { + if [[ ${PV} == 9999* ]] ; then + subversion_src_unpack + else + unpack ${A} + cd "${S}" + fi +} + +src_compile() { + filter-flags -mfpmath=sse + buildit() { use $1 && echo 1 || echo 0 ; } + emake \ + BUILD_SERVER=$(buildit dedicated) \ + BUILD_CLIENT=$(buildit opengl) \ + TEMPDIR="${T}" \ + CC="$(tc-getCC)" \ + ARCH=$(tc-arch-kernel) \ + OPTIMIZE="${CFLAGS}" \ + DEFAULT_BASEDIR="${GAMES_DATADIR}/quake3" \ + DEFAULT_LIBDIR="${GAMES_LIBDIR}/quake3" \ + || die +} + +src_install() { + dodoc id-readme.txt TODO README BUGS ChangeLog + cd code/unix + dodoc README.* + + if use opengl ; then + doicon quake3.png + make_desktop_entry quake3 "Quake III Arena" + fi + + cd ../../build/release* + local old_x x + for old_x in ioq* ; do + x=${old_x%.*} + newgamesbin ${old_x} ${x} || die "newgamesbin ${x}" + dosym ${x} "${GAMES_BINDIR}"/${x/io} + done + exeinto "${GAMES_LIBDIR}"/${PN}/baseq3 + doexe baseq3/*.so || die "baseq3 .so" + exeinto "${GAMES_LIBDIR}"/${PN}/missionpack + doexe missionpack/*.so || die "missionpack .so" + + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + ewarn "The source version of Quake 3 will not work with Punk Buster." + ewarn "If you need pb support, then use the quake3-bin package." + echo +} |