Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 168210 Details for
Bug 213622
games-emulation/gmameui
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gmameui 0.2.6 ebuild fix -nls not building
gmameui-0.2.6.ebuild (text/plain), 1.17 KB, created by
Daniel Ferreira
on 2008-10-12 22:08:44 UTC
(
hide
)
Description:
gmameui 0.2.6 ebuild fix -nls not building
Filename:
MIME Type:
Creator:
Daniel Ferreira
Created:
2008-10-12 22:08:44 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-emulation/gxmame/gxmame-0.35_beta2.ebuild,v 1.8 2006/10/05 23:26:25 nyhm Exp $ > >inherit games > >DESCRIPTION="frontend for SDLMame using the GTK library" >HOMEPAGE="http://gmameui.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="debug doc gnome nls joystick" > >RDEPEND="dev-libs/expat > >=x11-libs/gtk+-2.4 > >=dev-libs/glib-2.4 > x11-themes/gnome-icon-theme > nls? ( virtual/libintl ) > gnome? ( gnome-base/libgnome)" > >DEPEND="${RDEPEND} > nls? ( sys-devel/gettext )" > >src_compile() { > local myconf > if use ! nls; then > myconf="${myconf} --disable-libgnome" > else > if ! use gnome; then > myconf="${myconf} --disable-libgnome" > fi > fi > egamesconf \ > ${myconf} \ > --with-sdlmame-dir="${GAMES_DATADIR}"/sdlmame \ > $(use_enable debug) \ > $(use_enable doc) \ > $(use_enable joystick) \ > || die > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS BUGS ChangeLog NEWS README TODO > 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 213622
:
146368
|
167028
|
167098
|
167102
|
167105
|
167489
| 168210 |
168328
|
186922
|
340690
|
340692
|
340694
|
340696