public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2011-03-31 16:40 Steffen Stramm
  0 siblings, 0 replies; 12+ messages in thread
From: Steffen Stramm @ 2011-03-31 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f41a448eed740c5cf93d5f581a7c70311ed2b6f5
Author:     krytzz <krytzz <AT> soylent <DOT> eu>
AuthorDate: Thu Mar 31 16:40:00 2011 +0000
Commit:     Steffen Stramm <krytzz <AT> soylent <DOT> eu>
CommitDate: Thu Mar 31 16:40:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=f41a448e

[x11-apps/typhon] switched to virtual/ffmpeg

---
 x11-apps/typhon/typhon-1.0_rc1.ebuild |    2 +-
 x11-apps/typhon/typhon-9999.ebuild    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/typhon/typhon-1.0_rc1.ebuild b/x11-apps/typhon/typhon-1.0_rc1.ebuild
index 6cff728..4be3fb1 100644
--- a/x11-apps/typhon/typhon-1.0_rc1.ebuild
+++ b/x11-apps/typhon/typhon-1.0_rc1.ebuild
@@ -26,7 +26,7 @@ RDEPEND="media-libs/ftgl
 	x11-libs/libXrandr
 	xml? ( dev-libs/tinyxml )
 	glut? ( media-libs/freeglut )
-	ffmpeg? ( >=media-video/ffmpeg-0.6 )
+	ffmpeg? ( >=virtual/ffmpeg-0.6 )
 	sound? ( media-libs/sdl-mixer )"
 DEPEND="${RDEPEND}"
 

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index 87a9271..d8aa583 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.ebuild
@@ -28,7 +28,7 @@ RDEPEND="media-libs/ftgl
 	x11-libs/libXrandr
 	xml? ( dev-libs/tinyxml )
 	glut? ( media-libs/freeglut )
-	ffmpeg? ( >=media-video/ffmpeg-0.6 )
+	ffmpeg? ( >=virtual/ffmpeg-0.6 )
 	sound? ( media-libs/sdl-mixer )"
 DEPEND="${RDEPEND}"
 



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2011-05-30 20:50 Marcel Unbehaun
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Unbehaun @ 2011-05-30 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     697d6cbebc5749098595084df90b08d53a5b85e8
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Mon May 30 20:50:29 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Mon May 30 20:50:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=697d6cbe

[x11-apps/typhon]	updated typhon-9999.ebuild
[x11-apps/typhon]	new Manifest
[x11-apps/typhon]	new metadata.xml

---
 x11-apps/typhon/metadata.xml       |    1 +
 x11-apps/typhon/typhon-9999.ebuild |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml
index e372c5a..212dde7 100644
--- a/x11-apps/typhon/metadata.xml
+++ b/x11-apps/typhon/metadata.xml
@@ -10,6 +10,7 @@
 Typhon is a slim and themeable opengl dashboard / program launcher.
 </longdescription>
   <use>
+	<flag name="mmd">enable mikumikudance model support</flag> 
     <flag name="sound">enable sound</flag>
     <flag name="sysinfo">Add some system information support</flag>
     <flag name="themes">Add p3t theme support</flag>

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index d8aa583..7b954b0 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.frostworx.de/?p=1"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug ffmpeg glut +sound +xml"
+IUSE="debug ffmpeg glut mmd +sound +xml"
 
 S="${WORKDIR}/${P/_/-}"
 
@@ -26,6 +26,7 @@ RDEPEND="media-libs/ftgl
 	media-libs/devil[jpeg,opengl,png]
 	x11-libs/libXrender
 	x11-libs/libXrandr
+	mmd? ( media-libs/libmmd )
 	xml? ( dev-libs/tinyxml )
 	glut? ( media-libs/freeglut )
 	ffmpeg? ( >=virtual/ffmpeg-0.6 )
@@ -39,6 +40,7 @@ src_configure() {
 		$(cmake-utils_use !ffmpeg NOVIDEOPLAYER)
 		$(cmake-utils_use debug DEBUG)
 		$(cmake-utils_use xml xml)
+		$(cmake-utils_use mmd WITHMMD)
 	)
 
 	cmake-utils_src_configure



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2011-07-09  9:56 Marcel Unbehaun
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Unbehaun @ 2011-07-09  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e137a27689278916e9000da414e8e8d5e95829af
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sat Jul  9 09:57:30 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sat Jul  9 09:57:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=e137a276

[x11-apps/typhon]	new typhon-9999.ebuild
[x11-apps/typhon]	updated Manifest

---
 x11-apps/typhon/typhon-9999.ebuild |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index 7b954b0..158b462 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.ebuild
