Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 188460 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]
d2x-rebirth-0.55.1.ebuild
d2x-rebirth-0.55.1.ebuild (text/plain), 1.73 KB, created by
Azamat H. Hackimov
on 2009-04-15 17:37:49 UTC
(
hide
)
Description:
d2x-rebirth-0.55.1.ebuild
Filename:
MIME Type:
Creator:
Azamat H. Hackimov
Created:
2009-04-15 17:37:49 UTC
Size:
1.73 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DESCRIPTION="Descent Rebirth - enhanced Descent 2 engine" >HOMEPAGE="http://www.dxx-rebirth.de/" >SRC_URI="mirror://sourceforge/dxx-rebirth/${PN}_v${PV}-src.tar.gz > http://www.dxx-rebirth.com/download/dxx/res/dxx-rebirth_icons.zip > linguas_de? ( http://www.dxx-rebirth.com/download/dxx/res/D2XBDE01.zip )" ># bug #117344 >LICENSE="D1X GPL-2 as-is" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug cdinstall ipv6 linguas_de opengl" > >DEPEND="app-arch/unzip > dev-games/physfs > dev-util/scons > media-libs/libsdl > media-libs/sdl-mixer" >RDEPEND="virtual/opengl > virtual/glu > cdinstall? ( games-action/descent2-data )" ># Not work with demo-data ># !cdinstall? ( games-action/descent2-demodata )" > >S=${WORKDIR}/${PN}_v${PV}-src > >scons_use_enable() { > use ${2} && echo "${1}=1" || echo "${1}=0" >} > >src_compile() { > scons ${MAKEOPTS} \ > sharepath="${GAMES_DATADIR}/d2x" \ > sdlmixer=1 \ > $(scons_use_enable debug debug) \ > $(scons_use_enable sdl_only !opengl) \ > $(scons_use_enable ipv6 ipv6) >} > >src_install() { > dodoc INSTALL.txt README.txt > insinto "${GAMES_DATADIR}/d2x" > if use linguas_de ; then > doins "${WORKDIR}"/D2XBDE01/D2XbDE01/*.txb > fi > doicon "${WORKDIR}/${PN}.xpm" > > if use opengl ; then > newgamesbin d2x-rebirth-gl d2x-rebirth > else > newgamesbin d2x-rebirth-sdl d2x-rebirth > fi > make_desktop_entry d2x-rebirth "Descent 2 Rebirth" ${PN}.xpm > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > if ! use cdinstall ; then > echo > elog "You need to copy data-files from original Descent 2" > elog "installation to ${GAMES_DATADIR}/d2x. Please 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 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