* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: ChangeLog crystalspace-1.4.0.ebuild
@ 2010-06-11 19:57 Alfredo Tupone (tupone)
0 siblings, 0 replies; 9+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-06-11 19:57 UTC (permalink / raw
To: gentoo-commits
tupone 10/06/11 19:57:53
Modified: ChangeLog
Added: crystalspace-1.4.0.ebuild
Log:
Version bump to 1.4.0 Bug #311431
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.42 dev-games/crystalspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 31 Mar 2010 09:18:32 -0000 1.41
+++ ChangeLog 11 Jun 2010 19:57:53 -0000 1.42
@@ -1,6 +1,12 @@
# ChangeLog for dev-games/crystalspace
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.41 2010/03/31 09:18:32 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.42 2010/06/11 19:57:53 tupone Exp $
+
+*crystalspace-1.4.0 (11 Jun 2010)
+
+ 11 Jun 2010; Tupone Alfredo <tupone@gentoo.org>
+ +crystalspace-1.4.0.ebuild:
+ Version bump to 1.4.0 Bug #311431 by Jacek Szafarkiewicz
31 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
crystalspace-1.2.1.ebuild:
1.1 dev-games/crystalspace/crystalspace-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.1&content-type=text/plain
Index: crystalspace-1.4.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.1 2010/06/11 19:57:53 tupone Exp $
EAPI=2
inherit eutils flag-o-matic multilib wxwidgets
MY_P=${PN}-src-${PV}
DESCRIPTION="Portable 3D Game Development Kit written in C++"
HOMEPAGE="http://crystal.sourceforge.net/"
SRC_URI="mirror://sourceforge/crystal/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="3ds alsa cal3d cegui cg doc jpeg mng ode png python
sdl speex truetype vorbis wxwidgets"
RDEPEND="virtual/opengl
media-libs/openal
x11-libs/libXt
x11-libs/libXxf86vm
cg? ( media-gfx/nvidia-cg-toolkit )
ode? ( dev-games/ode )
cal3d? ( >=media-libs/cal3d-0.11 )
jpeg? ( media-libs/jpeg )
sdl? ( media-libs/libsdl )
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.6* )
cegui? ( >=dev-games/cegui-0.5.0 )
3ds? ( media-libs/lib3ds )"
DEPEND="${RDEPEND}
dev-util/ftjam
dev-lang/swig
dev-util/pkgconfig"
S=${WORKDIR}/${MY_P}
src_prepare() {
# Installing doc conflict with dodoc on src_install
# Removing conflicting target
sed -i \
-e "/^InstallDoc/d" \
Jamfile.in \
docs/Jamfile \
|| die "sed failed"
}
src_configure() {
if useq wxwidgets; then
WX_GTK_VER=2.6
need-wxwidgets gtk2
fi
# -O3 is hanging compilation of python script plugin
# trying -O2 just in case
replace-flags -O3 -O2
econf --enable-cpu-specific-optimizations=no \
--disable-separate-debug-info \
--without-lcms \
--without-caca \
--without-bullet \
--without-jackasyn \
--without-perl \
--without-java \
--disable-make-emulation \
$(use_with python) \
$(use_with png) \
$(use_with jpeg) \
$(use_with mng) \
$(use_with vorbis) \
$(use_with speex) \
$(use_with 3ds) \
$(use_with ode) \
$(use_with truetype freetype2) \
$(use_with cal3d) \
$(use_with sdl) \
$(use_with wxwidgets wx) \
$(use_with cegui CEGUI) \
$(use_with cg Cg) \
$(use_with alsa asound)
#remove unwanted CFLAGS added by ./configure
sed -i -e '/COMPILER\.CFLAGS\.optimize/d' \
Jamconfig \
|| die "sed failed"
}
src_compile() {
jam -q || die "compile failed"
}
src_install() {
for installTarget in install_bin install_plugin install_lib \
install_include install_data install_config
do
jam -q -s DESTDIR="${D}" ${installTarget} \
|| die "jam ${installTarget} failed"
done
if use doc; then
jam -q -s DESTDIR="${D}" install_doc || die "jam install_doc failed"
fi
dodoc README docs/history*
echo "CRYSTAL_PLUGIN=/usr/$(get_libdir)/${P}" > 90crystalspace
echo "CRYSTAL_CONFIG=/etc/${P}" >> 90crystalspace
doenvd 90crystalspace
}
pkg_postinst() {
elog "Examples coming with this package, need correct light calculation"
elog "Do the following commands, with the root account, to fix that:"
# Fill cache directory for the examples
local dir
for dir in castle flarge isomap parallaxtest partsys r3dtest stenciltest \
terrain terrainf;
do
elog "cslight -video=null /usr/share/${PN}/data/maps/${dir}"
done
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: ChangeLog crystalspace-1.4.0.ebuild
@ 2010-06-15 10:11 Alfredo Tupone (tupone)
0 siblings, 0 replies; 9+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-06-15 10:11 UTC (permalink / raw
To: gentoo-commits
tupone 10/06/15 10:11:10
Modified: ChangeLog crystalspace-1.4.0.ebuild
Log:
Fix directory path in elog messages. Raised on bug #174742
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.43 dev-games/crystalspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 11 Jun 2010 19:57:53 -0000 1.42
+++ ChangeLog 15 Jun 2010 10:11:10 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for dev-games/crystalspace
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.42 2010/06/11 19:57:53 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.43 2010/06/15 10:11:10 tupone Exp $
+
+ 15 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild:
+ Fix directory path in elog messages. Raised on bug #174742 by Guido
*crystalspace-1.4.0 (11 Jun 2010)
1.2 dev-games/crystalspace/crystalspace-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?r1=1.1&r2=1.2
Index: crystalspace-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crystalspace-1.4.0.ebuild 11 Jun 2010 19:57:53 -0000 1.1
+++ crystalspace-1.4.0.ebuild 15 Jun 2010 10:11:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.1 2010/06/11 19:57:53 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.2 2010/06/15 10:11:10 tupone Exp $
EAPI=2
inherit eutils flag-o-matic multilib wxwidgets
@@ -121,6 +121,6 @@
for dir in castle flarge isomap parallaxtest partsys r3dtest stenciltest \
terrain terrainf;
do
- elog "cslight -video=null /usr/share/${PN}/data/maps/${dir}"
+ elog "cslight -video=null /usr/share/${P}/data/maps/${dir}"
done
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: ChangeLog crystalspace-1.4.0.ebuild
@ 2010-06-19 19:25 Alfredo Tupone (tupone)
0 siblings, 0 replies; 9+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-06-19 19:25 UTC (permalink / raw
To: gentoo-commits
tupone 10/06/19 19:25:13
Modified: ChangeLog crystalspace-1.4.0.ebuild
Log:
Using x11-libs/wxGTK:2.8 (before was 2.6). Enabling parallel make
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.44 dev-games/crystalspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 15 Jun 2010 10:11:10 -0000 1.43
+++ ChangeLog 19 Jun 2010 19:25:13 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for dev-games/crystalspace
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.43 2010/06/15 10:11:10 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.44 2010/06/19 19:25:13 tupone Exp $
+
+ 19 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild:
+ Using x11-libs/wxGTK:2.8 (before was 2.6). Enabling parallel make
15 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild:
Fix directory path in elog messages. Raised on bug #174742 by Guido
1.3 dev-games/crystalspace/crystalspace-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?r1=1.2&r2=1.3
Index: crystalspace-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crystalspace-1.4.0.ebuild 15 Jun 2010 10:11:10 -0000 1.2
+++ crystalspace-1.4.0.ebuild 19 Jun 2010 19:25:13 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.2 2010/06/15 10:11:10 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.3 2010/06/19 19:25:13 tupone Exp $
EAPI=2
inherit eutils flag-o-matic multilib wxwidgets
@@ -32,7 +32,7 @@
alsa? ( media-libs/alsa-lib )
mng? ( media-libs/libmng )
png? ( media-libs/libpng )
- wxwidgets? ( =x11-libs/wxGTK-2.6* )
+ wxwidgets? ( x11-libs/wxGTK:2.8[X,opengl] )
cegui? ( >=dev-games/cegui-0.5.0 )
3ds? ( media-libs/lib3ds )"
@@ -41,7 +41,7 @@
dev-lang/swig
dev-util/pkgconfig"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}"/${MY_P}
src_prepare() {
# Installing doc conflict with dodoc on src_install
@@ -55,7 +55,7 @@
src_configure() {
if useq wxwidgets; then
- WX_GTK_VER=2.6
+ WX_GTK_VER="2.8"
need-wxwidgets gtk2
fi
@@ -93,7 +93,8 @@
}
src_compile() {
- jam -q || die "compile failed"
+ local jamopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
+ jam -q ${jamopts} || die "compile failed"
}
src_install() {
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: ChangeLog crystalspace-1.4.0.ebuild
@ 2010-06-21 15:59 Alfredo Tupone (tupone)
0 siblings, 0 replies; 9+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-06-21 15:59 UTC (permalink / raw
To: gentoo-commits
tupone 10/06/21 15:59:07
Modified: ChangeLog crystalspace-1.4.0.ebuild
Log:
enabling java plugin.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.46 dev-games/crystalspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 20 Jun 2010 16:53:01 -0000 1.45
+++ ChangeLog 21 Jun 2010 15:59:06 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for dev-games/crystalspace
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.45 2010/06/20 16:53:01 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.46 2010/06/21 15:59:06 tupone Exp $
+
+ 21 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild:
+ enabling java plugin.
20 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild,
+files/crystalspace-1.4.0-bullet.patch, metadata.xml:
1.5 dev-games/crystalspace/crystalspace-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?r1=1.4&r2=1.5
Index: crystalspace-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- crystalspace-1.4.0.ebuild 20 Jun 2010 16:53:01 -0000 1.4
+++ crystalspace-1.4.0.ebuild 21 Jun 2010 15:59:07 -0000 1.5
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.4 2010/06/20 16:53:01 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.5 2010/06/21 15:59:07 tupone Exp $
EAPI=2
-inherit eutils flag-o-matic multilib autotools wxwidgets
+inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets
MY_P=${PN}-src-${PV}
DESCRIPTION="Portable 3D Game Development Kit written in C++"
@@ -13,10 +13,10 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="3ds alsa bullet cal3d cegui cg doc jpeg mng ode png python
+IUSE="3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png python
sdl speex truetype vorbis wxwidgets"
-RDEPEND="virtual/opengl
+COMMON_DEP="virtual/opengl
media-libs/openal
x11-libs/libXt
x11-libs/libXxf86vm
@@ -37,7 +37,12 @@
cegui? ( >=dev-games/cegui-0.5.0 )
3ds? ( media-libs/lib3ds )"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEP}
+ java? ( >=virtual/jre-1.5 )"
+
+DEPEND="${COMMON_DEP}
+ java? ( >=virtual/jdk-1.5
+ dev-java/ant-core )
dev-util/ftjam
dev-lang/swig
dev-util/pkgconfig"
@@ -72,7 +77,7 @@
--without-caca \
--without-jackasyn \
--without-perl \
- --without-java \
+ $(use_with java) \
--disable-make-emulation \
$(use_with bullet) \
$(use_with python) \
@@ -102,11 +107,10 @@
}
src_install() {
- for installTarget in install_bin install_plugin install_lib \
- install_include install_data install_config
+ for installTarget in bin plugin lib include data config bindings
do
- jam -q -s DESTDIR="${D}" ${installTarget} \
- || die "jam ${installTarget} failed"
+ jam -q -s DESTDIR="${D}" install_${installTarget} \
+ || die "jam install_${installTarget} failed"
done
if use doc; then
jam -q -s DESTDIR="${D}" install_doc || die "jam install_doc failed"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: ChangeLog crystalspace-1.4.0.ebuild
@ 2010-06-24 11:33 Alfredo Tupone (tupone)
0 siblings, 0 replies; 9+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-06-24 11:33 UTC (permalink / raw
To: gentoo-commits
tupone 10/06/24 11:33:48
Modified: ChangeLog crystalspace-1.4.0.ebuild
Log:
Disabling python, as some dependency are not found.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.47 dev-games/crystalspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 21 Jun 2010 15:59:06 -0000 1.46
+++ ChangeLog 24 Jun 2010 11:33:47 -0000 1.47
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/crystalspace
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.46 2010/06/21 15:59:06 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.47 2010/06/24 11:33:47 tupone Exp $
+
+ 24 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild:
+ Disabling python, as some dependencies are not found.
+ Should also fix bug #297142 by flameeyes@gentoo.org
21 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild:
enabling java plugin.
1.6 dev-games/crystalspace/crystalspace-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?r1=1.5&r2=1.6
Index: crystalspace-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- crystalspace-1.4.0.ebuild 21 Jun 2010 15:59:07 -0000 1.5
+++ crystalspace-1.4.0.ebuild 24 Jun 2010 11:33:47 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.5 2010/06/21 15:59:07 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.6 2010/06/24 11:33:47 tupone Exp $
EAPI=2
inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png python
+IUSE="3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png
sdl speex truetype vorbis wxwidgets"
COMMON_DEP="virtual/opengl
@@ -68,9 +68,6 @@
need-wxwidgets gtk2
fi
- # -O3 is hanging compilation of python script plugin
- # trying -O2 just in case
- replace-flags -O3 -O2
econf --enable-cpu-specific-optimizations=no \
--disable-separate-debug-info \
--without-lcms \
@@ -80,7 +77,7 @@
$(use_with java) \
--disable-make-emulation \
$(use_with bullet) \
- $(use_with python) \
+ --without-python \
$(use_with png) \
$(use_with jpeg) \
$(use_with mng) \
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: ChangeLog crystalspace-1.4.0.ebuild
@ 2010-11-10 16:42 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 9+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-11-10 16:42 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/11/10 16:42:06
Modified: ChangeLog crystalspace-1.4.0.ebuild
Log:
fix paths in environment file with patch from Sven Eden (bug #335921)
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.49 dev-games/crystalspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 17 Sep 2010 10:56:51 -0000 1.48
+++ ChangeLog 10 Nov 2010 16:42:06 -0000 1.49
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/crystalspace
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.48 2010/09/17 10:56:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.49 2010/11/10 16:42:06 mr_bones_ Exp $
+
+ 10 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ crystalspace-1.4.0.ebuild:
+ fix paths in environment file with patch from Sven Eden (bug #335921)
17 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
crystalspace-1.2.1.ebuild:
1.7 dev-games/crystalspace/crystalspace-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?r1=1.6&r2=1.7
Index: crystalspace-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- crystalspace-1.4.0.ebuild 24 Jun 2010 11:33:47 -0000 1.6
+++ crystalspace-1.4.0.ebuild 10 Nov 2010 16:42:06 -0000 1.7
@@ -1,11 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.6 2010/06/24 11:33:47 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.7 2010/11/10 16:42:06 mr_bones_ Exp $
EAPI=2
-inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets
+inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator
MY_P=${PN}-src-${PV}
+PATH_P=${PN}-$(get_version_component_range 1-2)
+
DESCRIPTION="Portable 3D Game Development Kit written in C++"
HOMEPAGE="http://crystal.sourceforge.net/"
SRC_URI="mirror://sourceforge/crystal/${MY_P}.tar.bz2"
@@ -47,7 +49,7 @@
dev-lang/swig
dev-util/pkgconfig"
-S="${WORKDIR}"/${MY_P}
+S=${WORKDIR}/${MY_P}
src_prepare() {
# Installing doc conflict with dodoc on src_install
@@ -63,7 +65,7 @@
}
src_configure() {
- if useq wxwidgets; then
+ if use wxwidgets; then
WX_GTK_VER="2.8"
need-wxwidgets gtk2
fi
@@ -114,8 +116,8 @@
fi
dodoc README docs/history*
- echo "CRYSTAL_PLUGIN=/usr/$(get_libdir)/${P}" > 90crystalspace
- echo "CRYSTAL_CONFIG=/etc/${P}" >> 90crystalspace
+ echo "CRYSTAL_PLUGIN=/usr/$(get_libdir)/${PATH_P}" > 90crystalspace
+ echo "CRYSTAL_CONFIG=/etc/${PATH_P}" >> 90crystalspace
doenvd 90crystalspace
}
@@ -127,6 +129,6 @@
for dir in castle flarge isomap parallaxtest partsys r3dtest stenciltest \
terrain terrainf;
do
- elog "cslight -video=null /usr/share/${P}/data/maps/${dir}"
+ elog "cslight -video=null /usr/share/${PATH_P}/data/maps/${dir}"
done
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: ChangeLog crystalspace-1.4.0.ebuild
@ 2011-09-09 9:25 Alfredo Tupone (tupone)
0 siblings, 0 replies; 9+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-09-09 9:25 UTC (permalink / raw
To: gentoo-commits
tupone 11/09/09 09:25:36
Modified: ChangeLog crystalspace-1.4.0.ebuild
Log:
Build with libpng-1.5 Bug #381723
(Portage version: 2.1.10.14/cvs/Linux i686)
Revision Changes Path
1.53 dev-games/crystalspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 20 Jul 2011 13:26:19 -0000 1.52
+++ ChangeLog 9 Sep 2011 09:25:36 -0000 1.53
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/crystalspace
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.52 2011/07/20 13:26:19 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.53 2011/09/09 09:25:36 tupone Exp $
+
+ 09 Sep 2011; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild,
+ +files/crystalspace-1.4.0-png15.patch:
+ Build with libpng-1.5 Bug #381723 by Diego Elio Pettenò
20 Jul 2011; Thomas Kahle <tomka@gentoo.org> crystalspace-1.2.1.ebuild:
Dropping to ~x86 wrt to bug 335921
1.9 dev-games/crystalspace/crystalspace-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?r1=1.8&r2=1.9
Index: crystalspace-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- crystalspace-1.4.0.ebuild 25 Feb 2011 18:34:11 -0000 1.8
+++ crystalspace-1.4.0.ebuild 9 Sep 2011 09:25:36 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.8 2011/02/25 18:34:11 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.9 2011/09/09 09:25:36 tupone Exp $
EAPI=2
inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator
@@ -59,7 +59,8 @@
Jamfile.in \
docs/Jamfile \
|| die "sed failed"
- epatch "${FILESDIR}"/${P}-bullet.patch
+ epatch "${FILESDIR}"/${P}-bullet.patch \
+ "${FILESDIR}"/${P}-png15.patch
AT_M4DIR=mk/autoconf
eautoreconf
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: ChangeLog crystalspace-1.4.0.ebuild
@ 2012-07-17 12:33 Alfredo Tupone (tupone)
0 siblings, 0 replies; 9+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-07-17 12:33 UTC (permalink / raw
To: gentoo-commits
tupone 12/07/17 12:33:39
Modified: ChangeLog crystalspace-1.4.0.ebuild
Log:
Fix build with gcc-4.7 Bug #426870
(Portage version: 2.1.11.7/cvs/Linux i686)
Revision Changes Path
1.56 dev-games/crystalspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 3 May 2012 06:35:32 -0000 1.55
+++ ChangeLog 17 Jul 2012 12:33:39 -0000 1.56
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/crystalspace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.55 2012/05/03 06:35:32 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.56 2012/07/17 12:33:39 tupone Exp $
+
+ 17 Jul 2012; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild,
+ +files/crystalspace-1.4.0-gcc47.patch:
+ Fix build with gcc-4.7 Bug #426870 by flameeyes@gentoo.org
03 May 2012; Jeff Horelick <jdhore@gentoo.org> crystalspace-1.4.0.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
1.11 dev-games/crystalspace/crystalspace-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?r1=1.10&r2=1.11
Index: crystalspace-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- crystalspace-1.4.0.ebuild 3 May 2012 06:35:32 -0000 1.10
+++ crystalspace-1.4.0.ebuild 17 Jul 2012 12:33:39 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.10 2012/05/03 06:35:32 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.11 2012/07/17 12:33:39 tupone Exp $
EAPI=2
inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator
@@ -60,7 +60,8 @@
docs/Jamfile \
|| die "sed failed"
epatch "${FILESDIR}"/${P}-bullet.patch \
- "${FILESDIR}"/${P}-png15.patch
+ "${FILESDIR}"/${P}-png15.patch \
+ "${FILESDIR}"/${P}-gcc47.patch
AT_M4DIR=mk/autoconf
eautoreconf
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: ChangeLog crystalspace-1.4.0.ebuild
@ 2013-02-13 17:27 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 9+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-02-13 17:27 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 13/02/13 17:27:38
Modified: ChangeLog
Removed: crystalspace-1.4.0.ebuild
Log:
old
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.58 dev-games/crystalspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 24 Jan 2013 00:16:26 -0000 1.57
+++ ChangeLog 13 Feb 2013 17:27:38 -0000 1.58
@@ -1,6 +1,11 @@
# ChangeLog for dev-games/crystalspace
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.57 2013/01/24 00:16:26 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.58 2013/02/13 17:27:38 mr_bones_ Exp $
+
+ 13 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ -crystalspace-1.4.0.ebuild, -files/crystalspace-1.4.0-bullet.patch,
+ -files/crystalspace-1.4.0-gcc47.patch, -files/crystalspace-1.4.0-png15.patch:
+ old
*crystalspace-2.0 (24 Jan 2013)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-02-13 17:27 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-10 16:42 [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: ChangeLog crystalspace-1.4.0.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2013-02-13 17:27 Michael Sterrett (mr_bones_)
2012-07-17 12:33 Alfredo Tupone (tupone)
2011-09-09 9:25 Alfredo Tupone (tupone)
2010-06-24 11:33 Alfredo Tupone (tupone)
2010-06-21 15:59 Alfredo Tupone (tupone)
2010-06-19 19:25 Alfredo Tupone (tupone)
2010-06-15 10:11 Alfredo Tupone (tupone)
2010-06-11 19:57 Alfredo Tupone (tupone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox