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

Collapse All | Expand All

(-)/usr/portage/media-gfx/blender/blender-2.79-r1.ebuild (-5 / +6 lines)
Lines 8-16 Link Here
8
	pax-utils python-single-r1 toolchain-funcs versionator
8
	pax-utils python-single-r1 toolchain-funcs versionator
9
9
10
DESCRIPTION="3D Creation/Animation/Publishing System"
10
DESCRIPTION="3D Creation/Animation/Publishing System"
11
HOMEPAGE="https://www.blender.org"
11
HOMEPAGE="http://www.blender.org"
12
12
13
SRC_URI="https://download.blender.org/source/${P}.tar.gz"
13
SRC_URI="http://download.blender.org/source/${P}.tar.gz"
14
14
15
# Blender can have letters in the version string,
15
# Blender can have letters in the version string,
16
# so strip of the letter if it exists.
16
# so strip of the letter if it exists.
Lines 18-24 Link Here
18
18
19
SLOT="0"
19
SLOT="0"
20
LICENSE="|| ( GPL-2 BL )"
20
LICENSE="|| ( GPL-2 BL )"
21
KEYWORDS="amd64 ~x86"
21
KEYWORDS="~amd64 ~x86"
22
IUSE="+bullet +dds +elbeem +game-engine +openexr collada colorio \
22
IUSE="+bullet +dds +elbeem +game-engine +openexr collada colorio \
23
	cuda cycles debug doc ffmpeg fftw headless jack jemalloc jpeg2k libav \
23
	cuda cycles debug doc ffmpeg fftw headless jack jemalloc jpeg2k libav \
24
	llvm man ndof nls openal opencl openimageio openmp opensubdiv openvdb \
24
	llvm man ndof nls openal opencl openimageio openmp opensubdiv openvdb \
Lines 95-101 Link Here
95
95
96
PATCHES=(
96
PATCHES=(
97
	"${FILESDIR}/${PN}-fix-install-rules.patch"
97
	"${FILESDIR}/${PN}-fix-install-rules.patch"
98
	"${FILESDIR}/${P}-fix-build-with-OSL-1.9.x.patch"
98
	"${FILESDIR}/${P}-gcc-8.patch"
99
	"${FILESDIR}/${P}-openvdb-4.patch"
99
)
100
)
100
101
101
blender_check_requirements() {
102
blender_check_requirements() {
Lines 129-135 Link Here
129
	# Disable MS Windows help generation. The variable doesn't do what it
130
	# Disable MS Windows help generation. The variable doesn't do what it
130
	# it sounds like.
131
	# it sounds like.
131
	sed -e "s|GENERATE_HTMLHELP      = YES|GENERATE_HTMLHELP      = NO|" \
132
	sed -e "s|GENERATE_HTMLHELP      = YES|GENERATE_HTMLHELP      = NO|" \
132
	    -i doc/doxygen/Doxyfile || die
133
		-i doc/doxygen/Doxyfile || die
133
}
134
}
134
135
135
src_configure() {
136
src_configure() {

Return to bug 650592