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

@@ -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

@@ -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
"