Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 217091 Details for
Bug 254473
games-emulation/nesemu (ebuild request)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
nesemu-9999.ebuild (text/plain), 877 bytes, created by
Michał Ziąbkowski
on 2010-01-21 16:18:27 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Michał Ziąbkowski
Created:
2010-01-21 16:18:27 UTC
Size:
877 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >ESVN_REPO_URI="http://nesemu.googlecode.com/svn/trunk/" > >inherit games subversion > >DESCRIPTION="A cross-platform Nintendo NES emulator targeting PCs and Consoles" >HOMEPAGE="http://code.google.com/p/nesemu/" >SRC_URI="" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="" >IUSE="" > >DEPEND="media-libs/libsdl > media-libs/libpng" >RDEPEND="${DEPEND}" > >src_prepare() { > sed -i nesemu.defs \ > -e "s/-O3 -fomit-frame-pointer -funroll-loops/${CFLAGS}/" \ > || die "sed failed" > > sed -i Makefile.linux \ > -e "s/CFLAGS =/CFLAGS +=/" \ > -e "/LDFLAGS += -s/d" \ > || die "sed failed" >} > >src_compile() { > emake -f Makefile.linux || die "emake failed" >} > >src_install() { > newgamesbin ${PN}.linux.elf ${PN} || die "dobin failed" > dodoc README > > prepgamesdirs >}
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 254473
:
178842
| 217091