2014-10-16 15:54:52 +00:00
|
|
|
# Copyright 2013-2014 Thomas Witt
|
2013-08-28 18:46:40 +00:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
require cmake [ api=2 ]
|
|
|
|
|
|
|
|
SUMMARY="High performance 3D graphics toolkit"
|
|
|
|
DESCRIPTION="
|
|
|
|
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.
|
|
|
|
"
|
2014-10-16 15:54:52 +00:00
|
|
|
HOMEPAGE="http://${PN}.org"
|
2013-08-28 18:46:40 +00:00
|
|
|
DOWNLOADS="${HOMEPAGE}/downloads/developer_releases/${PNV}.zip"
|
|
|
|
|
2015-02-18 16:43:36 +00:00
|
|
|
BUGS_TO="pyromaniac@exherbo.org"
|
|
|
|
|
2013-08-28 18:46:40 +00:00
|
|
|
LICENCES="OpenSceneGraph"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64"
|
|
|
|
MYOPTIONS=""
|
|
|
|
|
|
|
|
# TODO Some of these may be optional
|
|
|
|
# TODO SDL gtkglxext
|
|
|
|
DEPENDENCIES="
|
|
|
|
build:
|
|
|
|
app-arch/zip
|
|
|
|
build+run:
|
|
|
|
app-text/poppler[cairo]
|
|
|
|
dev-libs/boost
|
2013-09-03 20:39:24 +00:00
|
|
|
dev-libs/libxml2:*
|
|
|
|
gnome-desktop/librsvg:*
|
|
|
|
media-libs/freetype:*
|
2015-02-18 16:43:36 +00:00
|
|
|
media-libs/giflib:=
|
|
|
|
media-libs/jpeg:=[<9]
|
|
|
|
media-libs/libpng:=
|
2013-08-28 18:46:40 +00:00
|
|
|
media-libs/tiff
|
|
|
|
net-misc/curl
|
|
|
|
sys-libs/zlib
|
|
|
|
x11-dri/mesa
|
|
|
|
x11-libs/gtk+:2
|
2014-03-15 11:14:56 +00:00
|
|
|
x11-libs/qt:4[opengl]
|
2013-08-28 18:46:40 +00:00
|
|
|
"
|
|
|
|
|
2015-02-18 16:43:36 +00:00
|
|
|
DEFAULT_SRC_PREPARE_PATCHES=(
|
|
|
|
"${FILES}"/${PNV}-giflib5-part1.patch
|
|
|
|
"${FILES}"/${PNV}-giflib5-part2.patch
|
|
|
|
)
|
2014-03-13 18:56:14 +00:00
|
|
|
|