Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12104 Details for
Bug 20320
fceultra ebuild update and patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fceultra-094-r3.ebuild
fceultra-094-r3.ebuild (text/plain), 1.56 KB, created by
Tony Murray
on 2003-05-17 17:45:58 UTC
(
hide
)
Description:
fceultra-094-r3.ebuild
Filename:
MIME Type:
Creator:
Tony Murray
Created:
2003-05-17 17:45:58 UTC
Size:
1.56 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/fceultra/fceultra-093.ebuild,v 1.1 2003/03/19 03:16:23 sunflare Exp $ > >inherit gcc > >MY_P=fceu >S=${WORKDIR}/${MY_P} >DESCRIPTION="A portable NES/Famicom emulator" >SRC_URI="http://fceultra.sourceforge.net/dev/${MY_P}${PV}r3src.tar.gz" >HOMEPAGE="http://fceultra.sourceforge.net/" >IUSE="svga sdl" > >SLOT="0" >KEYWORDS="~x86 -ppc" >LICENSE="GPL-2" > ># Because of code generation bugs, FCEUltra now depends on a version ># of gcc greater than or equal to GCC 3.2.2. > >DEPEND="svga? ( media-libs/svgalib ) > sdl? ( media-libs/libsdl ) > sys-libs/zlib > >=sys-devel/gcc-3.2.2" > >RDEPEND=${DEPEND} > >pkg_setup() { > > use sdl && return 0 > use svga && return 0 > > eerror "You must have 'sdl' or 'svga' in your USE variable" > die "unable to build SVGA or SDL versions" >} > >src_unpack() { > unpack ${A} ># EPATCH_SINGLE_MSG="Patching SDL joystick..." \ ># epatch ${FILESDIR}/sdl-joystick.diff > EPATCH_SINGLE_MSG="Fixing dsp device name..." \ > epatch ${FILESDIR}/devdsp.diff >} > >src_compile() { > > mv Makefile.base Makefile.orig > sed -e "s:\${TFLAGS}:\${TFLAGS} ${CFLAGS}:" \ > Makefile.orig > Makefile.base > > if [ `use sdl` ] ; then > make -f Makefile.unixsdl || die "sdl make failed" > mv fceu fceu-sdl > make -f Makefile.unixsdl clean > fi > if [ `use svga` ] ; then > make -f Makefile.linuxvga || die "svga make failed" > mv fceu fceu-svga > fi >} > >src_install() { > use sdl && dobin fceu-sdl > use svga && dobin fceu-svga > dodoc Documentation/{*,rel/readme-linux.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 20320
:
11551
|
11552
| 12104