@@ -17,27 +17,24 @@ HOMEPAGE="http://www.frostworx.de/?p=1"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug ffmpeg glut mmd +sound +xml"
+IUSE="debug glut mmd +sound +xml"
 
 S="${WORKDIR}/${P/_/-}"
 
 RDEPEND="media-libs/ftgl
 	virtual/opengl
-	media-libs/devil[jpeg,opengl,png]
+	media-libs/libsfml
+	media-libs/opencv
 	x11-libs/libXrender
 	x11-libs/libXrandr
 	mmd? ( media-libs/libmmd )
 	xml? ( dev-libs/tinyxml )
-	glut? ( media-libs/freeglut )
-	ffmpeg? ( >=virtual/ffmpeg-0.6 )
-	sound? ( media-libs/sdl-mixer )"
+	glut? ( media-libs/freeglut )"
 DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use !sound NOSOUND)
 		$(cmake-utils_use !glut NOGLUT)
-		$(cmake-utils_use !ffmpeg NOVIDEOPLAYER)
 		$(cmake-utils_use debug DEBUG)
 		$(cmake-utils_use xml xml)
 		$(cmake-utils_use mmd WITHMMD)



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2011-07-14 18:07 Marcel Unbehaun
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Unbehaun @ 2011-07-14 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     94247e89578effb49cfb28441ca2b6fa1b6e4675
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Thu Jul 14 18:08:10 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Thu Jul 14 18:08:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=94247e89

[x11-apps/typhon]	fixed /typhon-9999.ebuild
[x11-apps/typhon]	new /Manifest

---
 x11-apps/typhon/typhon-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index 158b462..a04d1bc 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.ebuild
@@ -37,7 +37,7 @@ src_configure() {
 		$(cmake-utils_use !glut NOGLUT)
 		$(cmake-utils_use debug DEBUG)
 		$(cmake-utils_use xml xml)
-		$(cmake-utils_use mmd WITHMMD)
+		$(cmake-utils_use !mmd NOMMD)
 	)
 
 	cmake-utils_src_configure



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2011-07-25 11:59 Marcel Unbehaun
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Unbehaun @ 2011-07-25 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c908458a64ccb6b5e43a4e667221bef40218a4a9
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Mon Jul 25 11:58:59 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Mon Jul 25 11:58:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c908458a

[x11-apps/typhon]	updated typhon-9999.ebuild
[x11-apps/typhon]	updated Manifest

---
 x11-apps/typhon/typhon-9999.ebuild |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index a04d1bc..3bf4a56 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.ebuild
@@ -23,8 +23,10 @@ S="${WORKDIR}/${P/_/-}"
 
 RDEPEND="media-libs/ftgl
 	virtual/opengl
+	media-libs/libpng
 	media-libs/libsfml
 	media-libs/opencv
+	sys-libs/zlib
 	x11-libs/libXrender
 	x11-libs/libXrandr
 	mmd? ( media-libs/libmmd )



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2011-09-03  5:58 Marcel Unbehaun
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Unbehaun @ 2011-09-03  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c129e217360c2257be8a1bf24913913f5b7df813
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sat Sep  3 05:58:29 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sat Sep  3 05:58:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c129e217

[x11-apps/typhon]	updated typhon-9999.ebuild
[x11-apps/typhon]	new Manifest
[x11-apps/typhon]	new metadata.xml

---
 x11-apps/typhon/metadata.xml       |    1 +
 x11-apps/typhon/typhon-9999.ebuild |    5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml
index 212dde7..70a0cb4 100644
--- a/x11-apps/typhon/metadata.xml
+++ b/x11-apps/typhon/metadata.xml
@@ -11,6 +11,7 @@ Typhon is a slim and themeable opengl dashboard / program launcher.
 </longdescription>
   <use>
 	<flag name="mmd">enable mikumikudance model support</flag> 
+    <flag name="opencv">Add opencv support</flag>
     <flag name="sound">enable sound</flag>
     <flag name="sysinfo">Add some system information support</flag>
     <flag name="themes">Add p3t theme support</flag>

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index 3bf4a56..904a217 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.frostworx.de/?p=1"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug glut mmd +sound +xml"
+IUSE="debug glut mmd opencv +sound +xml"
 
 S="${WORKDIR}/${P/_/-}"
 
@@ -25,7 +25,7 @@ RDEPEND="media-libs/ftgl
 	virtual/opengl
 	media-libs/libpng
 	media-libs/libsfml
-	media-libs/opencv
+	opencv? ( media-libs/opencv )
 	sys-libs/zlib
 	x11-libs/libXrender
 	x11-libs/libXrandr
