Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 159450 Details for
Bug 230673
dev-games/ogre-1.4.9: Data files removed from the samples folder by ebuild script
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuilds that fix the problem
ogre-1.4.9.ebuild (text/plain), 2.26 KB, created by
Roland Everaert
on 2008-07-03 19:10:14 UTC
(
hide
)
Description:
ebuilds that fix the problem
Filename:
MIME Type:
Creator:
Roland Everaert
Created:
2008-07-03 19:10:14 UTC
Size:
2.26 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.4.9.ebuild,v 1.3 2008/06/26 00:44:37 gentoofan23 Exp $ > >inherit eutils autotools flag-o-matic > >DESCRIPTION="Object-oriented Graphics Rendering Engine" >HOMEPAGE="http://www.ogre3d.org/" >SRC_URI="mirror://sourceforge/ogre/ogre-v${PV//./-}.tar.bz2" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="doc cegui cg devil double-precision examples gtk openexr threads" >RESTRICT="test" #139905 > >RDEPEND="dev-libs/zziplib > >=media-libs/freetype-2 > virtual/opengl > virtual/glu > x11-libs/libXt > x11-libs/libXaw > x11-libs/libXrandr > x11-libs/libX11 > cegui? ( >=dev-games/cegui-0.5 ) > cg? ( media-gfx/nvidia-cg-toolkit ) > devil? ( media-libs/devil ) > gtk? ( >=x11-libs/gtk+-2 ) > openexr? ( media-libs/openexr ) > threads? ( dev-libs/boost )" >DEPEND="${RDEPEND} > x11-proto/xf86vidmodeproto > dev-util/pkgconfig" > >S=${WORKDIR}/${PN} > >pkg_setup() { > if use threads && ! built_with_use --missing true dev-libs/boost threads > then > die "Please emerge dev-libs/boost with USE=threads" > fi >} > >src_unpack() { > unpack ${A} > cd "${S}" > ecvs_clean > if use examples ; then > find Samples -name 'plugins.cfg' > plugins2modify.txt > for line in `cat plugins2modify.txt` > do > sed 's%PluginFolder=/usr/local/lib/OGRE%PluginFolder=/usr/lib/OGRE%1' ${line} > ${line}.new > mv ${line}.new ${line} > done > fi > sed -i -e '/CPPUNIT/d' configure.in || die "sed failed" > epatch "${FILESDIR}"/${P}-*.patch > eautoreconf >} > >src_compile() { > strip-flags > econf \ > --disable-dependency-tracking \ > --disable-freeimage \ > --disable-ogre-demos \ > --enable-static \ > --with-platform=GLX \ > --with-gui=$(usev gtk || echo Xt) \ > $(use_enable cegui) \ > $(use_enable cg) \ > $(use_enable devil) \ > $(use_enable double-precision double) \ > $(use_enable openexr) \ > $(use_enable threads threading) \ > || die > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > if use doc ; then > insinto /usr/share/doc/${PF}/html > doins -r Docs/* || die "doins Docs failed" > fi > if use examples ; then > insinto /usr/share/doc/${PF}/Samples > doins -r Samples/* || die "doins Samples failed" > fi > dodoc AUTHORS BUGS LINUX.DEV README >}
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 230673
: 159450