Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235776 | Differences between
and this patch

Collapse All | Expand All

(-)blender-2.46-r1.ebuild (-8 / +11 lines)
Lines 5-11 Link Here
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 verse"
8
IUSE="blender-game bullet ffmpeg jpeg nls openal openexr openmp
9
	player png quicktime verse"
9
DESCRIPTION="3D Creation/Animation/Publishing System"
10
DESCRIPTION="3D Creation/Animation/Publishing System"
10
HOMEPAGE="http://www.blender.org/"
11
HOMEPAGE="http://www.blender.org/"
11
SRC_URI="http://download.blender.org/source/${P}.tar.gz"
12
SRC_URI="http://download.blender.org/source/${P}.tar.gz"
Lines 26-31 Link Here
26
			media-libs/freealut )
27
			media-libs/freealut )
27
	openexr? ( media-libs/openexr )
28
	openexr? ( media-libs/openexr )
28
	png? ( media-libs/libpng )
29
	png? ( media-libs/libpng )
30
	quicktime? ( media-libs/libquicktime )
29
	>=media-libs/libsdl-1.2
31
	>=media-libs/libsdl-1.2
30
	virtual/opengl"
32
	virtual/opengl"
31
33
Lines 79-92 Link Here
79
}
81
}
80
82
81
src_compile() {
83
src_compile() {
82
	for arg in 'openal' \
84
	for arg in \
83
			'openexr' \
85
			'blender-game gameengine' \
84
			'jpeg' \
86
			'bullet' \
85
			'ffmpeg' \
86
			'png' \
87
			'verse' \
88
			'nls international' \
87
			'nls international' \
89
			'blender-game gameengine'; do
88
			'openal' \
89
			'openexr' \
90
			'openmp' \
91
			'player' \
92
			'verse' ; do
90
		blend_with ${arg}
93
		blend_with ${arg}
91
	done
94
	done
92
95

Return to bug 235776