Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 187403 Details for
Bug 264794
New ebuild games-fps/nexuiz-2.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nexuiz-2.5.ebuild
ebuild (text/plain), 2.99 KB, created by
Tomáš Chvátal (RETIRED)
on 2009-04-05 19:57:03 UTC
(
hide
)
Description:
nexuiz-2.5.ebuild
Filename:
MIME Type:
Creator:
Tomáš Chvátal (RETIRED)
Created:
2009-04-05 19:57:03 UTC
Size:
2.99 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils toolchain-funcs games > >MY_PN=Nexuiz >MY_P=${PN}-${PV//./} >MAPS=nexmappack_r2 >DESCRIPTION="Deathmatch FPS based on DarkPlaces, an advanced Quake 1 engine" >HOMEPAGE="http://alientrap.org/nexuiz/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip > maps? ( mirror://sourceforge/${PN}/${MAPS}.zip )" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="alsa dedicated +maps +opengl +sdl" > >UIRDEPEND="media-libs/libogg > media-libs/libvorbis > x11-libs/libX11 > x11-libs/libXau > x11-libs/libXdmcp > x11-libs/libXext > x11-libs/libXxf86dga > x11-libs/libXxf86vm > virtual/opengl > alsa? ( media-libs/alsa-lib ) > sdl? ( media-libs/libsdl[X,opengl] )" >UIDEPEND="x11-proto/xextproto > x11-proto/xf86dgaproto > x11-proto/xf86vidmodeproto > x11-proto/xproto" >RDEPEND="media-libs/jpeg > net-misc/curl > opengl? ( ${UIRDEPEND} ) > !dedicated? ( !opengl? ( ${UIRDEPEND} ) )" >DEPEND="${RDEPEND} > app-arch/unzip > opengl? ( ${UIDEPEND} ) > !dedicated? ( !opengl? ( ${UIDEPEND} ) )" > >S=${WORKDIR}/darkplaces > >src_unpack() { > unpack ${MY_P}.zip > > local f > for f in "${MY_PN}"/sources/*.zip ; do > unpack ./${f} > done > > if use maps ; then > cd "${WORKDIR}"/${MY_PN} > unpack ${MAPS}.zip > fi >} > >src_prepare() { > # Make the game automatically look in the correct data directory > sed -i \ > -e "/^CC=/s:gcc:$(tc-getCC):" \ > -e "s:-O2:${CFLAGS}:" \ > -e "/-lm/s:$: ${LDFLAGS}:" \ > -e 's/strip/true/' \ > makefile.inc || die "sed makefile.inc failed" > > sed -i \ > -e "s:ifdef DP_.*:DP_FS_BASEDIR=${GAMES_DATADIR}/${PN}\n&:" \ > makefile || die "sed makefile failed" > > if ! use alsa ; then > sed -i \ > -e "/DEFAULT_SNDAPI/s:ALSA:OSS:" \ > makefile || die "sed makefile failed" > fi >} > >src_compile() { > if use opengl || ! use dedicated ; then > emake cl-${PN} || die "emake cl-${PN} failed" > if use sdl ; then > emake sdl-${PN} || die "emake sdl-${PN} failed" > fi > fi > > if use dedicated ; then > emake sv-${PN} || die "emake sv-${PN} failed" > fi >} > >src_install() { > if use opengl || ! use dedicated ; then > dogamesbin ${PN}-glx || die "dogamesbin glx failed" > newicon darkplaces72x72.png ${PN}.png > make_desktop_entry ${PN}-glx "Nexuiz (GLX)" > if use sdl ; then > dogamesbin ${PN}-sdl || die "dogamesbin sdl failed" > make_desktop_entry ${PN}-sdl "Nexuiz (SDL)" > dosym ${PN}-sdl "${GAMES_BINDIR}"/${PN} > else > dosym ${PN}-glx "${GAMES_BINDIR}"/${PN} > fi > fi > > if use dedicated ; then > dogamesbin ${PN}-dedicated || die "dogamesbin dedicated failed" > fi > > cd "${WORKDIR}"/${MY_PN} > > dodoc Docs/*.txt || die "dodoc failed" > dohtml Docs/*.{htm,html} || die "dohtml failed" > insinto "/usr/share/doc/${PF}/html/" > pushd Docs/ > /dev/null > doins -r htmlfiles || die "doins additonal html files failed" > popd > /dev/null > > insinto "${GAMES_DATADIR}"/${PN} > > if use dedicated ; then > doins -r server || die "doins server failed" > fi > > doins -r data || die "doins data failed" > doins -r havoc || die "doins havoc failed" > > prepgamesdirs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 264794
:
187235
| 187403 |
187409
|
187411