mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix version and description
This commit is contained in:
@@ -25,30 +25,30 @@ fi
|
|||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
openscenegraph$secondaryArchSuffix = $portVersion
|
openscenegraph$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libOpenThreads$secondaryArchSuffix = $portVersion
|
lib:libOpenThreads$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosg$secondaryArchSuffix = $portVersion
|
lib:libosg$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgAnimation$secondaryArchSuffix = $portVersion
|
lib:libosgAnimation$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgDB$secondaryArchSuffix = $portVersion
|
lib:libosgDB$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgFX$secondaryArchSuffix = $portVersion
|
lib:libosgFX$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgGA$secondaryArchSuffix = $portVersion
|
lib:libosgGA$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgManipulator$secondaryArchSuffix = $portVersion
|
lib:libosgManipulator$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgParticle$secondaryArchSuffix = $portVersion
|
lib:libosgParticle$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgPresentation$secondaryArchSuffix = $portVersion
|
lib:libosgPresentation$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgShadow$secondaryArchSuffix = $portVersion
|
lib:libosgShadow$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgSim$secondaryArchSuffix = $portVersion
|
lib:libosgSim$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgTerrain$secondaryArchSuffix = $portVersion
|
lib:libosgTerrain$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgText$secondaryArchSuffix = $portVersion
|
lib:libosgText$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgUtil$secondaryArchSuffix = $portVersion
|
lib:libosgUtil$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgViewer$secondaryArchSuffix = $portVersion
|
lib:libosgViewer$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgVolume$secondaryArchSuffix = $portVersion
|
lib:libosgVolume$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
lib:libosgWidget$secondaryArchSuffix = $portVersion
|
lib:libosgWidget$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
mesa$secondaryArchSuffix
|
mesa$secondaryArchSuffix
|
||||||
lib:libGL$secondaryArchSuffix
|
lib:libgl$secondaryArchSuffix
|
||||||
lib:libsdl$secondaryArchSuffix
|
lib:libsdl$secondaryArchSuffix
|
||||||
lib:libpng$secondaryArchSuffix
|
lib:libpng$secondaryArchSuffix
|
||||||
lib:libtiff$secondaryArchSuffix
|
lib:libtiff$secondaryArchSuffix
|
||||||
@@ -101,7 +101,6 @@ INSTALL()
|
|||||||
|
|
||||||
mkdir -p $prefix/lib-temp
|
mkdir -p $prefix/lib-temp
|
||||||
mv $prefix/lib/* $prefix/lib-temp/
|
mv $prefix/lib/* $prefix/lib-temp/
|
||||||
ls $prefix/lib-temp
|
|
||||||
mkdir -p $libDir
|
mkdir -p $libDir
|
||||||
mv $prefix/lib-temp/* $libDir
|
mv $prefix/lib-temp/* $libDir
|
||||||
rm -rf $prefix/lib-temp
|
rm -rf $prefix/lib-temp
|
||||||
@@ -120,24 +119,24 @@ INSTALL()
|
|||||||
}
|
}
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
devel:openscenegraph$secondaryArchSuffix = $portVersion
|
openscenegraph${secondaryArchSuffix}_devel = 3.2.1 compat >= 3
|
||||||
devel:libOpenThreads$secondaryArchSuffix = $portVersion
|
devel:libOpenThreads$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosg$secondaryArchSuffix = $portVersion
|
devel:libosg$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgAnimation$secondaryArchSuffix = $portVersion
|
devel:libosgAnimation$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgDB$secondaryArchSuffix = $portVersion
|
devel:libosgDB$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgFX$secondaryArchSuffix = $portVersion
|
devel:libosgFX$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgGA$secondaryArchSuffix = $portVersion
|
devel:libosgGA$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgManipulator$secondaryArchSuffix = $portVersion
|
devel:libosgManipulator$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgParticle$secondaryArchSuffix = $portVersion
|
devel:libosgParticle$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgPresentation$secondaryArchSuffix = $portVersion
|
devel:libosgPresentation$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgShadow$secondaryArchSuffix = $portVersion
|
devel:libosgShadow$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgSim$secondaryArchSuffix = $portVersion
|
devel:libosgSim$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgTerrain$secondaryArchSuffix = $portVersion
|
devel:libosgTerrain$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgText$secondaryArchSuffix = $portVersion
|
devel:libosgText$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgUtil$secondaryArchSuffix = $portVersion
|
devel:libosgUtil$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgViewer$secondaryArchSuffix = $portVersion
|
devel:libosgViewer$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgVolume$secondaryArchSuffix = $portVersion
|
devel:libosgVolume$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
devel:libosgWidget$secondaryArchSuffix = $portVersion
|
devel:libosgWidget$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||||
|
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
|
|||||||
@@ -24,31 +24,31 @@ fi
|
|||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
openscenegraph$secondaryArchSuffix = $portVersion
|
openscenegraph$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libOpenThreads$secondaryArchSuffix = $portVersion
|
lib:libOpenThreads$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosg$secondaryArchSuffix = $portVersion
|
lib:libosg$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgAnimation$secondaryArchSuffix = $portVersion
|
lib:libosgAnimation$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgDB$secondaryArchSuffix = $portVersion
|
lib:libosgDB$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgFX$secondaryArchSuffix = $portVersion
|
lib:libosgFX$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgGA$secondaryArchSuffix = $portVersion
|
lib:libosgGA$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgManipulator$secondaryArchSuffix = $portVersion
|
lib:libosgManipulator$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgParticle$secondaryArchSuffix = $portVersion
|
lib:libosgParticle$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgPresentation$secondaryArchSuffix = $portVersion
|
lib:libosgPresentation$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgShadow$secondaryArchSuffix = $portVersion
|
lib:libosgShadow$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgSim$secondaryArchSuffix = $portVersion
|
lib:libosgSim$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgTerrain$secondaryArchSuffix = $portVersion
|
lib:libosgTerrain$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgText$secondaryArchSuffix = $portVersion
|
lib:libosgText$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgUtil$secondaryArchSuffix = $portVersion
|
lib:libosgUtil$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgViewer$secondaryArchSuffix = $portVersion
|
lib:libosgViewer$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgVolume$secondaryArchSuffix = $portVersion
|
lib:libosgVolume$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgWidget$secondaryArchSuffix = $portVersion
|
lib:libosgWidget$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
lib:libosgUI$secondaryArchSuffix = $portVersion
|
lib:libosgUI$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
mesa$secondaryArchSuffix
|
mesa$secondaryArchSuffix
|
||||||
lib:libGL$secondaryArchSuffix
|
lib:libgl$secondaryArchSuffix
|
||||||
lib:libsdl$secondaryArchSuffix
|
lib:libsdl$secondaryArchSuffix
|
||||||
lib:libpng$secondaryArchSuffix
|
lib:libpng$secondaryArchSuffix
|
||||||
lib:libtiff$secondaryArchSuffix
|
lib:libtiff$secondaryArchSuffix
|
||||||
@@ -101,7 +101,6 @@ INSTALL()
|
|||||||
|
|
||||||
mkdir -p $prefix/lib-temp
|
mkdir -p $prefix/lib-temp
|
||||||
mv $prefix/lib/* $prefix/lib-temp/
|
mv $prefix/lib/* $prefix/lib-temp/
|
||||||
ls $prefix/lib-temp
|
|
||||||
mkdir -p $libDir
|
mkdir -p $libDir
|
||||||
mv $prefix/lib-temp/* $libDir
|
mv $prefix/lib-temp/* $libDir
|
||||||
rm -rf $prefix/lib-temp
|
rm -rf $prefix/lib-temp
|
||||||
@@ -120,27 +119,27 @@ INSTALL()
|
|||||||
}
|
}
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
devel:openscenegraph$secondaryArchSuffix = $portVersion
|
openscenegraph${secondaryArchSuffix}_devel = 3.3.4 compat >= 3
|
||||||
devel:libOpenThreads$secondaryArchSuffix = $portVersion
|
devel:libOpenThreads$secondaryArchSuffix = 3.3.0 compat >= 3
|
||||||
devel:libosg$secondaryArchSuffix = $portVersion
|
devel:libosg$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgAnimation$secondaryArchSuffix = $portVersion
|
devel:libosgAnimation$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgDB$secondaryArchSuffix = $portVersion
|
devel:libosgDB$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgFX$secondaryArchSuffix = $portVersion
|
devel:libosgFX$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgGA$secondaryArchSuffix = $portVersion
|
devel:libosgGA$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgManipulator$secondaryArchSuffix = $portVersion
|
devel:libosgManipulator$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgParticle$secondaryArchSuffix = $portVersion
|
devel:libosgParticle$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgPresentation$secondaryArchSuffix = $portVersion
|
devel:libosgPresentation$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgShadow$secondaryArchSuffix = $portVersion
|
devel:libosgShadow$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgSim$secondaryArchSuffix = $portVersion
|
devel:libosgSim$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgTerrain$secondaryArchSuffix = $portVersion
|
devel:libosgTerrain$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgText$secondaryArchSuffix = $portVersion
|
devel:libosgText$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgUtil$secondaryArchSuffix = $portVersion
|
devel:libosgUtil$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgViewer$secondaryArchSuffix = $portVersion
|
devel:libosgViewer$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgVolume$secondaryArchSuffix = $portVersion
|
devel:libosgVolume$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgWidget$secondaryArchSuffix = $portVersion
|
devel:libosgWidget$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
devel:libosgUI$secondaryArchSuffix = $portVersion
|
devel:libosgUI$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||||
|
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
openscenegraph$secondaryArchSuffix == $portVersion
|
openscenegraph$secondaryArchSuffix == 3.3.4
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user