Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 162931 Details for
Bug 206255
games-action/d1x-rebirth-0.50 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild on newest version
d1x-rebirth-0.54.ebuild (text/plain), 2.88 KB, created by
Tomáš Chvátal (RETIRED)
on 2008-08-14 22:31:18 UTC
(
hide
)
Description:
ebuild on newest version
Filename:
MIME Type:
Creator:
Tomáš Chvátal (RETIRED)
Created:
2008-08-14 22:31:18 UTC
Size:
2.88 KB
patch
obsolete
># Copyright 1999-2008 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.50.ebuild,v 1.2 2007/01/10 17:40:02 wolf31o2 Exp $ > >inherit games > >DATE="20080629" >DESCRIPTION="Descent Rebirth - enhanced Descent 1 client" >HOMEPAGE="http://www.dxx-rebirth.de/" >SRC_URI="mirror://sourceforge/dxx-rebirth/d1x-rebirth_v${PV}-src-${DATE}.tar.gz > http://www.dxx-rebirth.de/download/dxx/res/d1xrdata.zip > http://www.dxx-rebirth.de/download/dxx/res/dxx-rebirth_icons.zip" > ># Licence info at bug #117344. ># All 3 licences apply. >LICENSE="D1X > GPL-2 > as-is" >SLOT="0" >KEYWORDS="~amd64 x86" >IUSE="awe32 debug demo mpu401 opengl mixer" > >QA_EXECSTACK="${GAMES_BINDIR:1}/${PN}" > >UIRDEPEND="media-libs/alsa-lib > >=media-libs/libsdl-1.2.9 > >=media-libs/sdl-image-1.2.3-r1 > mixer? ( media-libs/sdl-mixer ) > >=dev-games/physfs-1.0.1 > opengl? ( > virtual/glu > virtual/opengl ) > x11-libs/libX11" >UIDEPEND="x11-proto/xf86dgaproto > x11-proto/xf86vidmodeproto > x11-proto/xproto" ># There is no ebuild for descent1-data >RDEPEND="${UIRDEPEND} > demo? ( games-action/descent1-demodata )" >DEPEND="${UIRDEPEND} > ${UIDEPEND} > dev-util/scons > app-arch/unzip" > >S=${WORKDIR}/${PN} >dir=${GAMES_DATADIR}/${DVX} > >src_unpack() { > unpack ${A} > cd "${S}" > > # Midi music - awe32 for most SoundBlaster cards > if use awe32 ; then > sed -i \ > -e "s://#define WANT_AWE32 1:#define WANT_AWE32 1:" \ > arch/linux/hmiplay.c || die "sed awe32 failed" > fi > if use mpu401 ; then > sed -i \ > -e "s://#define WANT_MPU401 1:#define WANT_MPU401 1:" \ > arch/linux/hmiplay.c || die "sed mpu401 failed" > fi >} > >src_compile() { > local opts > use debug && opts="${opts} debug=1" > use mixer && opts="${opts} sdlmixer=1" > use x86 || opts="${opts} no_asm=1" > use opengl || opts="${opts} sdl_only=1" > use demo && opts="${opts} shareware=1" > > # From "scons -h" > scons \ > ${opts} \ > sharepath="${dir}" \ > || die "scons failed" >} > >src_install() { > local icon="${PN}.xpm" > # Reasonable set of default options. > # Don't bother with ${DVX}.ini file. > local params="-gl_trilinear -gl_anisotropy 8.0 -gl_16bpp -gl_16bittextures -gl_reticle 2 -fullscreen -menu_gameres -nomovies -nocdrom" > > local exe=${PN}-sdl > use opengl && exe=${PN}-gl > newgamesbin ${exe} ${PN} || die "newgamesbin ${exe} failed" > games_make_wrapper ${PN}-common "${PN} ${params}" > doicon "${WORKDIR}/${icon}" > make_desktop_entry ${PN}-common "Descent ${DV} Rebirth" "${icon}" > > insinto "${dir}" > doins "${WORKDIR}"/*.{pcx,fnt} || die > > dodoc *.txt > > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > > if use demo ; then > elog "${PN} has been compiled specifically for the demo data." > else > elog "Place the DOS data files in ${dir}" > ewarn "Re-emerge with the 'demo' USE flag if this error is shown:" > ewarn " Error: Not enough strings in text file" > fi > elog "To play the game with common options, run: ${PN}-common" > echo >}
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 206255
: 162931 |
162932