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

Collapse All | Expand All

(-)/usr/portage/media-libs/cal3d/cal3d-0.10.0.ebuild.orig (-8 / +6 lines)
Lines 2-13 Link Here
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-libs/cal3d/cal3d-0.10.0.ebuild,v 1.5 2006/05/25 19:48:28 kloeri Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.10.0.ebuild,v 1.5 2006/05/25 19:48:28 kloeri Exp $
4
4
5
inherit eutils
5
inherit eutils autotools
6
6
7
MY_P=${P/cal3d/cal3d-full}
8
DESCRIPTION="skeletal based character animation library"
7
DESCRIPTION="skeletal based character animation library"
9
HOMEPAGE="http://cal3d.sourceforge.net/"
8
HOMEPAGE="http://home.gna.org/cal3d/"
10
SRC_URI="mirror://sourceforge/cal3d/${MY_P}.tar.bz2"
9
SRC_URI="http://download.gna.org/cal3d/sources/${P}.tar.gz"
11
10
12
LICENSE="LGPL-2.1"
11
LICENSE="LGPL-2.1"
13
SLOT="0"
12
SLOT="0"
Lines 15-32 Link Here
15
IUSE=""
14
IUSE=""
16
15
17
RDEPEND=""
16
RDEPEND=""
18
DEPEND=">=sys-devel/automake-1.4
17
DEPEND=">=sys-devel/automake-1.7
19
	>=sys-devel/autoconf-2.13
18
	>=sys-devel/autoconf-2.53
19
	>=sys-devel/libtool-1.4
20
	!>=media-libs/cal3d-0.11"
20
	!>=media-libs/cal3d-0.11"
21
21
22
src_unpack() {
22
src_unpack() {
23
	unpack ${A}
23
	unpack ${A}
24
	cd "${S}"
24
	cd "${S}"
25
	epatch "${FILESDIR}/cal3d-0.11.0_pre20050823-libtool-compat.patch"
26
}
25
}
27
26
28
src_compile() {
27
src_compile() {
29
	./autogen.sh || die "autogen failed"
30
	econf || die
28
	econf || die
31
	emake || die
29
	emake || die
32
}
30
}

Return to bug 139230