public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marcel Unbehaun" <frostworks@gmx.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/
Date: Thu,  5 Jul 2012 16:40:39 +0000 (UTC)	[thread overview]
Message-ID: <1341506522.c165a83873f06177ad13c60af95a1a7a3bdaa1b5.frostwork@gentoo> (raw)

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



             reply	other threads:[~2012-07-05 16:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-05 16:40 Marcel Unbehaun [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-02 13:02 [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/ Vadim A. Misbakh-Soloviov
2012-08-15  6:52 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-05-30 20:50 Marcel Unbehaun
2011-03-31 16:40 Steffen Stramm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1341506522.c165a83873f06177ad13c60af95a1a7a3bdaa1b5.frostwork@gentoo \
    --to=frostworks@gmx.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox