Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17518 Details for
Bug 28466
WolfGL misses sprite rotation support and has a wrong sample rate for the audio
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild file
wolfgl-0.93-r1.ebuild (text/plain), 1.38 KB, created by
Tony Vroon (RETIRED)
on 2003-09-11 12:11:44 UTC
(
hide
)
Description:
New ebuild file
Filename:
MIME Type:
Creator:
Tony Vroon (RETIRED)
Created:
2003-09-11 12:11:44 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >#ECVS_SERVER="cvs.sourceforge.net:/cvsroot/wolfgl" >#ECVS_MODULE="wolfgl" >#inherit cvs >inherit games > >S="${WORKDIR}/wolfgl-0.93" >DESCRIPTION="Wolfenstein and Spear of Destiny port using OpenGL" >HOMEPAGE="http://wolfgl.sourceforge.net/" >SRC_URI="mirror://gentoo/${P}.tbz2 > mirror://sourceforge/wolfgl/wolfdata.zip > mirror://sourceforge/wolfgl/sdmdata.zip" ># mirror://sourceforge/wolfgl/wolfglx-wl6-${PV}.zip ># mirror://sourceforge/wolfgl/wolfglx-sod-${PV}.zip > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" > >DEPEND="virtual/opengl > virtual/x11" > >src_unpack() { > unpack ${A} > > cd ${S} > epatch ${FILESDIR}/compile-warning-fixes.patch > epatch ${FILESDIR}/samplerate.patch > epatch ${FILESDIR}/sprites.patch >} > >src_compile() { > make CFLAGS="${CFLAGS}" DATADIR=${GAMES_DATADIR}/${PN} || die >} > >src_install() { > newgamesbin linux/SDM/wolfgl wolfgl-sdm > newgamesbin linux/SOD/wolfgl wolfgl-sod > newgamesbin linux/WL1/wolfgl wolfgl-wl1 > newgamesbin linux/WL6/wolfgl wolfgl-wl6 > insinto ${GAMES_DATADIR}/${PN} > doins ${WORKDIR}/*.{sdm,wl1} > prepgamesdirs >} > >pkg_postinst() { > einfo "This installed the shareware data files for" > einfo "Wolfenstein 3D and Spear Of Destiny." > einfo "If you wish to play the full versions just" > einfo "copy the data files to ${GAMES_DATADIR}/${PN}/" > games_pkg_postinst >}
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 28466
: 17518 |
17519
|
17520
|
17521