Fix version and description

This commit is contained in:
Adrián Arroyo Calle
2014-12-26 16:16:38 +00:00
parent b18c8663a3
commit 37a03426cc
2 changed files with 79 additions and 81 deletions

View File

@@ -5,7 +5,7 @@ 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 \
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"
SRC_URI="http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.2.1.zip"
@@ -25,30 +25,30 @@ fi
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
openscenegraph$secondaryArchSuffix = $portVersion
lib:libOpenThreads$secondaryArchSuffix = $portVersion
lib:libosg$secondaryArchSuffix = $portVersion
lib:libosgAnimation$secondaryArchSuffix = $portVersion
lib:libosgDB$secondaryArchSuffix = $portVersion
lib:libosgFX$secondaryArchSuffix = $portVersion
lib:libosgGA$secondaryArchSuffix = $portVersion
lib:libosgManipulator$secondaryArchSuffix = $portVersion
lib:libosgParticle$secondaryArchSuffix = $portVersion
lib:libosgPresentation$secondaryArchSuffix = $portVersion
lib:libosgShadow$secondaryArchSuffix = $portVersion
lib:libosgSim$secondaryArchSuffix = $portVersion
lib:libosgTerrain$secondaryArchSuffix = $portVersion
lib:libosgText$secondaryArchSuffix = $portVersion
lib:libosgUtil$secondaryArchSuffix = $portVersion
lib:libosgViewer$secondaryArchSuffix = $portVersion
lib:libosgVolume$secondaryArchSuffix = $portVersion
lib:libosgWidget$secondaryArchSuffix = $portVersion
openscenegraph$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libOpenThreads$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosg$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgAnimation$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgDB$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgFX$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgGA$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgManipulator$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgParticle$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgPresentation$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgShadow$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgSim$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgTerrain$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgText$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgUtil$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgViewer$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgVolume$secondaryArchSuffix = 3.2.1 compat >= 3
lib:libosgWidget$secondaryArchSuffix = 3.2.1 compat >= 3
"
REQUIRES="
haiku$secondaryArchSuffix
mesa$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libgl$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libtiff$secondaryArchSuffix
@@ -101,7 +101,6 @@ INSTALL()
mkdir -p $prefix/lib-temp
mv $prefix/lib/* $prefix/lib-temp/
ls $prefix/lib-temp
mkdir -p $libDir
mv $prefix/lib-temp/* $libDir
rm -rf $prefix/lib-temp
@@ -120,24 +119,24 @@ INSTALL()
}
PROVIDES_devel="
devel:openscenegraph$secondaryArchSuffix = $portVersion
devel:libOpenThreads$secondaryArchSuffix = $portVersion
devel:libosg$secondaryArchSuffix = $portVersion
devel:libosgAnimation$secondaryArchSuffix = $portVersion
devel:libosgDB$secondaryArchSuffix = $portVersion
devel:libosgFX$secondaryArchSuffix = $portVersion
devel:libosgGA$secondaryArchSuffix = $portVersion
devel:libosgManipulator$secondaryArchSuffix = $portVersion
devel:libosgParticle$secondaryArchSuffix = $portVersion
devel:libosgPresentation$secondaryArchSuffix = $portVersion
devel:libosgShadow$secondaryArchSuffix = $portVersion
devel:libosgSim$secondaryArchSuffix = $portVersion
devel:libosgTerrain$secondaryArchSuffix = $portVersion
devel:libosgText$secondaryArchSuffix = $portVersion
devel:libosgUtil$secondaryArchSuffix = $portVersion
devel:libosgViewer$secondaryArchSuffix = $portVersion
devel:libosgVolume$secondaryArchSuffix = $portVersion
devel:libosgWidget$secondaryArchSuffix = $portVersion
openscenegraph${secondaryArchSuffix}_devel = 3.2.1 compat >= 3
devel:libOpenThreads$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosg$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgAnimation$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgDB$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgFX$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgGA$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgManipulator$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgParticle$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgPresentation$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgShadow$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgSim$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgTerrain$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgText$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgUtil$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgViewer$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgVolume$secondaryArchSuffix = 3.2.1 compat >= 3
devel:libosgWidget$secondaryArchSuffix = 3.2.1 compat >= 3
"
REQUIRES_devel="

View File

@@ -5,7 +5,7 @@ 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 \
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"
SRC_URI="git://github.com/openscenegraph/osg#77f09f9e649cfedd32608ed6ec67bf1de7cd53ac"
@@ -24,31 +24,31 @@ fi
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
openscenegraph$secondaryArchSuffix = $portVersion
lib:libOpenThreads$secondaryArchSuffix = $portVersion
lib:libosg$secondaryArchSuffix = $portVersion
lib:libosgAnimation$secondaryArchSuffix = $portVersion
lib:libosgDB$secondaryArchSuffix = $portVersion
lib:libosgFX$secondaryArchSuffix = $portVersion
lib:libosgGA$secondaryArchSuffix = $portVersion
lib:libosgManipulator$secondaryArchSuffix = $portVersion
lib:libosgParticle$secondaryArchSuffix = $portVersion
lib:libosgPresentation$secondaryArchSuffix = $portVersion
lib:libosgShadow$secondaryArchSuffix = $portVersion
lib:libosgSim$secondaryArchSuffix = $portVersion
lib:libosgTerrain$secondaryArchSuffix = $portVersion
lib:libosgText$secondaryArchSuffix = $portVersion
lib:libosgUtil$secondaryArchSuffix = $portVersion
lib:libosgViewer$secondaryArchSuffix = $portVersion
lib:libosgVolume$secondaryArchSuffix = $portVersion
lib:libosgWidget$secondaryArchSuffix = $portVersion
lib:libosgUI$secondaryArchSuffix = $portVersion
openscenegraph$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libOpenThreads$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosg$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgAnimation$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgDB$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgFX$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgGA$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgManipulator$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgParticle$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgPresentation$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgShadow$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgSim$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgTerrain$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgText$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgUtil$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgViewer$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgVolume$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgWidget$secondaryArchSuffix = 3.3.4 compat >= 3
lib:libosgUI$secondaryArchSuffix = 3.3.4 compat >= 3
"
REQUIRES="
haiku$secondaryArchSuffix
mesa$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libgl$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libtiff$secondaryArchSuffix
@@ -101,7 +101,6 @@ INSTALL()
mkdir -p $prefix/lib-temp
mv $prefix/lib/* $prefix/lib-temp/
ls $prefix/lib-temp
mkdir -p $libDir
mv $prefix/lib-temp/* $libDir
rm -rf $prefix/lib-temp
@@ -120,27 +119,27 @@ INSTALL()
}
PROVIDES_devel="
devel:openscenegraph$secondaryArchSuffix = $portVersion
devel:libOpenThreads$secondaryArchSuffix = $portVersion
devel:libosg$secondaryArchSuffix = $portVersion
devel:libosgAnimation$secondaryArchSuffix = $portVersion
devel:libosgDB$secondaryArchSuffix = $portVersion
devel:libosgFX$secondaryArchSuffix = $portVersion
devel:libosgGA$secondaryArchSuffix = $portVersion
devel:libosgManipulator$secondaryArchSuffix = $portVersion
devel:libosgParticle$secondaryArchSuffix = $portVersion
devel:libosgPresentation$secondaryArchSuffix = $portVersion
devel:libosgShadow$secondaryArchSuffix = $portVersion
devel:libosgSim$secondaryArchSuffix = $portVersion
devel:libosgTerrain$secondaryArchSuffix = $portVersion
devel:libosgText$secondaryArchSuffix = $portVersion
devel:libosgUtil$secondaryArchSuffix = $portVersion
devel:libosgViewer$secondaryArchSuffix = $portVersion
devel:libosgVolume$secondaryArchSuffix = $portVersion
devel:libosgWidget$secondaryArchSuffix = $portVersion
devel:libosgUI$secondaryArchSuffix = $portVersion
openscenegraph${secondaryArchSuffix}_devel = 3.3.4 compat >= 3
devel:libOpenThreads$secondaryArchSuffix = 3.3.0 compat >= 3
devel:libosg$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgAnimation$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgDB$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgFX$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgGA$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgManipulator$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgParticle$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgPresentation$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgShadow$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgSim$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgTerrain$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgText$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgUtil$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgViewer$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgVolume$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgWidget$secondaryArchSuffix = 3.3.4 compat >= 3
devel:libosgUI$secondaryArchSuffix = 3.3.4 compat >= 3
"
REQUIRES_devel="
openscenegraph$secondaryArchSuffix == $portVersion
openscenegraph$secondaryArchSuffix == 3.3.4
"