Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20344 Details for
Bug 32585
Request for Blender 2.3 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for Blender 2.30
blender-2.30.ebuild (text/plain), 2.14 KB, created by
Dan Bryant
on 2003-11-06 10:01:42 UTC
(
hide
)
Description:
Ebuild for Blender 2.30
Filename:
MIME Type:
Creator:
Dan Bryant
Created:
2003-11-06 10:01:42 UTC
Size:
2.14 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-gfx/blender/blender-2.28c.ebuild,v 1.2 2003/10/11 17:28:26 lu_zero Exp $ > >inherit flag-o-matic >replace-flags -march=pentium4 -march=pentium3 > >IUSE="sdl jpeg png mozilla truetype static" >#IUSE="${IUSE} blender-game blender-static blender-plugin" > >S=${WORKDIR}/${P} >DESCRIPTION="3D Creation/Animation/Publishing System" >HOMEPAGE="http://www.blender.org/" >SRC_URI="http://download.blender.org/source/${P}.tar.bz2" > >SLOT="0" >LICENSE="GPL-2 | BL" >KEYWORDS="~x86 ~ppc" > >DEPEND="virtual/x11 > blender-game? ( dev-games/ode ) > sdl? ( media-libs/libsdl ) > jpeg? ( media-libs/jpeg ) > png? ( media-libs/libpng ) > mozilla? ( net-www/mozilla ) > truetype? ( >=freetype-2.0 ) > fmod? ( media-libs/fmod ) > >=media-libs/openal-20020127 > >=media-libs/libsdl-1.2 > >=media-libs/libvorbis-1.0 > >=dev-libs/openssl-0.9.6" > >src_unpack() { > unpack ${A} > epatch ${FILESDIR}/configure-fix-2.30.patch >} > > >src_compile() { > local myconf="" > > # SDL Support > if [ -n "`use sdl`" ] > then > myconf="${myconf} --with-sdl=/usr" > fi > > # JPG Support (Should be there by default, but I'll put it in anyways) > if [ -n "`use jpeg`" ] > then > myconf="${myconf} --with-libjpeg=/usr" > fi > > # PNG Support (Same as above) > if [ -n "`use png`" ] > then > myconf="${myconf} --with-libpng=/usr" > fi > > # ./configure points at the wrong mozilla directories and will fail > # with this enabled. (A simple patch should take care of this) > if [ -n "`use mozilla`" ] > then > myconf="${myconf} --with-mozilla=/usr" > fi > > # TrueType support (For text objects) > if [ -n "`use truetype`" ] > then > myconf="${myconf} --with-freetype2=/usr" > fi > > # Build Staticly > if [ -n "`use static`" ] > then > myconf="${myconf} --enable-blenderstatic" > fi > > # Build the game engine (Fails in 2.28) > #if [ -n "`use blender-game`" ] > #then > # myconf="${myconf} --enable-gameblender" > #fi > > # Build the plugin (Will fail, requires gameblender) > #if [ -n "`use blender-plugin`" ] > #then > # myconf="${myconf} --enable-blenderplugin" > #fi > > econf ${myconf} || die > emake || die >} > >src_install() { > einstall || die >}
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 32585
: 20344 |
20345