Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 254575 Details for
Bug 167341
games-action/d2x-rebirth (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild
d2x-rebirth-0.56.ebuild (text/plain), 2.06 KB, created by
James Broadhead
on 2010-11-16 23:38:52 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
James Broadhead
Created:
2010-11-16 23:38:52 UTC
Size:
2.06 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit games scons-utils > >DESCRIPTION="Descent Rebirth - enhanced Descent 2 engine" >HOMEPAGE="http://www.dxx-rebirth.com/" >SRC_URI="mirror://sourceforge/dxx-rebirth/${PN}_v${PV}-src.tar.gz > linguas_de? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-briefings-ger.zip ) > music? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.zip )" >LICENSE="D1X GPL-2 as-is" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug ipv6 linguas_de music opengl" > >DEPEND="dev-games/physfs[hog,mvl,zip] > media-libs/libsdl[audio,opengl?,video] > media-libs/sdl-mixer > opengl? ( virtual/opengl virtual/glu )" >RDEPEND="${DEPEND} > cdinstall? ( games-action/descent2-data ) > !cdinstall? ( games-action/descent2-demodata )" > >S=${WORKDIR}/${PN}_v${PV}-src > >src_prepare() { > # Patch to fix compile warnings / errors -- probably not needed 0.57+ > # http://dxx-rebirth.bzr.sourceforge.net/bzr/dxx-rebirth/d2x-rebirth/revision/923 > epatch "${FILESDIR}"/${P}-printf-fix.patch || die >} > >src_compile() { > scons ${MAKEOPTS} \ > verbosebuild=1 \ > sharepath="${GAMES_DATADIR}/d2x" \ > sdlmixer=1 \ > $(use_scons debug) \ > $(use_scons !opengl sdl_only) \ > $(use_scons ipv6) \ > || die >} > >src_install() { > edos2unix INSTALL.txt README.txt > dodoc INSTALL.txt README.txt > > # These zip files do not need to be extracted > insinto "${GAMES_DATADIR}/d2x" > use linguas_de && doins "${DISTDIR}"/d2xr-briefings-ger.zip || die > use music && doins "${DISTDIR}"/d2xr-sc55-music.zip || die > doicon ${PN}.xpm > > if use opengl ; then > newgamesbin d2x-rebirth-gl d2x-rebirth || die > else > newgamesbin d2x-rebirth-sdl d2x-rebirth || die > fi > make_desktop_entry d2x-rebirth "Descent 2 Rebirth" ${PN} || die > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > if ! use cdinstall ; then > elog "The Descent 2 Demo data has been installed." > elog "To play the full game enable USE=cdinstall or manually copy " > elog "the files to ${GAMES_DATADIR}/d2x." > elog "Read /usr/share/doc/${PF}/INSTALL.txt for details." > fi >}
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 167341
:
110472
|
110532
|
111324
|
118278
|
123793
|
130974
|
130975
|
134177
|
134732
|
166828
|
172570
|
188460
|
254105
|
254107
|
254109
|
254141
|
254143
|
254419
|
254421
|
254423
|
254425
|
254575
|
269397
|
301211
|
301213