@@ -40,6 +40,7 @@ src_configure() {
 		$(cmake-utils_use debug DEBUG)
 		$(cmake-utils_use xml xml)
 		$(cmake-utils_use !mmd NOMMD)
+		$(cmake-utils_use !opencv NOCV)		
 	)
 
 	cmake-utils_src_configure



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2011-09-14 15:47 Marcel Unbehaun
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Unbehaun @ 2011-09-14 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d5e7a929e63c8a6a495abc0f2a5d2b12d8b83576
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Wed Sep 14 15:47:11 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Wed Sep 14 15:47:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=d5e7a929

[x11-apps/typhon]	updated typhon-9999.ebuild
[x11-apps/typhon]	updated metadata.xml
[x11-apps/typhon]	new Manifest

---
 x11-apps/typhon/metadata.xml       |    3 ---
 x11-apps/typhon/typhon-9999.ebuild |    8 +++-----
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml
index 70a0cb4..841a2c7 100644
--- a/x11-apps/typhon/metadata.xml
+++ b/x11-apps/typhon/metadata.xml
@@ -12,8 +12,5 @@ Typhon is a slim and themeable opengl dashboard / program launcher.
   <use>
 	<flag name="mmd">enable mikumikudance model support</flag> 
     <flag name="opencv">Add opencv support</flag>
-    <flag name="sound">enable sound</flag>
-    <flag name="sysinfo">Add some system information support</flag>
-    <flag name="themes">Add p3t theme support</flag>
   </use>
 </pkgmetadata>

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index 904a217..4e24b96 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.ebuild
@@ -17,26 +17,24 @@ HOMEPAGE="http://www.frostworx.de/?p=1"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug glut mmd opencv +sound +xml"
+IUSE="debug mmd opencv +xml"
 
 S="${WORKDIR}/${P/_/-}"
 
 RDEPEND="media-libs/ftgl
 	virtual/opengl
 	media-libs/libpng
-	media-libs/libsfml
+	>=media-libs/libsfml-2.0
 	opencv? ( media-libs/opencv )
 	sys-libs/zlib
 	x11-libs/libXrender
 	x11-libs/libXrandr
 	mmd? ( media-libs/libmmd )
-	xml? ( dev-libs/tinyxml )
-	glut? ( media-libs/freeglut )"
+	xml? ( dev-libs/tinyxml )"
 DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use !glut NOGLUT)
 		$(cmake-utils_use debug DEBUG)
 		$(cmake-utils_use xml xml)
 		$(cmake-utils_use !mmd NOMMD)



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2011-12-20 16:38 Marcel Unbehaun
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Unbehaun @ 2011-12-20 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     7ef6ed4fecd89041df226faaf17f0135af7de026
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Tue Dec 20 16:39:24 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Tue Dec 20 16:39:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=7ef6ed4f

[x11-apps/typhon]	new Manifest
[x11-apps/typhon]	dropped ftgl typhon-9999.ebuild

---
 x11-apps/typhon/typhon-9999.ebuild |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index 4e24b96..5abf110 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.ebuild
@@ -21,14 +21,11 @@ IUSE="debug mmd opencv +xml"
 
 S="${WORKDIR}/${P/_/-}"
 
-RDEPEND="media-libs/ftgl
-	virtual/opengl
+RDEPEND="virtual/opengl
 	media-libs/libpng
 	>=media-libs/libsfml-2.0
 	opencv? ( media-libs/opencv )
 	sys-libs/zlib
-	x11-libs/libXrender
-	x11-libs/libXrandr
 	mmd? ( media-libs/libmmd )
 	xml? ( dev-libs/tinyxml )"
 DEPEND="${RDEPEND}"



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2012-01-20 17:04 Marcel Unbehaun
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Unbehaun @ 2012-01-20 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7b964da39b2862a4fba90081a68d5303eeeea7e3
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Fri Jan 20 17:05:54 2012 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Fri Jan 20 17:05:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=7b964da3

[x11-apps/typhon]	updated typhon-9999.ebuild

---
 x11-apps/typhon/metadata.xml       |    1 +
 x11-apps/typhon/typhon-9999.ebuild |    9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml
index 841a2c7..7a6cf85 100644
--- a/x11-apps/typhon/metadata.xml
+++ b/x11-apps/typhon/metadata.xml
@@ -12,5 +12,6 @@ Typhon is a slim and themeable opengl dashboard / program launcher.
   <use>
 	<flag name="mmd">enable mikumikudance model support</flag> 
     <flag name="opencv">Add opencv support</flag>
