| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/Attic/blender-2.45.ebuild,v 1.2 2007/11/17 15:13:53 lu_zero Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/Attic/blender-2.45.ebuild,v 1.3 2007/12/30 23:40:36 lu_zero Exp $ |
| 4 | |
4 | |
| 5 | inherit multilib flag-o-matic eutils python |
5 | inherit multilib flag-o-matic eutils python |
| 6 | |
6 | |
| 7 | #IUSE="jpeg mozilla png sdl static truetype" |
7 | #IUSE="jpeg mozilla png sdl static truetype" |
| 8 | IUSE="blender-game ffmpeg jpeg nls openal openexr png sdl verse" |
8 | IUSE="blender-game ffmpeg jpeg nls openal openexr png verse" |
| 9 | DESCRIPTION="3D Creation/Animation/Publishing System" |
9 | DESCRIPTION="3D Creation/Animation/Publishing System" |
| 10 | HOMEPAGE="http://www.blender.org/" |
10 | HOMEPAGE="http://www.blender.org/" |
| 11 | SRC_URI="http://download.blender.org/source/${P}.tar.gz" |
11 | SRC_URI="http://download.blender.org/source/${P}.tar.gz" |
| 12 | |
12 | |
| 13 | SLOT="0" |
13 | SLOT="0" |
| … | |
… | |
| 25 | >=media-libs/ftgl-2.1 ) |
25 | >=media-libs/ftgl-2.1 ) |
| 26 | openal? ( media-libs/openal |
26 | openal? ( media-libs/openal |
| 27 | media-libs/freealut ) |
27 | media-libs/freealut ) |
| 28 | openexr? ( media-libs/openexr ) |
28 | openexr? ( media-libs/openexr ) |
| 29 | png? ( media-libs/libpng ) |
29 | png? ( media-libs/libpng ) |
| 30 | sdl? ( >=media-libs/libsdl-1.2 ) |
30 | >=media-libs/libsdl-1.2 |
| 31 | virtual/opengl" |
31 | virtual/opengl" |
| 32 | |
32 | |
| 33 | DEPEND="dev-util/scons |
33 | DEPEND="dev-util/scons |
| 34 | x11-libs/libXt |
34 | x11-libs/libXt |
| 35 | ${RDEPEND}" |
35 | ${RDEPEND}" |