Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 107583 Details for
Bug 162917
dev-games/crystalspace-1.0 stable version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
crystalspace.ebuild
crystalspace-1.0.ebuild (text/plain), 2.41 KB, created by
Josef Reidinger
on 2007-01-20 20:20:29 UTC
(
hide
)
Description:
crystalspace.ebuild
Filename:
MIME Type:
Creator:
Josef Reidinger
Created:
2007-01-20 20:20:29 UTC
Size:
2.41 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_P=${PN}-src-${PV} >DESCRIPTION="Portable 3D Game Development Kit written in C++" >HOMEPAGE="http://crystalspace3d.org/" >SRC_URI="mirror://sourceforge/crystal/${MY_P}.tar.bz2" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="3ds debug java mikmod mng ogg truetype perl python vorbis wxwindows" > >RDEPEND=" > >=sys-libs/zlib-1.0 > >=media-libs/libpng-1.2.1 > >=media-libs/jpeg-6b > mng? ( >=media-libs/libmng-1.0.9 ) > mikmod? ( media-libs/libmikmod ) > 3ds? ( >=media-libs/lib3ds-1.2.0 ) > truetype? ( >=media-libs/freetype-2.1 ) > media-libs/openal > wxwindows? ( >=x11-libs/wxGTK-2.6.2) > >=dev-games/cegui-0.5 > vorbis? ( >=media-libs/libogg-1.1 ) > ogg? ( >=media-libs/libvorbis-1.1 ) > >=dev-games/ode-0.7 > >=media-gfx/nvidia-cg-toolkit-1.4.1 > perl? (>=dev-lang/perl-5.6.1) > python? ( dev-lang/python ) > java? ( >=virtual/jdk-1.5.0) > >=media-libs/cal3d-0.11.0" > >DEPEND="${RDEPEND} > sys-devel/flex > >=sys-devel/bison-1.35 > >=dev-lang/swig-1.3.21 > >=dev-util/jam-2.4" > >S="${WORKDIR}/${MY_P}" > >src_compile() { > > # Clear out the maya2spr stuff.. it fails to build properly (left as example) > #sed 's/SubInclude TOP apps import maya2spr ;//' -i apps/import/Jamfile > > if use wxwindows; then > MYCONF+= --with-wx > else > MYCONF+= --without-wx > fi > > > > econf \ > ${MYCONF} \ > $(use_enable debug) \ > $(use_with 3ds) \ > $(use_with mikmod) \ > $(use_with java) \ > $(use_with python) \ > $(use_with perl) \ > $(use_with truetype) \ > $(use_with vorbis) \ > $(use_with ogg) > > > > jam ${MAKEOPTS} all || die "compile failed" > jam cs-config || die "compile failed" >} > >src_install() { > #workaround for not break sandbox, must be sed not patch because problem > #with lib32/lib64 > sed 's:datadir ?= ":datadir ?= "$\(prefix\):; > s:sysconfdir ?= ":sysconfdir ?= "$\(prefix\):; > s:localstatedir ?= ":localstatedir ?= "$\(prefix\):; > s:libdir ?= ":libdir ?= "$\(prefix\):; > s:infodir ?= ":infodir ?= "$\(prefix\):; > s:mandir ?= ":mandir ?= "$\(prefix\):;' -i ./Jamconfig > > jam -sprefix="${D}" install > > # Make sure these files dont have $D > dosed ${D}/{bin/cs-config,etc/crystalspace/vfs.cfg} > > # Fix perms so everyone can read these > find "${D}" -type f -exec chmod a+r '{}' \; > find "${D}" -type d -exec chmod a+rx '{}' \; > chmod a+rx "${D}"/bin/* > ># dodir /etc/env.d ># echo "CRYSTAL=\"${CRYSTAL_PREFIX}\"" > 90crystalspace ># doenvd 90crystalspace >}
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 162917
:
107583
|
107663
|
107695