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 1RoHtP-0006QP-2l for garchives@archives.gentoo.org; Fri, 20 Jan 2012 17:04:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2F63E09EA; Fri, 20 Jan 2012 17:04:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 92AB7E09EA for ; Fri, 20 Jan 2012 17:04:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1484F1B400A for ; Fri, 20 Jan 2012 17:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 89F8780042 for ; Fri, 20 Jan 2012 17:04:33 +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: <7b964da39b2862a4fba90081a68d5303eeeea7e3.frostwork@gentoo> 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: 7b964da39b2862a4fba90081a68d5303eeeea7e3 Date: Fri, 20 Jan 2012 17:04:33 +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: a8d4ed6d-0f16-42f3-9131-79f40c364b4a X-Archives-Hash: 2f3a92b8461548b11d96820a8052e3c7 commit: 7b964da39b2862a4fba90081a68d5303eeeea7e3 Author: Marcel Unbehaun frostworx de> AuthorDate: Fri Jan 20 17:05:54 2012 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Fri Jan 20 17:05:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D7b964da3 [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 / progr= am launcher. enable mikumikudance model support=20 Add opencv support + enabled shared libp3t support 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 b= y frostwork Exp $ +# $Header: x11-apps/typhontyphon-9999.ebuild,v 1.1 2012/01/20 17:48:23 b= y frostwork Exp $ =20 -EAPI=3D"2" +EAPI=3D"4" =20 CMAKE_MIN_VERSION=3D2.8 =20 @@ -17,7 +17,7 @@ HOMEPAGE=3D"http://www.frostworx.de/?p=3D1" LICENSE=3D"GPL-3" SLOT=3D"0" KEYWORDS=3D"" -IUSE=3D"debug mmd opencv +xml" +IUSE=3D"debug mmd opencv +p3t +xml" =20 S=3D"${WORKDIR}/${P/_/-}" =20 @@ -27,6 +27,7 @@ RDEPEND=3D"virtual/opengl opencv? ( media-libs/opencv ) sys-libs/zlib mmd? ( media-libs/libmmd ) + p3t? ( media-libs/libp3t )=09 xml? ( dev-libs/tinyxml )" DEPEND=3D"${RDEPEND}" =20