Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178909 Details for
Bug 254477
games-emulation/fceux (ebuild request)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fceux 2.0.3 ebuild
fceux-2.0.3.ebuild (text/plain), 1.21 KB, created by
Michał Ziąbkowski
on 2009-01-18 19:21:26 UTC
(
hide
)
Description:
fceux 2.0.3 ebuild
Filename:
MIME Type:
Creator:
Michał Ziąbkowski
Created:
2009-01-18 19:21:26 UTC
Size:
1.21 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit games cmake-utils > >DESCRIPTION="FCEUX is a cross platform Famicom/NES emulator based on FCE Ultra" >HOMEPAGE="http://fceux.com/web/htdocs/" >SRC_URI="mirror://sourceforge/fceultra/${P}.src.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug opengl" > >RDEPEND="media-libs/libsdl[opengl?] > sys-libs/zlib > opengl? ( virtual/opengl )" > >DEPEND="${RDEPEND} > >=dev-util/cmake-2.6" > >S="${WORKDIR}/fceu" > >src_prepare() { > epatch "${FILESDIR}/${P}-cmakelists.patch" > epatch "${FILESDIR}/${P}-build-fix.patch" > > local build_type > > use debug && build_type="debug" > use debug || build_type="release" > > echo "add_subdirectory(${build_type})" \ > > cmake/native/CMakeLists.txt >} > >src_configure() { > local mycmakeargs > > use opengl || mycmakeargs="-DFCEUX_SDL_OPENGL:BOOL=OFF" > cmake-utils_src_configure >} > >src_install() { > use debug && newgamesbin bin/${PN}DBG fceux > use debug || newgamesbin bin/${PN}REL fceux > > dodoc AUTHORS TODO-PROJECT changelog.txt \ > documentation/*.txt documentation/*.html \ > documentation/faq documentation/todo > doman documentation/fceux.6 > > 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 254477
: 178909 |
178911
|
178912
|
178913