Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 227337 Details for
Bug 288340
games-action/openastromenace-1.2.0 fails to compile against mesa-7.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild which uses the above patch
openastromenace-1.2.0-r1.ebuild (text/plain), 2.36 KB, created by
Azpegath
on 2010-04-11 00:50:08 UTC
(
hide
)
Description:
Ebuild which uses the above patch
Filename:
MIME Type:
Creator:
Azpegath
Created:
2010-04-11 00:50:08 UTC
Size:
2.36 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild,v 1.7 2009/12/17 21:54:45 pacho Exp $ > >EAPI=2 >inherit flag-o-matic cmake-utils eutils games > >DESCRIPTION="Modern 3D space shooter with spaceship upgrade possibilities" >HOMEPAGE="http://sourceforge.net/projects/openastromenace/" >SRC_URI="mirror://sourceforge/${PN}/openamenace-src-${PV}.tar.bz2 > mirror://sourceforge/${PN}/oamenace-data-${PV}.tar.bz2 > linguas_en? ( mirror://sourceforge/${PN}/oamenace-lang-en-${PV}.tar.bz2 ) > linguas_de? ( mirror://sourceforge/${PN}/oamenace-lang-de-${PV}.tar.bz2 ) > linguas_ru? ( mirror://sourceforge/${PN}/oamenace-lang-ru-${PV}.tar.bz2 ) > !linguas_en? ( !linguas_de? ( !linguas_ru? ( mirror://sourceforge/${PN}/oamenace-lang-en-${PV}.tar.bz2 ) ) ) > mirror://gentoo/${PN}.png" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="linguas_en linguas_de linguas_ru" > >DEPEND="virtual/opengl > virtual/glu > media-libs/libsdl[joystick,video] > media-libs/openal > media-libs/freealut > media-libs/libogg > media-libs/libvorbis > media-libs/jpeg" > >S=${WORKDIR}/OpenAstroMenaceSVN > >src_prepare() { > epatch "${FILESDIR}"/${P}-cmake.patch > epatch "${FILESDIR}"/${P}-mesa.patch > if use linguas_en ; then > einfo "Picking en for language set" > mv ../gamelang_en.vfs ../gamelang.vfs > elif use linguas_de ; then > einfo "Picking de for language set" > sed -i \ > -e '/^#define EN/s:^://:' \ > -e '/#define DE/s://::' \ > AstroMenaceSource/Defines.h \ > || die "sed failed" > mv ../gamelang_de.vfs ../gamelang.vfs > elif use linguas_ru ; then > einfo "Picking ru for language set" > sed -i \ > -e '/^#define EN/s:^://:' \ > -e '/#define RU/s://::' \ > AstroMenaceSource/Defines.h \ > || die "sed failed" > mv ../gamelang_ru.vfs ../gamelang.vfs > else > einfo "Picking en for language set" > mv ../gamelang_en.vfs ../gamelang.vfs > fi > rm -f ../gamelang_* >} > >src_configure() { > local mycmakeargs="-DDATADIR=${GAMES_DATADIR}/${PN}" > > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_compile >} > >src_install() { > newgamesbin "${CMAKE_BUILD_DIR}"/AstroMenace ${PN} \ > || die "newgamesbin failed" > insinto "${GAMES_DATADIR}"/${PN} > doins -r ../DATA ../*.vfs || die "doins failed" > doicon "${DISTDIR}"/${PN}.png > make_desktop_entry ${PN} OpenAstroMenace > dodoc ReadMe.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 288340
:
211717
| 227337