Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92646 Details for
Bug 132055
games-fps/vavoom (new ebuild) (Advanced Source port for Doom, Heretic, Hexen and Strife)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for games-fps/vavoom-1.21.1
vavoom-1.21.1.ebuild (text/plain), 2.10 KB, created by
Davide Cendron (RETIRED)
on 2006-07-24 15:07:49 UTC
(
hide
)
Description:
ebuild for games-fps/vavoom-1.21.1
Filename:
MIME Type:
Creator:
Davide Cendron (RETIRED)
Created:
2006-07-24 15:07:49 UTC
Size:
2.10 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games eutils flag-o-matic > >DESCRIPTION="Vavoom is a source port based on sources of Doom, Heretic, Hexen and a little bit from Quake." >HOMEPAGE="http://www.vavoom-engine.com/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="debug opengl openal external-glbsp vorbis mad mikmod flac dedicated" > >DEPEND="media-libs/libpng > sys-libs/zlib > media-sound/timidity++ > media-libs/libsdl > media-libs/sdl-mixer > opengl? ( virtual/opengl ) > openal? ( media-libs/openal ) > external-glbsp? ( games-util/glbsp ) > vorbis? ( media-libs/libvorbis ) > mad? ( media-libs/libmad ) > mikmod? ( media-libs/libmikmod ) > flac? ( media-libs/flac )" > >pkg_setup() { > > if use opengl ; then > if ! built_with_use media-libs/libsdl opengl ; then > eerror "'opengl' USE flag enabled, but libsdl without opengl support > detected" > eerror "Recompile media-libs/libsdl with opengl USE flag enabled" > die "libsdl without opengl detected" > fi > fi > > games_pkg_setup >} > >dir="${GAMES_DATADIR}/${PN}" > >src_unpack() { > unpack ${A} || die "unpack failed" > cd "${S}" > epatch "${FILESDIR}/linux_amd64-vcc-fix.diff" >} > >src_compile() { > if use debug ; then > append-flags "-g" > fi > > egamesconf \ > --with-sdl \ > -with-iwaddir=${GAMES_DATADIR}/${PN} \ > $(use_with opengl) \ > $(use_with openal) \ > $(use_with external-glbsp) \ > $(use_with vorbis) \ > $(use_with mad libmad) \ > $(use_with mikmod) \ > $(use_with flac) \ > $(use_enable debug) \ > $(use_enable dedicated server) || die "configure failed" > > # Parallel compiling seems to be broekn > emake -j1 || die "emake failed" >} > >src_install() { > > make DESTDIR=${D} install > > dodoc docs/*.txt > > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > einfo "Copy WAD files in ${GAMES_DATADIR}/${PN} with correct permissions:" > einfo "Example: (run as root) chmod 640 doom.wad && chgrp games doom.wad" > einfo > einfo "Example command line:" > einfo " vavoom -doom -opengl -window" > einfo > einfo "See documentation for further details" >}
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 132055
:
86018
|
86020
|
86437
|
86438
|
90377
|
90874
|
90875
|
92646
|
92647
|
92745
|
93212
|
93213
|
93214
|
93750
|
93751
|
93996
|
93997
|
93998
|
94445
|
95638
|
97585
|
97586
|
98927
|
98928
|
100878
|
101353
|
101362
|
104389
|
104390
|
104932
|
104934
|
104950
|
104951
|
107835
|
110097
|
114704
|
114706
|
120143
|
120145
|
120146
|
120148
|
121294
|
121296
|
122586
|
122587
|
122732
|
122734
|
122735
|
122750
|
122752
|
127280
|
132340
|
132341
|
132952
|
132954
|
137756
|
137757
|
141736
|
142349
|
142350
|
142500
|
142673
|
148886
|
148888
|
157689
|
170775
|
170835
|
171217
|
184901
|
187639
|
187640
|
233793
|
236793
|
244625
|
244627
|
258606
|
282773
|
324270
|
324274