Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10254 Details for
Bug 18838
stella-1.3.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
stella-1.3.ebuild
stella-1.3.ebuild (text/plain), 1.20 KB, created by
Chris Ripp
on 2003-04-05 22:06:05 UTC
(
hide
)
Description:
stella-1.3.ebuild
Filename:
MIME Type:
Creator:
Chris Ripp
Created:
2003-04-05 22:06:05 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-emulation/stella/stella-1.2.ebuild,v 1.1 2003/03/10 01:31:43 vapier Exp $ > >DESCRIPTION="Stella Atari 2600 VCS Emulator" >HOMEPAGE="http://stella.sourceforge.net/" >SRC_URI="mirror://sourceforge/stella/${P}-src.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="sdl oss X alsa" > >DEPEND="|| ( > X? ( virtual/x11 ) > sdl? ( media-libs/libsdl ) > virtual/x11 > alsa? ( media-sound/alsa-driver ) > media-libs/libpng > )" > >src_compile() { > # let's just default joystick & snapshot support to on > MYOPTS="JOYSTICK_SUPPORT=1 SNAPSHOT_SUPPORT=1" > > if [ `use alsa` ] ; then > MYOPTS="${MYOPTS} SOUND_ALSA=1" > fi > if [ `use X` ] || [ -z "`use X``use sdl`" ] ; then > cd ${S}/src/build > emake OPTIMIZATIONS="${CFLAGS}" $MYOPTS linux-x || die > fi > if [ `use sdl` ] ; then > cd ${S}/src/build > emake OPTIMIZATIONS="${CFLAGS}" $MYOPTS SOUND_SDL=1 linux-sdl || die > fi >} > >src_install() { > use X && dobin src/build/stella.x11 > use sdl && dobin src/build/stella.sdl > [ -z "`use X``use sdl`" ] && dobin src/build/stella.x11 > > insinto /etc > doins src/stellarc > > dohtml -r docs/ > dodoc *.txt >}
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 18838
: 10254