Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198284 Details for
Bug 258942
desmume-0.9.1 and Nvidia
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
desmume ebuild with nvidia-patch
desmume-0.9.4-r1.ebuild (text/plain), 954 bytes, created by
Nicolas
on 2009-07-17 11:26:23 UTC
(
hide
)
Description:
desmume ebuild with nvidia-patch
Filename:
MIME Type:
Creator:
Nicolas
Created:
2009-07-17 11:26:23 UTC
Size:
954 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit games > >DESCRIPTION="Emulator for Nintendo DS." >HOMEPAGE="http://desmume.org/" >SRC_URI="mirror://sourceforge/desmume/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="-* ~amd64 ~ppc ~x86" >IUSE="" > >DEPEND="app-admin/eselect-opengl > >=x11-libs/gtk+-2.8.0 > gnome-base/libglade > x11-libs/gtkglext > virtual/opengl > sys-libs/zlib > dev-libs/zziplib > media-libs/libsdl[joystick]" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${P}" > >src_unpack() { > unpack "${A}" > if [ $(eselect opengl show) == "nvidia" ] ; then > cd "${P}"/src > epatch "${FILESDIR}"/${PN}-nvidia.patch || die "patch failed" > fi >} > >src_compile() { > egamesconf --datadir=/usr/share || die "egamesconf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake failed" > dodoc AUTHORS ChangeLog README README.LIN > 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 258942
:
185529
|
195158
| 198284