Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84314 Details for
Bug 129365
dev-games/OIS - Object Oriented Input System (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
OIS ebuild for version 0.5.0 -more corrections
ois-0.5.0.ebuild (text/plain), 1.25 KB, created by
Michael Schmid
on 2006-04-09 12:13:35 UTC
(
hide
)
Description:
OIS ebuild for version 0.5.0 -more corrections
Filename:
MIME Type:
Creator:
Michael Schmid
Created:
2006-04-09 12:13:35 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_PV="0-5-0" > >DESCRIPTION="Object Oriented Input System (OIS) is a cross-platform library for input devices (keyboards, mice, joysticks, etc)" >HOMEPAGE="http://www.wreckedgames.com/wiki/index.php/WreckedLibs:OIS http://sourceforge.net/projects/wgois" >SRC_URI="mirror://sourceforge/wgois/${PN}_${MY_PV}-Linux.tar.gz" > >LICENSE="ZLIB" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="joyevents ogre" >S="${WORKDIR}/ois" > >RDEPEND="ogre? (dev-games/ogre)" >DEPEND="sys-devel/autoconf > sys-devel/automake > sys-devel/libtool > ${RDEPEND}" > >src_unpack(){ > if use ogre && !(built_with_use dev-games/ogre cegui cg); then > eerror "This ebuild detected that dev-games/ogre was built with insufficient USE-flags!" > eerror "Please either run \"echo \"dev-games/ogre cegui cg\" >> /etc/portage/package.use\" and re-emerge dev-games/ogre; or remove the "ogre" USE-flag from this ebuild" > die > fi > unpack ${A} >} > >src_compile(){ > einfo "Running ois bootstrap, please be patient!" > ./bootstrap > > econf $(use_enable ogre) \ > $(use_enable joyevents) \ > || die "econf failed" > emake || die "emake failed" >} > >src_install(){ > make install DESTDIR=${D} || die "einstall failed" >}
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 129365
:
84297
|
84309
|
84314
|
84315
|
84335
|
84882
|
92301
|
92615
|
92627
|
110275
|
112285
|
126004