From 4c6fc12b536456afac32077a08decd8e6c8d1f9d Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 24 Feb 2009 13:26:59 +0000 Subject: Package added. Release 2.8.0. Reference to bug #91526 (Portage version: 2.1.6.7/cvs/Linux x86_64) --- dev-games/openscenegraph/ChangeLog | 10 +++++++ dev-games/openscenegraph/metadata.xml | 12 ++++++++ .../openscenegraph/openscenegraph-2.8.0.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 dev-games/openscenegraph/ChangeLog create mode 100644 dev-games/openscenegraph/metadata.xml create mode 100644 dev-games/openscenegraph/openscenegraph-2.8.0.ebuild (limited to 'dev-games') diff --git a/dev-games/openscenegraph/ChangeLog b/dev-games/openscenegraph/ChangeLog new file mode 100644 index 000000000000..9a50b632b54f --- /dev/null +++ b/dev-games/openscenegraph/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-games/openscenegraph +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/ChangeLog,v 1.1 2009/02/24 13:26:59 tupone Exp $ + +*openscenegraph-2.8.0 (24 Feb 2009) + + 24 Feb 2009; Alfredo Tupone +metadata.xml, + +openscenegraph-2.8.0.ebuild: + Package added. Release 2.8.0. Reference to bug #91526 + diff --git a/dev-games/openscenegraph/metadata.xml b/dev-games/openscenegraph/metadata.xml new file mode 100644 index 000000000000..b475c6d9a789 --- /dev/null +++ b/dev-games/openscenegraph/metadata.xml @@ -0,0 +1,12 @@ + + + +games + +tupone@gentoo.org +Alfredo Tupone + + +The OpenSceneGraph is an open source high performance 3D graphics toolkit, used by application developers in fields such as visual simulation, games, virtual reality, scientific visualization and modelling. Written entirely in Standard C++ and OpenGL it runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD operating systems. The OpenSceneGraph is now well established as the world leading scene graph technology, used widely in the vis-sim, space, scientific, oil-gas, games and virtual reality industries. + + diff --git a/dev-games/openscenegraph/openscenegraph-2.8.0.ebuild b/dev-games/openscenegraph/openscenegraph-2.8.0.ebuild new file mode 100644 index 000000000000..69bf031de8f1 --- /dev/null +++ b/dev-games/openscenegraph/openscenegraph-2.8.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-2.8.0.ebuild,v 1.1 2009/02/24 13:26:59 tupone Exp $ + +EAPI=2 +inherit cmake-utils versionator + +MY_PN="OpenSceneGraph" +MY_P=${MY_PN}-${PV} +MY_P_MAJOR=${MY_PN}-$(get_version_component_range 1-2) + +DESCRIPTION="Open source high performance 3D graphics toolkit" +HOMEPAGE="http://www.openscenegraph.org/projects/osg/" +SRC_URI="http://www.openscenegraph.org/downloads/stable_releases/${MY_P_MAJOR}/source/${MY_P}.zip" + +LICENSE="wxWinLL-3 LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="virtual/opengl + virtual/glu + net-misc/curl + net-libs/xulrunner + gnome-base/librsvg + media-libs/jpeg + app-text/poppler-bindings" + +DEPEND="${RDEPEND} + app-arch/unzip" + +S="${WORKDIR}"/${MY_P} + +mycmakeargs="-DBUILD_OSG_APPLICATIONS=OFF" +DOCS="AUTHORS.txt ChangeLog NEWS.txt" -- cgit v1.2.3-65-gdbad