summaryrefslogtreecommitdiff
blob: e5ead5e4737638ace1ef8ad5c33a17ad3e84177b (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit autotools eutils flag-o-matic multilib java-pkg-opt-2 wxwidgets versionator

MY_PV=$(get_version_component_range 1-2)
MY_P=${PN}-${MY_PV}

DESCRIPTION="Portable 3D Game Development Kit written in C++"
HOMEPAGE="http://www.crystalspace3d.org/"
SRC_URI="http://www.crystalspace3d.org/downloads/release/${PN}-src-${MY_PV}.tar.bz2"
RESTRICT="mirror"

LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
IUSE="3ds alsa bullet cal3d cegui cg debug doc java jpeg lcms mng ode \
      perl png +python static-plugins speex truetype vorbis wxwidgets +X"

SLOT="0"

COMMON_DEP="virtual/opengl
	media-libs/openal
	x11-libs/libXt
	x11-libs/libXxf86vm
	cg? ( media-gfx/nvidia-cg-toolkit )
	ode? ( >=dev-games/ode-0.12 )
	cal3d? ( >=media-libs/cal3d-0.11 )
	jpeg? ( media-libs/jpeg )
	bullet? ( sci-physics/bullet )
	vorbis? ( media-libs/libvorbis )
	speex? (	media-libs/libogg
						media-libs/speex )
	truetype? ( >=media-libs/freetype-2.1 )
	alsa? ( media-libs/alsa-lib )
	mng? ( media-libs/libmng )
	png? ( media-libs/libpng )
	wxwidgets? ( x11-libs/wxGTK:2.8[X,opengl] )
	cegui? ( >=dev-games/cegui-0.5.0 )
	3ds? ( media-libs/lib3ds )"

RDEPEND="${COMMON_DEP}
	java? ( >=virtual/jre-1.5 )"

DEPEND="${COMMON_DEP}
	java? ( >=virtual/jdk-1.5
		dev-java/ant-core )
	dev-lang/swig
	dev-util/pkgconfig
  dev-util/ftjam"

S=${WORKDIR}/${PN}-src-${MY_PV}

src_prepare() {
	# The new ode version no longer has the StepFast API, so patch this
	# code (experimental anyway) out:
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_01.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_02.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_03.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_04.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_05.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_06.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_07.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_08.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_09.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_10.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_11.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_12.patch
	epatch "${FILESDIR}"/${MY_P}-fix_ode_update_13.patch

	# Some calls to class methods are unqualified from their
	# scope. gcc-4.7+ would need -fpermissive flag to allow
	# this, so repair the calls:
	epatch "${FILESDIR}"/-fix_unqualified_calls_01.patch
	epatch "${FILESDIR}"/-fix_unqualified_calls_02.patch
	epatch "${FILESDIR}"/-fix_unqualified_calls_03.patch
	epatch "${FILESDIR}"/-fix_unqualified_calls_04.patch
	epatch "${FILESDIR}"/-fix_unqualified_calls_05.patch

	# Installing doc conflict with dodoc on src_install
	# Removing conflicting target
	sed -i \
		-e "/^InstallDoc/d" \
		Jamfile.in \
		docs/Jamfile \
		|| die "sed failed"

	AT_M4DIR=mk/autoconf
	eautoreconf
}

src_configure() {
	local myconf

	if use wxwidgets ; then
		WX_GTK_VER="2.8"
		need-wxwidgets gtk2
	fi

	# debug profile and optimize are mutually exclusive
	if use debug ; then
		myconf="--enable-debug"
	else
		myconf="--enable-optimize --enable-cpu-specific-optimizations=native"
	fi

	myconf="${myconf} --without-jackasyn --disable-make-emulation \
		$(use_with truetype freetype2) \
		$(use_with wxwidgets wx) \
		$(use_with wxwidgets GTK) \
		$(use_with cegui CEGUI) \
		$(use_with cg Cg) \
		$(use_with cg CgGL) \
		$(use_with alsa asound) \
		$(use_with X x)"
  for myuse in java bullet lcms png jpeg mng perl python vorbis speex 3ds ode cal3d; do
    myconf="${myconf} $(use_with ${myuse})"
  done
  econf ${myconf} || die "configure failed."
}

src_compile() {
	local jamopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
	jam -q ${jamopts} || die "compile failed (jam -q ${jamopts})"

	if use static-plugins; then
		jam -q ${jamopts} staticplugins \
		|| die "staticplugins compile failed (jam -q ${jamopts})"
	fi
}

src_install() {
	for installTarget in bin bindings config data include lib plugin
	do
		jam -q -s DESTDIR="${D}" install_${installTarget} \
			|| die "jam install_${installTarget} failed"
	done

	# install static-plugins if wanted
	if use static-plugins; then
		jam -q -s DESTDIR="${D}" install_staticplugins \
			|| die "jam install_staticplugins failed"
	fi

	# install documentation if wanted
	if use doc; then
		jam -q -s DESTDIR="${D}" install_doc || die "jam install_doc failed"
	fi

	# As the target install_doc uses crystalspace-${MY_PV} as target, but dodoc
	# uses ${PF}, this said var has to be manipulated first.
	local oldPF=${PF}
	PF=${MY_P}
	dodoc README docs/history*
	PF=${oldPF}

	echo "CRYSTAL=/usr/share/${MY_P}" > 90crystalspace
	echo "CRYSTAL_PLUGIN=/usr/$(get_libdir)/${MY_P}" >> 90crystalspace
	echo "CRYSTAL_CONFIG=/etc/${MY_P}" >> 90crystalspace
	doenvd 90crystalspace

	# Applications that do not read CRYSTAL_CONFIG need vfs.cfg in $CRYSTAL:
	dosym /etc/${MY_P}/vfs.cfg /usr/share/${MY_P}/vfs.cfg

	# Applications that do not read CRYSTAL_PLUGIN need the libdir in $CRYSTAL:
	dosym /usr/$(get_libdir)/${MY_P} /usr/share/${MY_P}/libs
}