Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 254555 Details for
Bug 345813
[UPDATED EBUILD] games-action/d1x-rebirth-0.56-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
d1x-rebirth-0.56-r1
d1x-rebirth-0.56-r1.ebuild (text/plain), 2.38 KB, created by
James Broadhead
on 2010-11-16 23:18:34 UTC
(
hide
)
Description:
d1x-rebirth-0.56-r1
Filename:
MIME Type:
Creator:
James Broadhead
Created:
2010-11-16 23:18:34 UTC
Size:
2.38 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild,v 1.1 2010/10/14 04:17:02 mr_bones_ Exp $ > >EAPI=2 >inherit eutils scons-utils games > >DESCRIPTION="Descent Rebirth - enhanced Descent 1 engine" >HOMEPAGE="http://www.dxx-rebirth.de/" >SRC_URI="mirror://sourceforge/dxx-rebirth/${PN}_v${PV}-src.tar.gz > applecd? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-mac-sounds.zip ) > hires? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-hires.zip ) > music? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-sc55-music.zip ) > linguas_de? ( > http://www.dxx-rebirth.com/download/dxx/res/d1xr-briefings-ger.zip )" > >LICENSE="D1X GPL-2 as-is" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="applecd cdinstall +hires +music ipv6 linguas_de opengl" > >RDEPEND="opengl? ( virtual/opengl virtual/glu ) > dev-games/physfs[hog,zip] > media-libs/libsdl[audio,opengl?,video] > media-libs/sdl-mixer > cdinstall? ( games-action/descent1-data ) > !cdinstall? ( games-action/descent1-demodata )" > >DEPEND="${RDEPEND} > app-arch/unzip" > >S=${WORKDIR}/${PN}_v${PV}-src > >src_prepare() { > sed -i -e "/lflags = /s/$/ + env['LINKFLAGS']/" SConstruct || die >} > >src_compile() { > escons \ > verbosebuild=1 \ > sharepath="${GAMES_DATADIR}/d1x" \ > 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 > > insinto "${GAMES_DATADIR}/d1x" > > # these zip files don't need to be extracted > use applecd && doins "${DISTDIR}"/d1xr-briefings-ger.zip > use linguas_de && doins "${DISTDIR}"/d1xr-briefings-ger.zip > use hires && doins "${DISTDIR}"/d1xr-hires.zip > use music && doins "${DISTDIR}"/d1xr-sc55-music.zip > > doicon "${WORKDIR}/${PN}.xpm" > > if use opengl ; then > newgamesbin d${DV}x-rebirth-gl d${DV}x-rebirth > else > newgamesbin d${DV}x-rebirth-sdl d${DV}x-rebirth > fi > make_desktop_entry d${DV}x-rebirth "Descent ${DV} Rebirth" > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > if ! use cdinstall ; then > echo > elog "Demo installed. To play the full game, you need to copy data" > elog "files from an original Descent installation to:" > elog "${GAMES_DATADIR}/d1x. Mount the CD and merge:" > elog "games-action/descent1-data or read " > elog "/usr/share/doc/${PF}/INSTALL.txt for more info." > echo > 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 345813
:
254555
|
254557
|
254559
|
254561
|
254563
|
254657
|
254659
|
270307
|
270309