Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100535 Details for
Bug 152885
games-emulation/sdlhazemd (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sdlhazemd-0.12a.ebuild
sdlhazemd-0.12a.ebuild (text/plain), 2.06 KB, created by
Friedrich Göpel
on 2006-10-26 08:57:40 UTC
(
hide
)
Description:
sdlhazemd-0.12a.ebuild
Filename:
MIME Type:
Creator:
Friedrich Göpel
Created:
2006-10-26 08:57:40 UTC
Size:
2.06 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic toolchain-funcs eutils games > >MY_PV=${PV/./} >MY_PV=${MY_PV/_p/u} >MY_P=${PN}${MY_PV} > >DESCRIPTION="Haze Megadrive Emulator for SDL" >HOMEPAGE="http://rbelmont.mameworld.info/?page_id=163" >SRC_URI="http://rbelmont.mameworld.info/${MY_P}.zip" > >LICENSE="MAME" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" >IUSE="custom-cflags debug" ># Needs fetch restriction due to $HOMEPAGE blocking wget downloads >RESTRICT="fetch" > >RDEPEND="dev-libs/expat > sys-libs/zlib > >=media-libs/libsdl-1.2.11 > virtual/opengl > virtual/glu > || ( ( > x11-libs/libXext > x11-libs/libXau > x11-libs/libXdmcp ) > virtual/x11 )" >DEPEND="${RDEPEND} > x11-proto/xproto > app-arch/unzip" > >S=${WORKDIR}/${MY_P} > >enable_feature() { > if use $1 ; then > sed -i \ > -e "/$2.*=/s:#::" \ > makefile || die "sed makefile ($1 / $2) failed" > fi >} > >pkg_nofetch() { > einfo "Please download ${SRC_URI}" > einfo "and move it to ${DISTDIR}" >} > >src_unpack() { > unpack ${A} > cd "${S}" > > sed -i \ > -e "/PM.*=/s:^:# :" \ > -e "/MIPS3_DRC.*= 1/s:^:# :" \ > -e "/PPC_DRC.*= 1/s:^:# :" \ > -e "/NEW_DEBUGGER.*= 1/s:^:# :" \ > makefile || die "sed makefile failed" > > if use custom-cflags ; then > sed -i \ > -e "s:-Wdeclaration-after-statement:-Wdeclaration-after-statement ${CFLAGS}:" \ > -e "s:LDFLAGS = -WO:LDFLAGS = ${LDFLAGS}:" \ > makefile || die "sed makefile custom-cflags failed" > fi > > enable_feature amd64 AMD64 > enable_feature amd64 PTR64 > enable_feature ppc64 PTR64 > > case $(get-flag march) in > pentium3) enable_feature x86 PM;; > pentium4) enable_feature x86 P4;; > athlon*) enable_feature x86 ATHLON;; > k7) enable_feature x86 ATHLON;; > g4) enable_feature x86 G4;; > g5) enable_feature x86 G5;; > i686) enable_feature x86 I686;; > pentiumpro) enable_feature x86 I686;; > esac > > enable_feature debug DEBUG > enable_feature debug NEW_DEBUGGER >} > >src_install() { > mv hazemd?? sdlhazemd || mv hazemdd sdlhazemd > dogamesbin sdlhazemd || die "dogamesbin failed" > > dodoc docs/* SDLHAZEMD.txt > > 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 152885
:
100535
|
102524
|
102532
|
102533