Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92615 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-0.7.2.ebuild
ois-0.7.2.ebuild (text/plain), 1.75 KB, created by
patrick
on 2006-07-24 08:03:03 UTC
(
hide
)
Description:
ois-0.7.2.ebuild
Filename:
MIME Type:
Creator:
patrick
Created:
2006-07-24 08:03:03 UTC
Size:
1.75 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils autotools > >DESCRIPTION="Object-oriented Input System - A cross-platform C++ input handling library" >HOMEPAGE="http://www.wreckedgames.com/wiki/index.php/WreckedLibs:OIS" >SRC_URI="mirror://sourceforge/wgois/${PN}-${PV//./-}.tar.gz" > >LICENSE="ZLIB" >SLOT="0" >KEYWORDS="~x86" >IUSE="nojoyevents" >S=${WORKDIR}/ois > >RDEPEND="x11-libs/libXaw > x11-libs/libX11" > >DEPEND="${RDEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" > eautoreconf > sed -i -e 's:/usr/local:/usr:' demos/ogre/common/plugins.cfg >} > >src_compile() { > if ( has_version '>=dev-games/cegui-0.4.0' && !( built_with_use dev-games/ogre sdl ) ) ; then > if use nojoyevents ; then > econf --disable-joyevents || die "econf failed" > else > econf || die "econf failed" > fi > else > if use nojoyevents ; then > econf --disable-ogre --disable-joyevents || die "econf failed" > else > econf --disable-ogre || die "econf failed" > fi > fi > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > rm demos/Make* > rm demos/ogre/Make* > insinto /usr/share/doc/${PF} > doins -r demos > exeinto /usr/share/doc/${PF}/demos > doexe demos/.libs/{FFConsoleTest,ConsoleApp} > if ( has_version '>=dev-games/cegui-0.4.0' && !( built_with_use dev-games/ogre sdl ) ) ; then > exeinto /usr/share/doc/${PF}/demos/ogre/common/ > doexe demos/ogre/.libs/{ForceFeedback,ActionMap} > fi >} > >pkg_postinst() { > if ( has_version '>=dev-games/cegui-0.4.0' && !( built_with_use dev-games/ogre sdl ) ) ; then > elog "If you want the Ogre demos, you have to install Ogre without SDL and CEGui." > elog "USE=-sdl && emerge ogre cegui" > elog "Then just remerge this package." > fi >}
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