Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60687 Details for
Bug 95141
games-fps/jfsw - An OpenGL port of Shadow Warrior with support for true-colour textures and 3D objects
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jfshadowwarrior-20050531.ebuild
jfshadowwarrior-20050531.ebuild (text/plain), 1.72 KB, created by
Alexander Nicolaysen Sørnes
on 2005-06-05 16:00:01 UTC
(
hide
)
Description:
jfshadowwarrior-20050531.ebuild
Filename:
MIME Type:
Creator:
Alexander Nicolaysen Sørnes
Created:
2005-06-05 16:00:01 UTC
Size:
1.72 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >HOMEPAGE="http://jonof.edgenetwork.org/index.php?p=jfduke3d" >DESCRIPTION="An OpenGL port of Shadow Warrior with support for true-colour textures and 3D objects" >SRC_URI="mirror://gentoo/jfbuild_src_${PV}.zip mirror://gentoo/jfsw_src_${PV}.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" > >RDEPEND="virtual/x11 > virtual/opengl > media-libs/sdl-mixer > media-sound/timidity++ > media-sound/timidity-eawpatches" > >DEPEND="${RDEPEND} > dev-lang/nasm" > >src_unpack() { > unpack ${A} > mv "jfbuild_src_${PV}/" "build/" > cd "${WORKDIR}/jfsw_src_${PV}" > epatch "${FILESDIR}/jfsw_src_20050531-sound.patch" # Sound support >} > >src_compile() { > cd "${WORKDIR}/jfsw_src_${PV}" > emake OPTFLAGS="" || die = "Compilation failed" > mv sw jfsw_${PV} >} > >src_install() { > # The patch puts a temporary MIDI file in /tmp, the following fixes > # permission problems > if test -d tmpsong.mid; then rm -rf /tmp/tmpsong.mid; fi > if ! test -f tmpsong.mid; then touch /tmp/tmpsong.mid; fi > chmod 660 /tmp/tmpsong.mid > chown root:games /tmp/tmpsong.mid > cd "${WORKDIR}/jfsw_src_${PV}/" > games_make_wrapper jfsw "${GAMES_BINDIR}/jfsw_${PV} /g${GAMES_DATADIR}/sw/sw.grp" "\$HOME" > dogamesbin jfsw_${PV} || die "dogamesbin failed." > insinto "${GAMES_DATADIR}/sw" > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > einfo "Put 'sw.grp' in '${GAMES_DATADIR}/sw'." > einfo "You will have to edit the display options" > einfo "manually, as there is no built-in configurator;" > einfo "run the game once to generate the configuration" > einfo "file '\$HOME/sw.cfg'." > einfo "Do not enable ambient sounds; they will crash" > einfo "the game. This version has no music support." >}
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 95141
:
60666
|
60667
|
60668
|
60669
|
60670
|
60687
|
71691
|
71692
|
71693
|
71694
|
71695
|
73850
|
88387
|
109017