OpenSceneGraph: Bump to 3.2.1

Change-Id: Ie40c559bdf128ed6cb42f75a944adcf638d8ebc5
This commit is contained in:
Thomas Witt 2014-10-16 17:54:52 +02:00 committed by Julian Ospald
parent 2a55e5e7ae
commit c1eac93b55
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2013 Thomas Witt
# Copyright 2013-2014 Thomas Witt
# Distributed under the terms of the GNU General Public License v2
require cmake [ api=2 ]
@ -14,7 +14,7 @@ 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.
"
HOMEPAGE="http://www.openscenegraph.org"
HOMEPAGE="http://${PN}.org"
DOWNLOADS="${HOMEPAGE}/downloads/developer_releases/${PNV}.zip"
LICENCES="OpenSceneGraph"
@ -44,10 +44,5 @@ DEPENDENCIES="
x11-libs/qt:4[opengl]
"
BUGS_TO="pyromaniac@thwitt.de"
DEFAULT_SRC_PREPARE_PATCHES=( -p2 "${FILES}"/${PNV}-libav.patch )
# Building against Qt5 fails atm, would need qtbase and cmake[>=2.8.8]
CMAKE_SRC_CONFIGURE_PARAMS+=( -DDESIRED_QT_VERSION=4 )
BUGS_TO="pyromaniac@exherbo.org"