dev-games/OpenSceneGraph: bump to 3.5.2

Change-Id: Iffcb4035a71b77512fae18bcfbfc12f07f8de188
Reviewed-on: https://galileo.mailstation.de/gerrit/6175
Reviewed-by: Jenkins <wk@mailstation.de>
Reviewed-by: Julian Ospald <hasufell@posteo.de>
This commit is contained in:
Julian Ospald 2016-05-24 00:07:45 +02:00
parent 18998a0799
commit 8846835b4c
3 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,10 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de> # Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
MY_PN="OpenSceneGraph"
MY_PNV=${MY_PN}-${PV}
require github [ user=openscenegraph project=${MY_PN} tag=${MY_PNV} ]
require cmake [ api=2 ] require cmake [ api=2 ]
SUMMARY="High performance 3D graphics toolkit" SUMMARY="High performance 3D graphics toolkit"
@ -16,10 +20,7 @@ DESCRIPTION="
industries. industries.
" "
MY_PN="OpenSceneGraph"
MY_PNV=${MY_PN}-${PV}
HOMEPAGE="http://${PN}.org" HOMEPAGE="http://${PN}.org"
DOWNLOADS="http://trac.openscenegraph.org/downloads/developer_releases/${MY_PNV}.zip"
LICENCES="wxWinLL-3 LGPL-2.1" LICENCES="wxWinLL-3 LGPL-2.1"
SLOT="0" SLOT="0"