* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/kinetris/
@ 2011-11-08 16:26 Marcel Unbehaun
0 siblings, 0 replies; 3+ messages in thread
From: Marcel Unbehaun @ 2011-11-08 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 96ff37999ccef0dc883086a470584ddecdde9fd5
Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Tue Nov 8 16:26:35 2011 +0000
Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Tue Nov 8 16:26:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=96ff3799
[games-puzzle/kinetris] initial kinetris-1.0.0b_pre4.ebuild
---
games-puzzle/kinetris/kinetris-1.0.0b_pre4.ebuild | 46 +++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/games-puzzle/kinetris/kinetris-1.0.0b_pre4.ebuild b/games-puzzle/kinetris/kinetris-1.0.0b_pre4.ebuild
new file mode 100644
index 0000000..e54b711
--- /dev/null
+++ b/games-puzzle/kinetris/kinetris-1.0.0b_pre4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: games-puzzle/kinetris/kinetris-1.0.0b_pre4.ebuild frostwork Exp $
+
+EAPI="3"
+MY_PN=Kinetris
+
+inherit games qt4
+
+DESCRIPTION="a tetrominoes game (i.e.: a Tetris clone) that uses the Xbox 360 Kinect"
+HOMEPAGE="http://code.google.com/p/${PN}"
+SRC_URI="http://${PN}.googlecode.com/files/${MY_PN}%201.0.0%20Beta%204%20%28source%29.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/qt-gui
+ x11-libs/qt-opengl
+ media-libs/nite
+ virtual/glu"
+
+S="${WORKDIR}"/"${MY_PN}"" 1.0.0 Beta 4 (source)"/"${MY_PN}"
+
+src_prepare() {
+ sed -i -e "s:OpenNI.xml:"${GAMES_DATADIR}"/"${PN}"/OpenNI.xml:g" -i src/SensorThread.cpp
+}
+
+src_compile() {
+ eqmake4 "${MY_PN}".pro
+ emake || die "emake failed"
+}
+
+src_install() {
+ newgamesbin bin/release/"${MY_PN}" "${PN}"
+ insinto "${GAMES_DATADIR}"/"${PN}"
+ doins OpenNI.xml || die "doins failed"
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ ewarn "gspca_kinect drivers doesn't have to be enabled if you want to use openni."
+ ewarn "so best use gspca_kinect as kernel module and rmmod when required."
+
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/kinetris/
@ 2012-03-25 8:02 Marcel Unbehaun
0 siblings, 0 replies; 3+ messages in thread
From: Marcel Unbehaun @ 2012-03-25 8:02 UTC (permalink / raw
To: gentoo-commits
commit: 27a1478df72ec170d33762465b08f5db7523f716
Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sun Mar 25 07:05:22 2012 +0000
Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sun Mar 25 07:05:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=27a1478d
[games-puzzle/kinetris] updated kinetris-1.0.0b_pre5.ebuild
---
....0b_pre4.ebuild => kinetris-1.0.0b_pre5.ebuild} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-puzzle/kinetris/kinetris-1.0.0b_pre4.ebuild b/games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild
similarity index 81%
rename from games-puzzle/kinetris/kinetris-1.0.0b_pre4.ebuild
rename to games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild
index e54b711..79872bb 100644
--- a/games-puzzle/kinetris/kinetris-1.0.0b_pre4.ebuild
+++ b/games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: games-puzzle/kinetris/kinetris-1.0.0b_pre4.ebuild frostwork Exp $
+# $Header: games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild frostwork Exp $
EAPI="3"
MY_PN=Kinetris
@@ -9,7 +9,7 @@ inherit games qt4
DESCRIPTION="a tetrominoes game (i.e.: a Tetris clone) that uses the Xbox 360 Kinect"
HOMEPAGE="http://code.google.com/p/${PN}"
-SRC_URI="http://${PN}.googlecode.com/files/${MY_PN}%201.0.0%20Beta%204%20%28source%29.zip"
+SRC_URI="http://kinetris.googlecode.com/files/Kinetris%201.0.0%20Beta%205%20%28source%29.zip"
LICENSE="GPL-3"
SLOT="0"
@@ -21,7 +21,7 @@ DEPEND="x11-libs/qt-gui
media-libs/nite
virtual/glu"
-S="${WORKDIR}"/"${MY_PN}"" 1.0.0 Beta 4 (source)"/"${MY_PN}"
+S="${WORKDIR}"/"${MY_PN}"" 1.0.0 Beta 5 (source)"/"${MY_PN}"
src_prepare() {
sed -i -e "s:OpenNI.xml:"${GAMES_DATADIR}"/"${PN}"/OpenNI.xml:g" -i src/SensorThread.cpp
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/kinetris/
@ 2012-10-21 6:55 Marcel Unbehaun
0 siblings, 0 replies; 3+ messages in thread
From: Marcel Unbehaun @ 2012-10-21 6:55 UTC (permalink / raw
To: gentoo-commits
commit: 91ffa3463ac464c6610d584cce407c60b2b804d9
Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sun Oct 21 06:59:27 2012 +0000
Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sun Oct 21 06:59:27 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=91ffa346
[games-puzzle/kinetris] renamed qt4 eclass kinetris-1.0.0b_pre5.ebuild
---
games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild b/games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild
index 79872bb..aed1476 100644
--- a/games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild
+++ b/games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild
@@ -5,7 +5,7 @@
EAPI="3"
MY_PN=Kinetris
-inherit games qt4
+inherit games qt4-r2
DESCRIPTION="a tetrominoes game (i.e.: a Tetris clone) that uses the Xbox 360 Kinect"
HOMEPAGE="http://code.google.com/p/${PN}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-21 6:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 16:26 [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/kinetris/ Marcel Unbehaun
-- strict thread matches above, loose matches on Subject: below --
2012-03-25 8:02 Marcel Unbehaun
2012-10-21 6:55 Marcel Unbehaun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox