Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 6282 Details for
Bug 11733
EBUILD UPDATE: scummvm v0.3.0b
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-games/scummvm/scummvm-0.3.0b.ebuild
scummvm-0.3.0b.ebuild (text/plain), 2.18 KB, created by
Per Wigren
on 2002-12-07 13:13:21 UTC
(
hide
)
Description:
app-games/scummvm/scummvm-0.3.0b.ebuild
Filename:
MIME Type:
Creator:
Per Wigren
Created:
2002-12-07 13:13:21 UTC
Size:
2.18 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $ > >IUSE="oggvorbis alsa sdl mpeg opengl" > >S=${WORKDIR}/${PN}-${PV/b/} >DESCRIPTION="Reimplementation of the SCUMM gameenginge used in Lucasarts adventures" >SRC_URI="mirror://sourceforge/scummvm/${PN}_${PV}-src.tar.gz" >HOMEPAGE="http://scummvm.sourceforge.net/" >SLOT="0" >LICENSE="GPL-2" > ># Only tested on x86 but should be platform-independent. >KEYWORDS="x86 ~ppc ~alpha ~sparc ~sparc64" > >DEPEND="mpeg? ( media-sound/mad ) > >=media-libs/libsdl-1.2.2 > oggvorbis? ( >=media-libs/libvorbis-1.0 ) > alsa? ( =media-libs/alsa-lib-0.9* ) > opengl? ( virtual/opengl ) >" > >src_compile() { > cd ${S} > ./configure > > if [ `use opengl` ]; then > einfo "Using OpenGL as graphics-backend." > cp backends/sdl/build.rules build.rules.tmp > echo "OBJS += backends/sdl/sdl_gl.o" >>build.rules.tmp > echo "LIBS += -lGL" >>build.rules.tmp > sed 's:OBJS += backends/sdl/sdl.o:#:g' < build.rules.tmp >build.rules > else > if [ `use sdl` ]; then > einfo "Using SDL as graphics-backend." > cp backends/sdl/build.rules build.rules > else > # einfo "Using X11 as graphics-backend." > # cp backends/x11/build.rules build.rules > eerror "The X11 backend is currently broken. Using SDL instead." > cp backends/sdl/build.rules build.rules > fi > fi > > if [ ! `use mpeg` ]; then > eerror "Disabled support for MP3-compressed soundfiles." > sed -e 's:DEFINES += -DUSE_MAD:#:g' \ > -e 's:LIBS += -lmad:#:g' < Makefile >Makefile.$$ > mv Makefile.$$ Makefile > else > einfo "Enabled support for MP3-compressed soundfiles." > fi > > if [ `use oggvorbis` ]; then > einfo "Enabled support for Vorbis-compressed soundfiles." > echo "DEFINES += -DUSE_VORBIS" >>build.rules > echo "LIBS += -lvorbisfile -lvorbis" >>build.rules > else > eerror "Disabled support for Vorbis-compressed soundfiles." > fi > > if [ `use alsa` ]; then > einfo "Using ALSA for sound." > echo "DEFINES += -DUSE_ALSA" >>build.rules > echo "LIBS += -lasound" >>build.rules > else > einfo "Using OSS for sound." > fi > > echo "CFLAGS += ${CFLAGS}" >>build.rules > > emake || die > >} > >src_install () { > dobin scummvm > doman scummvm.6 > dodoc COPYING README NEWS >} >
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 11733
: 6282