mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 2.9.8
This commit is contained in:
parent
a3bdea42eb
commit
b0b4622b24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260230
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= osg
|
||||
PORTVERSION= 2.9.7
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.9.8
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
@ -32,7 +31,7 @@ USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_SUB= OSG_VERSION=${PORTVERSION} \
|
||||
OSG_SHLIBVER=63 \
|
||||
OSG_SHLIBVER=66 \
|
||||
OPENTHREADS_VERSION=2.5.0 \
|
||||
OPENTHREADS_SHLIBVER=12
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (OpenSceneGraph-2.9.7.zip) = b5118ed07ec2945e23ad5e880f3f0f6d
|
||||
SHA256 (OpenSceneGraph-2.9.7.zip) = ae0436a854b97a9efb7fe2c8a38630dab5182b1ea23b984ea0ea17fc789a5dd2
|
||||
SIZE (OpenSceneGraph-2.9.7.zip) = 7656130
|
||||
MD5 (OpenSceneGraph-2.9.8.zip) = 1eeaa00ef02a551814b740ac73ecd372
|
||||
SHA256 (OpenSceneGraph-2.9.8.zip) = 948da62d00e1824add4d1010ddded42a17d3e5dc50f2cb1f2e1ddb53c7146a1a
|
||||
SIZE (OpenSceneGraph-2.9.8.zip) = 7899303
|
||||
|
@ -151,6 +151,7 @@ include/osg/Texture
|
||||
include/osg/Texture1D
|
||||
include/osg/Texture2D
|
||||
include/osg/Texture2DArray
|
||||
include/osg/Texture2DMultisample
|
||||
include/osg/Texture3D
|
||||
include/osg/TextureCubeMap
|
||||
include/osg/TextureRectangle
|
||||
@ -277,19 +278,22 @@ include/osgFX/Technique
|
||||
include/osgFX/Validator
|
||||
include/osgFX/Version
|
||||
include/osgGA/AnimationPathManipulator
|
||||
include/osgGA/CameraManipulator
|
||||
include/osgGA/CameraViewSwitchManipulator
|
||||
include/osgGA/DriveManipulator
|
||||
include/osgGA/EventQueue
|
||||
include/osgGA/EventVisitor
|
||||
include/osgGA/Export
|
||||
include/osgGA/FirstPersonManipulator
|
||||
include/osgGA/FlightManipulator
|
||||
include/osgGA/GUIActionAdapter
|
||||
include/osgGA/GUIEventAdapter
|
||||
include/osgGA/GUIEventHandler
|
||||
include/osgGA/KeySwitchMatrixManipulator
|
||||
include/osgGA/MatrixManipulator
|
||||
include/osgGA/NodeTrackerManipulator
|
||||
include/osgGA/OrbitManipulator
|
||||
include/osgGA/SphericalManipulator
|
||||
include/osgGA/StandardManipulator
|
||||
include/osgGA/StateSetManipulator
|
||||
include/osgGA/TerrainManipulator
|
||||
include/osgGA/TrackballManipulator
|
||||
@ -440,6 +444,7 @@ include/osgUtil/IncrementalCompileOperation
|
||||
include/osgUtil/IntersectVisitor
|
||||
include/osgUtil/IntersectionVisitor
|
||||
include/osgUtil/LineSegmentIntersector
|
||||
include/osgUtil/MeshOptimizers
|
||||
include/osgUtil/OperationArrayFunctor
|
||||
include/osgUtil/Optimizer
|
||||
include/osgUtil/PlaneIntersector
|
||||
@ -629,8 +634,15 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_rgb.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_rot.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_scale.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osg.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osganimation.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgfx.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgmanipulator.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgparticle.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgshadow.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgsim.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgterrain.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgtext.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgvolume.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_shp.so
|
||||
lib/osgPlugins-%%OSG_VERSION%%/osgdb_stl.so
|
||||
%%SVG%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_svg.so
|
||||
|
Loading…
Reference in New Issue
Block a user