diff options
author | 2010-06-06 21:02:19 +0000 | |
---|---|---|
committer | 2010-06-06 21:02:19 +0000 | |
commit | ce24aeecb319a41ffaceaf530371757ae2996254 (patch) | |
tree | f8d2e29c89fea2ae8e22ccca9e36691d6b822d71 /media-libs/gluon | |
parent | restrict test for bug #320797 (diff) | |
download | gentoo-2-ce24aeecb319a41ffaceaf530371757ae2996254.tar.gz gentoo-2-ce24aeecb319a41ffaceaf530371757ae2996254.tar.bz2 gentoo-2-ce24aeecb319a41ffaceaf530371757ae2996254.zip |
[media-libs/gluon] Initial import to the tree of the first alpha release.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gluon')
-rw-r--r-- | media-libs/gluon/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/gluon/gluon-0.70.0.ebuild | 41 | ||||
-rw-r--r-- | media-libs/gluon/metadata.xml | 5 |
3 files changed, 56 insertions, 0 deletions
diff --git a/media-libs/gluon/ChangeLog b/media-libs/gluon/ChangeLog new file mode 100644 index 000000000000..363a9443914d --- /dev/null +++ b/media-libs/gluon/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-libs/gluon +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gluon/ChangeLog,v 1.1 2010/06/06 21:02:19 jmbsvicetto Exp $ + +*gluon-0.70.0 (06 Jun 2010) + + 06 Jun 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +gluon-0.70.0.ebuild, +metadata.xml: + [media-libs/gluon] Initial import to the tree of the first alpha release. + diff --git a/media-libs/gluon/gluon-0.70.0.ebuild b/media-libs/gluon/gluon-0.70.0.ebuild new file mode 100644 index 000000000000..2196c18116d5 --- /dev/null +++ b/media-libs/gluon/gluon-0.70.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gluon/gluon-0.70.0.ebuild,v 1.1 2010/06/06 21:02:19 jmbsvicetto Exp $ + +EAPI=2 + +OPENGL_REQUIRED="always" +inherit kde4-base + +DESCRIPTION="Gluon is a Free and Open Source framework for creating and distributing games." +HOMEPAGE="http://gluon.tuxfamily.org/" +SRC_URI="http://gluon.gamingfreedom.org/sites/default/files/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +COMMON_DEPEND=" + media-libs/glew + media-libs/libogg + media-libs/libsndfile + media-libs/libvorbis + media-libs/openal + virtual/glu + virtual/opengl + x11-libs/libXrandr +" +DEPEND="${COMMON_DEPEND} + dev-cpp/eigen:2 + x11-proto/randrproto +" +RDEPEND="${COMMON_DEPEND}" + +S="${WORKDIR}/${PN}-${PN}" + +src_prepare() { + kde4-base_src_prepare + + sed -i '/add_subdirectory(src)/s/^#//' "${S}"/CMakeLists.txt || die "couldn't re-enable main library" +} diff --git a/media-libs/gluon/metadata.xml b/media-libs/gluon/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/media-libs/gluon/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> |