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 1QR9QC-0006fx-2W for garchives@archives.gentoo.org; Mon, 30 May 2011 20:50:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 736AD1C013; Mon, 30 May 2011 20:50:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3FD271C013 for ; Mon, 30 May 2011 20:50:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA6801B4010 for ; Mon, 30 May 2011 20:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1311A80508 for ; Mon, 30 May 2011 20:50:34 +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: <697d6cbebc5749098595084df90b08d53a5b85e8.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: 697d6cbebc5749098595084df90b08d53a5b85e8 Date: Mon, 30 May 2011 20:50:34 +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: f85480c80d56b0e569494fb407e95ec8 commit: 697d6cbebc5749098595084df90b08d53a5b85e8 Author: Marcel Unbehaun frostworx de> AuthorDate: Mon May 30 20:50:29 2011 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Mon May 30 20:50:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D697d6cbe [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. + enable mikumikudance model support=20 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 d8aa583..7b954b0 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 ffmpeg glut +sound +xml" +IUSE=3D"debug ffmpeg glut mmd +sound +xml" =20 S=3D"${WORKDIR}/${P/_/-}" =20 @@ -26,6 +26,7 @@ RDEPEND=3D"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? ( >=3Dvirtual/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) ) =20 cmake-utils_src_configure