summaryrefslogtreecommitdiff
blob: f8991cd7585490fc236856b2efa0b792e4fed033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/Attic/blender-2.26.ebuild,v 1.8 2004/10/28 06:50:26 lu_zero dead $

EAPI="5"

inherit autotools eutils flag-o-matic
replace-flags -march=pentium4 -march=pentium3

IUSE=""

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="x11-libs/libX11
	media-libs/glu
	media-libs/mesa
	dev-lang/python:2.2
	media-libs/openal
	>=media-libs/libsdl-1.2
	>=media-libs/libvorbis-1.0
	>=dev-libs/openssl-0.9.6"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/${P}-compile-*.patch
	eautoreconf
}

src_configure() {
	PYTHON=python2.2 econf
}