From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QzjFn-0002Lu-VW for garchives@archives.gentoo.org; Sat, 03 Sep 2011 05:58:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 045DD21C07B; Sat, 3 Sep 2011 05:58:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C759E21C07B for ; Sat, 3 Sep 2011 05:58:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 621BF1B4037 for ; Sat, 3 Sep 2011 05:58:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8480080042 for ; Sat, 3 Sep 2011 05:58:47 +0000 (UTC) From: "Marcel Unbehaun" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marcel Unbehaun" Message-ID: Subject: [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/ X-VCS-Repository: proj/gamerlay X-VCS-Files: x11-apps/typhon/metadata.xml x11-apps/typhon/typhon-9999.ebuild X-VCS-Directories: x11-apps/typhon/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: c129e217360c2257be8a1bf24913913f5b7df813 Date: Sat, 3 Sep 2011 05:58:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d09f21fde625f7c87754efd8b759ad8c commit: c129e217360c2257be8a1bf24913913f5b7df813 Author: Marcel Unbehaun frostworx de> AuthorDate: Sat Sep 3 05:58:29 2011 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Sat Sep 3 05:58:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3Dc129e217 [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 / progr= am launcher. enable mikumikudance model support=20 + Add opencv support enable sound Add some system information support Add p3t theme support 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=3D"http://www.frostworx.de/?p=3D1" LICENSE=3D"GPL-3" SLOT=3D"0" KEYWORDS=3D"" -IUSE=3D"debug glut mmd +sound +xml" +IUSE=3D"debug glut mmd opencv +sound +xml" =20 S=3D"${WORKDIR}/${P/_/-}" =20 @@ -25,7 +25,7 @@ RDEPEND=3D"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) =09 ) =20 cmake-utils_src_configure