+	<flag name="p3t">enabled shared libp3t support</flag>
   </use>
 </pkgmetadata>

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index 5abf110..8655aa6 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhontyphon-9999.ebuild,v 1.0 2011/01/18 09:21:06 by frostwork Exp $
+# $Header: x11-apps/typhontyphon-9999.ebuild,v 1.1 2012/01/20 17:48:23 by frostwork Exp $
 
-EAPI="2"
+EAPI="4"
 
 CMAKE_MIN_VERSION=2.8
 
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.frostworx.de/?p=1"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug mmd opencv +xml"
+IUSE="debug mmd opencv +p3t +xml"
 
 S="${WORKDIR}/${P/_/-}"
 
@@ -27,6 +27,7 @@ RDEPEND="virtual/opengl
 	opencv? ( media-libs/opencv )
 	sys-libs/zlib
 	mmd? ( media-libs/libmmd )
+	p3t? ( media-libs/libp3t )	
 	xml? ( dev-libs/tinyxml )"
 DEPEND="${RDEPEND}"
 



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2012-07-05 16:40 Marcel Unbehaun
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Unbehaun @ 2012-07-05 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c165a83873f06177ad13c60af95a1a7a3bdaa1b5
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Thu Jul  5 16:42:02 2012 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Thu Jul  5 16:42:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c165a838

[x11-apps/typhon]	first ebuild for new typhon2 svn typhon-9999.ebuild

---
 x11-apps/typhon/metadata.xml          |    2 +-
 x11-apps/typhon/typhon-1.0_rc1.ebuild |   43 ---------------------------------
 x11-apps/typhon/typhon-9999.ebuild    |   10 +++----
 3 files changed, 5 insertions(+), 50 deletions(-)

diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml
index 7a6cf85..6da3f74 100644
--- a/x11-apps/typhon/metadata.xml
+++ b/x11-apps/typhon/metadata.xml
@@ -11,7 +11,7 @@ Typhon is a slim and themeable opengl dashboard / program launcher.
 </longdescription>
   <use>
 	<flag name="mmd">enable mikumikudance model support</flag> 
-    <flag name="opencv">Add opencv support</flag>
+	<flag name="sfe">enabled shared sfemovie support</flag>
 	<flag name="p3t">enabled shared libp3t support</flag>
   </use>
 </pkgmetadata>

diff --git a/x11-apps/typhon/typhon-1.0_rc1.ebuild b/x11-apps/typhon/typhon-1.0_rc1.ebuild
deleted file mode 100644
index 4be3fb1..0000000
--- a/x11-apps/typhon/typhon-1.0_rc1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhontyphon-9999.ebuild,v 1.0 2011/01/18 09:21:06 by frostwork Exp $
-
-EAPI="2"
-
-CMAKE_MIN_VERSION=2.8
-
-inherit cmake-utils eutils
-
-DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
-HOMEPAGE="http://www.frostworx.de/?p=1"
-SRC_URI="http://www.frostworx.de/typhon/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug ffmpeg glut +sound +xml"
-
-S="${WORKDIR}/${P/_/-}"
-
-RDEPEND="media-libs/ftgl
-	virtual/opengl
-	media-libs/devil[jpeg,opengl,png]
-	x11-libs/libXrender
-	x11-libs/libXrandr
-	xml? ( dev-libs/tinyxml )
-	glut? ( media-libs/freeglut )
-	ffmpeg? ( >=virtual/ffmpeg-0.6 )
-	sound? ( media-libs/sdl-mixer )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use !sound NOSOUND)
-		$(cmake-utils_use !glut NOGLUT)
-		$(cmake-utils_use !ffmpeg NOVIDEOPLAYER)
-		$(cmake-utils_use debug DEBUG)
-		$(cmake-utils_use xml xml)
-	)
-
-	cmake-utils_src_configure
-}

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index 8655aa6..906b83d 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.ebuild
@@ -17,26 +17,24 @@ HOMEPAGE="http://www.frostworx.de/?p=1"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug mmd opencv +p3t +xml"
+IUSE="debug mmd sfe +p3t"
 
 S="${WORKDIR}/${P/_/-}"
 
 RDEPEND="virtual/opengl
+	dev-libs/tinyxml
 	media-libs/libpng
 	>=media-libs/libsfml-2.0
-	opencv? ( media-libs/opencv )
+	sfe? ( media-libs/sfemovie )
 	sys-libs/zlib
 	mmd? ( media-libs/libmmd )
-	p3t? ( media-libs/libp3t )	
-	xml? ( dev-libs/tinyxml )"
+	p3t? ( media-libs/libp3t )"
 DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use debug DEBUG)
