Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 299101 Details for
Bug 350264
games-fps/worldofpadman-1.5.1: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Very ugly ebuild for worldofpadman 1.6
worldofpadman-1.6.0.ebuild (text/plain), 2.53 KB, created by
Kenton Groombridge
on 2012-01-16 22:06:50 UTC
(
hide
)
Description:
Very ugly ebuild for worldofpadman 1.6
Filename:
MIME Type:
Creator:
Kenton Groombridge
Created:
2012-01-16 22:06:50 UTC
Size:
2.53 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-fps/worldofpadman/worldofpadman-1.2-r1.ebuild,v 1.3 2010/05/23 18:34:54 pacho Exp $ > >EAPI=2 >inherit eutils games > >MY_P=wop-1.5.x-to-1.6-patch-unified.zip >MY_DATA=wop-1.5-unified.zip >MY_DATA_PATCH=wop-1.5.x-to-1.6-patch-unified.zip >#MY_SRC=worldofpadman-1.6-src.zip >DESCRIPTION="A cartoon style multiplayer first-person shooter" >HOMEPAGE="http://worldofpadman.com/" >SRC_URI="ftp://kickchat.com/wop/${MY_P} > mirror://sourceforge/${PN}/${MY_DATA} > maps? ( http://thilo.kickchat.com/download/wop_padpack.zip )" > >LICENSE="GPL-2 worldofpadman" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="dedicated maps openal opengl" > >UIDEPEND="virtual/opengl > media-libs/libsdl > media-libs/libogg > media-libs/libvorbis > net-misc/curl > openal? ( media-libs/openal )" >RDEPEND="opengl? ( ${UIDEPEND} ) > !opengl? ( !dedicated? ( ${UIDEPEND} ) )" >DEPEND="${RDEPEND} > app-text/dos2unix > maps? ( app-arch/unzip )" ># compiling with multiple threads is not safe yet >MAKEOPTS="" >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${MY_DATA} > unpack ${MY_P} > if use maps ; then > unpack wop_padpack.zip > mv wop_padpack.pk3 wop > fi > unzip "${WORKDIR}/XTRAS/editing files/worldofpadman-1.6-src.zip" \ > -d "${WORKDIR}" > mv worldofpadman-1.6_svn2178-src sourcecode >} > > >src_compile() { > local arch > > if use amd64 ; then > arch=x86_64 > elif use x86 ; then > arch=i386 > fi > > cd ${WORKDIR}/sourcecode > > emake \ > ARCH=${arch} \ > BUILD_CLIENT=$(use opengl || ! use dedicated && echo 1 || echo 0) \ > BUILD_SERVER=$(use dedicated && echo 1 || echo 0) \ > DEFAULT_BASEDIR="${GAMES_DATADIR}"/${PN} \ > OPTIMIZE= \ > USE_CURL_DLOPEN=0 \ > USE_LOCAL_HEADERS=0 \ > USE_OPENAL=$(use openal && echo 1 || echo 0) \ > USE_OPENAL_DLOPEN=0 \ > || die "emake failed" >} > >src_install() { > local arch > > if use amd64 ; then > ARCH=x86_64 > elif use x86 ; then > ARCH=i386 > fi > > cd ${WORKDIR}/sourcecode/build/release-* > if use opengl || ! use dedicated ; then > newgamesbin wop.${ARCH} ${PN} || die "newgamesbin ${PN} failed" > insinto "${GAMES_DATADIR}"/${PN} > doins renderer_opengl1_${ARCH}.so || die "doins failed" > make_desktop_entry ${PN} "World of Padman" > fi > if use dedicated ; then > newgamesbin wopded.* ${PN}-ded || die "newgamesbin ${PN}-ded failed" > fi > cd "${WORKDIR}" > insinto "${GAMES_DATADIR}"/${PN} > doins -r wop || die "doins failed" > cd "XTRAS" > newicon "${WORKDIR}"/sourcecode/misc/quake3.png ${PN}.png || die "newicon failed" > dohtml -r readme readme.html > 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 350264
:
279357
|
279359
| 299101