-		$(cmake-utils_use xml xml)
 		$(cmake-utils_use !mmd NOMMD)
-		$(cmake-utils_use !opencv NOCV)		
 	)
 
 	cmake-utils_src_configure



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2012-08-15  6:52 Marcel Unbehaun
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Unbehaun @ 2012-08-15  6:52 UTC (permalink / raw
  To: gentoo-commits

commit:     222acb22ea827a292cd7e568d1f771330aa17fbf
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Wed Aug 15 06:55:04 2012 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Wed Aug 15 06:55:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=222acb22

[x11-apps/typhon]	new typhon-2.0_rc1.ebuild

---
 x11-apps/typhon/typhon-2.0_rc1.ebuild |   37 +++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/x11-apps/typhon/typhon-2.0_rc1.ebuild b/x11-apps/typhon/typhon-2.0_rc1.ebuild
new file mode 100644
index 0000000..07e962e
--- /dev/null
+++ b/x11-apps/typhon/typhon-2.0_rc1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: x11-apps/typhon-2.0-rc1.ebuild,v 1.1 2012/08/15 17:48:23 by frostwork Exp $
+
+EAPI="4"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit cmake-utils eutils
+
+DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
+HOMEPAGE="http://www.frostworx.de/?p=1"
+SRC_URI="http://www.frostworx.de/typhon/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug mmd sfe +p3t"
+
+RDEPEND="virtual/opengl
+	dev-libs/tinyxml
+	media-libs/libpng
+	>=media-libs/libsfml-1.99
+	sfe? ( media-libs/sfemovie )
+	sys-libs/zlib
+	mmd? ( media-libs/libmmd )
+	p3t? ( media-libs/libp3t )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use debug DEBUG)
+		$(cmake-utils_use !mmd NOMMD)
+	)
+
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
@ 2017-06-02 13:02 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 12+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2017-06-02 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     6eb207c83f9e7d34ceebadc7e0d347dad4b4d84d
Author:     Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Fri Jun  2 09:14:18 2017 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Fri Jun  2 09:14:18 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6eb207c8

typhon: cooglecode is dead

 x11-apps/typhon/metadata.xml       | 15 ---------------
 x11-apps/typhon/typhon-9999.ebuild | 39 --------------------------------------
 2 files changed, 54 deletions(-)

diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml
deleted file mode 100644
index 236be99..0000000
--- a/x11-apps/typhon/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
-	<email>frostworks@gmx.de</email>
-	<name>Marcel Unbehaun</name>
-</maintainer>
-  <longdescription lang="en">
-Typhon is a slim and themeable opengl dashboard / program launcher.
-</longdescription>
-  <use>
-	<flag name="mmd">enable mikumikudance model support</flag> 
-	<flag name="p3t">enabled shared libp3t support</flag>
-  </use>
-</pkgmetadata>

diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
deleted file mode 100644
index bbd324c..0000000
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhon-9999.ebuild,v 1.2 2014/06/22 09:08:23 by frostwork Exp $
-
-EAPI="4"
-
-CMAKE_MIN_VERSION=2.8
-
-inherit cmake-utils eutils subversion
-
-ESVN_REPO_URI="http://typhon-launcher.googlecode.com/svn/trunk/"
-
-DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
-HOMEPAGE="https://code.google.com/p/typhon-launcher/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug mmd +p3t"
-
-S="${WORKDIR}/${P/_/-}"
-
-RDEPEND="virtual/opengl
-	dev-libs/tinyxml
-	media-libs/libpng
-	>=media-libs/libsfml-2.0
-	sys-libs/zlib
-	mmd? ( media-libs/libmmd )
-	p3t? ( media-libs/libp3t )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use debug DEBUG)
-		$(cmake-utils_use !mmd NOMMD)
-	)
-
-	cmake-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-06-02 13:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-30 20:50 [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/ Marcel Unbehaun
  -- strict thread matches above, loose matches on Subject: below --
2017-06-02 13:02 Vadim A. Misbakh-Soloviov
2012-08-15  6:52 Marcel Unbehaun
2012-07-05 16:40 Marcel Unbehaun
2012-01-20 17:04 Marcel Unbehaun
2011-12-20 16:38 Marcel Unbehaun
2011-09-14 15:47 Marcel Unbehaun
2011-09-03  5:58 Marcel Unbehaun
2011-07-25 11:59 Marcel Unbehaun
2011-07-14 18:07 Marcel Unbehaun
2011-07-09  9:56 Marcel Unbehaun
2011-03-31 16:40 Steffen Stramm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox