diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-01-17 22:54:02 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-01-17 22:54:02 +0000 |
commit | a7bafbc1ee038936df7fce6e11e6f5d9f64671b5 (patch) | |
tree | aa3249e3d5cc25e0e7aba9aca6e4d9289a790abe /graphics | |
parent | ebff4f949a7e7db4fddb97149c17acd35eb1fb7b (diff) | |
download | ports-a7bafbc1ee038936df7fce6e11e6f5d9f64671b5.tar.gz ports-a7bafbc1ee038936df7fce6e11e6f5d9f64671b5.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/osgearth/Makefile | 32 | ||||
-rw-r--r-- | graphics/osgearth/distinfo | 2 | ||||
-rw-r--r-- | graphics/osgearth/files/patch-src-osgEarth-ThreadingUtils.cpp | 21 | ||||
-rw-r--r-- | graphics/osgearth/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/osgearth/pkg-plist | 478 |
6 files changed, 540 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 163315ae3540..3a06d8677f3d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -632,6 +632,7 @@ SUBDIR += orca SUBDIR += osg SUBDIR += osg-devel + SUBDIR += osgearth SUBDIR += oyranos SUBDIR += p5-Acme-Steganography-Image-Png SUBDIR += p5-CAD-Drawing diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile new file mode 100644 index 000000000000..8328f5f45a7d --- /dev/null +++ b/graphics/osgearth/Makefile @@ -0,0 +1,32 @@ +# Created by: lbartoletti <coder@tuxfamily.org> +# $FreeBSD$ + +PORTNAME= osgearth +PORTVERSION= 2.5 +CATEGORIES= graphics geography +MASTER_SITES= https://github.com/gwaldron/${PORTNAME}/archive/ + +MAINTAINER= coder@tuxfamily.org +COMMENT= osgEarth is a C++ terrain rendering toolkit for OpenSceneGraph + +LICENSE= LGPL3 + +BUILD_DEPENDS= ${LOCALBASE}/bin/minizip:${PORTSDIR}/archivers/minizip +LIB_DEPENDS= libosg.so:${PORTSDIR}/graphics/osg-devel \ + libgdal.so:${PORTSDIR}/graphics/gdal \ + libcurl.so:${PORTSDIR}/ftp/curl + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} + +USE_LDCONFIG= YES +USE_SQLITE= 3 +USE_ZIP= YES +USES= cmake gmake pkgconfig + +CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \ + -DMINIZIP_INCLUDE_DIR=${LOCALBASE}/include/minizip \ + -DCMAKE_LIBRARY_PATH:PATH=${LOCALBASE}/lib \ + -DLIB_POSTFIX:STRING="" \ + -DOSGEARTH_USE_QT:BOOL=FALSE + +.include <bsd.port.mk> diff --git a/graphics/osgearth/distinfo b/graphics/osgearth/distinfo new file mode 100644 index 000000000000..b3b41736840a --- /dev/null +++ b/graphics/osgearth/distinfo @@ -0,0 +1,2 @@ +SHA256 (osgearth-2.5.zip) = 07745925344bc74dec9e2c441ccaca746c34a67895b93e14326ab2856354b0aa +SIZE (osgearth-2.5.zip) = 50693211 diff --git a/graphics/osgearth/files/patch-src-osgEarth-ThreadingUtils.cpp b/graphics/osgearth/files/patch-src-osgEarth-ThreadingUtils.cpp new file mode 100644 index 000000000000..bf2f40537dc7 --- /dev/null +++ b/graphics/osgearth/files/patch-src-osgEarth-ThreadingUtils.cpp @@ -0,0 +1,21 @@ +--- src/osgEarth/ThreadingUtils.cpp.orig 2013-05-16 20:29:30.000000000 +0200 ++++ src/osgEarth/ThreadingUtils.cpp 2013-05-16 20:28:01.000000000 +0200 +@@ -23,6 +23,7 @@ + #else + # include <unistd.h> + # include <sys/syscall.h> ++# include <sys/thr.h> + #endif + + using namespace osgEarth::Threading; +@@ -38,6 +39,10 @@ + return (unsigned)::GetCurrentThreadId(); + #elif __APPLE__ + return ::syscall(SYS_thread_selfid); ++#elif __FreeBSD__ ++ long lwpid; ++ thr_self(&lwpid); ++ return lwpid; + #else + return (unsigned)::syscall(SYS_gettid); + #endif diff --git a/graphics/osgearth/pkg-descr b/graphics/osgearth/pkg-descr new file mode 100644 index 000000000000..1d149a20cb89 --- /dev/null +++ b/graphics/osgearth/pkg-descr @@ -0,0 +1,6 @@ +osgEarth is a C++ terrain rendering SDK. Just create a simple XML file, point +it at your imagery, elevation, and vector data, load it into your favorite +OpenSceneGraph application, and go! osgEarth supports all kinds of data and +comes with lots of examples to help you get up and running quickly and easily. + +WWW: http://osgearth.org/ diff --git a/graphics/osgearth/pkg-plist b/graphics/osgearth/pkg-plist new file mode 100644 index 000000000000..1c9808797df8 --- /dev/null +++ b/graphics/osgearth/pkg-plist @@ -0,0 +1,478 @@ +bin/osgearth_annotation +bin/osgearth_backfill +bin/osgearth_boundarygen +bin/osgearth_cache +bin/osgearth_city +bin/osgearth_clamp +bin/osgearth_colorfilter +bin/osgearth_controls +bin/osgearth_elevation +bin/osgearth_featureeditor +bin/osgearth_featurefilter +bin/osgearth_featureinfo +bin/osgearth_featuremanip +bin/osgearth_featurequery +bin/osgearth_features +bin/osgearth_graticule +bin/osgearth_imageoverlay +bin/osgearth_los +bin/osgearth_manip +bin/osgearth_map +bin/osgearth_measure +bin/osgearth_minimap +bin/osgearth_occlusionculling +bin/osgearth_overlayviewer +bin/osgearth_package +bin/osgearth_sequencecontrol +bin/osgearth_shadercomp +bin/osgearth_shadow +bin/osgearth_sharedlayer +bin/osgearth_terraineffects +bin/osgearth_terrainprofile +bin/osgearth_tfs +bin/osgearth_tileindex +bin/osgearth_tilesource +bin/osgearth_toc +bin/osgearth_tracks +bin/osgearth_version +bin/osgearth_viewer +include/osgEarth/AlphaEffect +include/osgEarth/AutoScale +include/osgEarth/Bounds +include/osgEarth/Cache +include/osgEarth/CacheBin +include/osgEarth/CacheEstimator +include/osgEarth/CachePolicy +include/osgEarth/CacheSeed +include/osgEarth/Capabilities +include/osgEarth/ClampableNode +include/osgEarth/ClampingTechnique +include/osgEarth/ColorFilter +include/osgEarth/Common +include/osgEarth/CompositeTileSource +include/osgEarth/Config +include/osgEarth/Containers +include/osgEarth/Cube +include/osgEarth/CullingUtils +include/osgEarth/DPLineSegmentIntersector +include/osgEarth/DateTime +include/osgEarth/Decluttering +include/osgEarth/DepthOffset +include/osgEarth/Draggers +include/osgEarth/DrapeableNode +include/osgEarth/DrapingTechnique +include/osgEarth/DrawInstanced +include/osgEarth/ECEF +include/osgEarth/ElevationLOD +include/osgEarth/ElevationLayer +include/osgEarth/ElevationQuery +include/osgEarth/Export +include/osgEarth/FadeEffect +include/osgEarth/FileUtils +include/osgEarth/GeoCommon +include/osgEarth/GeoData +include/osgEarth/GeoMath +include/osgEarth/Geoid +include/osgEarth/HTTPClient +include/osgEarth/HeightFieldUtils +include/osgEarth/IOTypes +include/osgEarth/ImageLayer +include/osgEarth/ImageMosaic +include/osgEarth/ImageToHeightFieldConverter +include/osgEarth/ImageUtils +include/osgEarth/JsonUtils +include/osgEarth/Layer +include/osgEarth/LineFunctor +include/osgEarth/LocalTangentPlane +include/osgEarth/Locators +include/osgEarth/Map +include/osgEarth/MapCallback +include/osgEarth/MapFrame +include/osgEarth/MapInfo +include/osgEarth/MapModelChange +include/osgEarth/MapNode +include/osgEarth/MapNodeObserver +include/osgEarth/MapNodeOptions +include/osgEarth/MapOptions +include/osgEarth/MaskLayer +include/osgEarth/MaskNode +include/osgEarth/MaskSource +include/osgEarth/MemCache +include/osgEarth/ModelLayer +include/osgEarth/ModelSource +include/osgEarth/NodeUtils +include/osgEarth/Notify +include/osgEarth/OverlayDecorator +include/osgEarth/OverlayNode +include/osgEarth/Pickers +include/osgEarth/PrimitiveIntersector +include/osgEarth/Profile +include/osgEarth/Progress +include/osgEarth/Random +include/osgEarth/Registry +include/osgEarth/Revisioning +include/osgEarth/ShaderFactory +include/osgEarth/ShaderGenerator +include/osgEarth/ShaderUtils +include/osgEarth/SparseTexture2DArray +include/osgEarth/SpatialReference +include/osgEarth/StateSetCache +include/osgEarth/StringUtils +include/osgEarth/TaskService +include/osgEarth/Terrain +include/osgEarth/TerrainEffect +include/osgEarth/TerrainEngineNode +include/osgEarth/TerrainLayer +include/osgEarth/TerrainOptions +include/osgEarth/TextureCompositor +include/osgEarth/TextureCompositorMulti +include/osgEarth/TextureCompositorTexArray +include/osgEarth/ThreadingUtils +include/osgEarth/TileKey +include/osgEarth/TileSource +include/osgEarth/TimeControl +include/osgEarth/TraversalData +include/osgEarth/URI +include/osgEarth/Units +include/osgEarth/Utils +include/osgEarth/Version +include/osgEarth/VerticalDatum +include/osgEarth/Viewpoint +include/osgEarth/VirtualProgram +include/osgEarth/XmlUtils +include/osgEarth/optional +include/osgEarth/tinystr.h +include/osgEarth/tinyxml.h +include/osgEarthAnnotation/AnnotationData +include/osgEarthAnnotation/AnnotationEditing +include/osgEarthAnnotation/AnnotationNode +include/osgEarthAnnotation/AnnotationRegistry +include/osgEarthAnnotation/AnnotationSettings +include/osgEarthAnnotation/AnnotationUtils +include/osgEarthAnnotation/CircleNode +include/osgEarthAnnotation/Common +include/osgEarthAnnotation/Decoration +include/osgEarthAnnotation/EllipseNode +include/osgEarthAnnotation/Export +include/osgEarthAnnotation/FeatureEditing +include/osgEarthAnnotation/FeatureNode +include/osgEarthAnnotation/HighlightDecoration +include/osgEarthAnnotation/ImageOverlay +include/osgEarthAnnotation/ImageOverlayEditor +include/osgEarthAnnotation/LabelNode +include/osgEarthAnnotation/LocalGeometryNode +include/osgEarthAnnotation/LocalizedNode +include/osgEarthAnnotation/ModelNode +include/osgEarthAnnotation/OrthoNode +include/osgEarthAnnotation/PlaceNode +include/osgEarthAnnotation/RectangleNode +include/osgEarthAnnotation/ScaleDecoration +include/osgEarthAnnotation/TrackNode +include/osgEarthDrivers/agglite/AGGLiteOptions +include/osgEarthDrivers/arcgis/ArcGISOptions +include/osgEarthDrivers/bing/BingOptions +include/osgEarthDrivers/cache_filesystem/FileSystemCache +include/osgEarthDrivers/debug/DebugOptions +include/osgEarthDrivers/engine_byo/BYOTerrainEngineNode +include/osgEarthDrivers/engine_byo/BYOTerrainEngineOptions +include/osgEarthDrivers/engine_byo/Common +include/osgEarthDrivers/engine_mp/Common +include/osgEarthDrivers/engine_mp/DynamicLODScaleCallback +include/osgEarthDrivers/engine_mp/FileLocationCallback +include/osgEarthDrivers/engine_mp/KeyNodeFactory +include/osgEarthDrivers/engine_mp/MPGeometry +include/osgEarthDrivers/engine_mp/MPTerrainEngineNode +include/osgEarthDrivers/engine_mp/MPTerrainEngineOptions +include/osgEarthDrivers/engine_mp/QuickReleaseGLObjects +include/osgEarthDrivers/engine_mp/SingleKeyNodeFactory +include/osgEarthDrivers/engine_mp/TerrainNode +include/osgEarthDrivers/engine_mp/TileGroup +include/osgEarthDrivers/engine_mp/TileModel +include/osgEarthDrivers/engine_mp/TileModelCompiler +include/osgEarthDrivers/engine_mp/TileModelFactory +include/osgEarthDrivers/engine_mp/TileNode +include/osgEarthDrivers/engine_mp/TileNodeRegistry +include/osgEarthDrivers/engine_mp/TilePagedLOD +include/osgEarthDrivers/engine_osgterrain/Common +include/osgEarthDrivers/engine_osgterrain/CustomTerrainTechnique +include/osgEarthDrivers/engine_osgterrain/DynamicLODScaleCallback +include/osgEarthDrivers/engine_osgterrain/FileLocationCallback +include/osgEarthDrivers/engine_osgterrain/KeyNodeFactory +include/osgEarthDrivers/engine_osgterrain/LODFactorCallback +include/osgEarthDrivers/engine_osgterrain/MultiPassTerrainTechnique +include/osgEarthDrivers/engine_osgterrain/OSGTerrainEngineNode +include/osgEarthDrivers/engine_osgterrain/OSGTerrainOptions +include/osgEarthDrivers/engine_osgterrain/OSGTileFactory +include/osgEarthDrivers/engine_osgterrain/ParallelKeyNodeFactory +include/osgEarthDrivers/engine_osgterrain/SerialKeyNodeFactory +include/osgEarthDrivers/engine_osgterrain/SinglePassTerrainTechnique +include/osgEarthDrivers/engine_osgterrain/StreamingTerrainNode +include/osgEarthDrivers/engine_osgterrain/StreamingTile +include/osgEarthDrivers/engine_osgterrain/TerrainNode +include/osgEarthDrivers/engine_osgterrain/Tile +include/osgEarthDrivers/engine_osgterrain/TileBuilder +include/osgEarthDrivers/engine_osgterrain/TransparentLayer +include/osgEarthDrivers/engine_quadtree/Common +include/osgEarthDrivers/engine_quadtree/CustomPagedLOD +include/osgEarthDrivers/engine_quadtree/DynamicLODScaleCallback +include/osgEarthDrivers/engine_quadtree/FileLocationCallback +include/osgEarthDrivers/engine_quadtree/KeyNodeFactory +include/osgEarthDrivers/engine_quadtree/LODFactorCallback +include/osgEarthDrivers/engine_quadtree/QuadTreeTerrainEngineNode +include/osgEarthDrivers/engine_quadtree/QuadTreeTerrainEngineOptions +include/osgEarthDrivers/engine_quadtree/QuickReleaseGLObjects +include/osgEarthDrivers/engine_quadtree/SerialKeyNodeFactory +include/osgEarthDrivers/engine_quadtree/TerrainNode +include/osgEarthDrivers/engine_quadtree/TileModel +include/osgEarthDrivers/engine_quadtree/TileModelCompiler +include/osgEarthDrivers/engine_quadtree/TileModelFactory +include/osgEarthDrivers/engine_quadtree/TileNode +include/osgEarthDrivers/engine_quadtree/TileNodeRegistry +include/osgEarthDrivers/feature_ogr/FeatureCursorOGR +include/osgEarthDrivers/feature_ogr/OGRFeatureOptions +include/osgEarthDrivers/feature_tfs/TFSFeatureOptions +include/osgEarthDrivers/feature_wfs/WFSFeatureOptions +include/osgEarthDrivers/gdal/GDALOptions +include/osgEarthDrivers/kml/KML +include/osgEarthDrivers/kml/KMLOptions +include/osgEarthDrivers/mask_feature/FeatureMaskOptions +include/osgEarthDrivers/mbtiles/MBTilesOptions +include/osgEarthDrivers/model_feature_geom/FeatureGeomModelOptions +include/osgEarthDrivers/model_feature_stencil/FeatureStencilModelOptions +include/osgEarthDrivers/model_simple/SimpleModelOptions +include/osgEarthDrivers/ocean_surface/OceanSurface +include/osgEarthDrivers/osg/OSGOptions +include/osgEarthDrivers/refresh/RefreshOptions +include/osgEarthDrivers/tilecache/TileCacheOptions +include/osgEarthDrivers/tileindex/TileIndexOptions +include/osgEarthDrivers/tileservice/TileServiceOptions +include/osgEarthDrivers/tms/TMSOptions +include/osgEarthDrivers/vpb/VPBOptions +include/osgEarthDrivers/wcs/WCSOptions +include/osgEarthDrivers/wms/TileService +include/osgEarthDrivers/wms/WMSOptions +include/osgEarthDrivers/xyz/XYZOptions +include/osgEarthDrivers/yahoo/YahooOptions +include/osgEarthFeatures/AltitudeFilter +include/osgEarthFeatures/BufferFilter +include/osgEarthFeatures/BuildGeometryFilter +include/osgEarthFeatures/BuildTextFilter +include/osgEarthFeatures/BuildTextOperator +include/osgEarthFeatures/CentroidFilter +include/osgEarthFeatures/Common +include/osgEarthFeatures/ConvertTypeFilter +include/osgEarthFeatures/CropFilter +include/osgEarthFeatures/ExtrudeGeometryFilter +include/osgEarthFeatures/Feature +include/osgEarthFeatures/FeatureCursor +include/osgEarthFeatures/FeatureDisplayLayout +include/osgEarthFeatures/FeatureDrawSet +include/osgEarthFeatures/FeatureListSource +include/osgEarthFeatures/FeatureModelGraph +include/osgEarthFeatures/FeatureModelSource +include/osgEarthFeatures/FeatureSource +include/osgEarthFeatures/FeatureSourceIndexNode +include/osgEarthFeatures/FeatureTileSource +include/osgEarthFeatures/Filter +include/osgEarthFeatures/FilterContext +include/osgEarthFeatures/GeometryCompiler +include/osgEarthFeatures/GeometryUtils +include/osgEarthFeatures/LabelSource +include/osgEarthFeatures/MeshClamper +include/osgEarthFeatures/OgrUtils +include/osgEarthFeatures/OptimizerHints +include/osgEarthFeatures/PolygonizeLines +include/osgEarthFeatures/ResampleFilter +include/osgEarthFeatures/ScaleFilter +include/osgEarthFeatures/ScatterFilter +include/osgEarthFeatures/Script +include/osgEarthFeatures/ScriptEngine +include/osgEarthFeatures/Session +include/osgEarthFeatures/SubstituteModelFilter +include/osgEarthFeatures/TessellateOperator +include/osgEarthFeatures/TextSymbolizer +include/osgEarthFeatures/TransformFilter +include/osgEarthFeatures/VirtualFeatureSource +include/osgEarthSymbology/AGG.h +include/osgEarthSymbology/AltitudeSymbol +include/osgEarthSymbology/Color +include/osgEarthSymbology/Common +include/osgEarthSymbology/CssUtils +include/osgEarthSymbology/Expression +include/osgEarthSymbology/ExtrusionSymbol +include/osgEarthSymbology/Fill +include/osgEarthSymbology/GEOS +include/osgEarthSymbology/Geometry +include/osgEarthSymbology/GeometryFactory +include/osgEarthSymbology/GeometryRasterizer +include/osgEarthSymbology/IconResource +include/osgEarthSymbology/IconSymbol +include/osgEarthSymbology/InstanceResource +include/osgEarthSymbology/InstanceSymbol +include/osgEarthSymbology/LineSymbol +include/osgEarthSymbology/MarkerResource +include/osgEarthSymbology/MarkerSymbol +include/osgEarthSymbology/MeshConsolidator +include/osgEarthSymbology/MeshSubdivider +include/osgEarthSymbology/ModelResource +include/osgEarthSymbology/ModelSymbol +include/osgEarthSymbology/PointSymbol +include/osgEarthSymbology/PolygonSymbol +include/osgEarthSymbology/Query +include/osgEarthSymbology/RenderSymbol +include/osgEarthSymbology/Resource +include/osgEarthSymbology/ResourceCache +include/osgEarthSymbology/ResourceLibrary +include/osgEarthSymbology/Skins +include/osgEarthSymbology/StencilVolumeNode +include/osgEarthSymbology/Stroke +include/osgEarthSymbology/Style +include/osgEarthSymbology/StyleSelector +include/osgEarthSymbology/StyleSheet +include/osgEarthSymbology/Symbol +include/osgEarthSymbology/Tags +include/osgEarthSymbology/TextSymbol +include/osgEarthUtil/AnnotationEvents +include/osgEarthUtil/ArcGIS +include/osgEarthUtil/AutoClipPlaneHandler +include/osgEarthUtil/BrightnessContrastColorFilter +include/osgEarthUtil/CMYKColorFilter +include/osgEarthUtil/ChromaKeyColorFilter +include/osgEarthUtil/ClampCallback +include/osgEarthUtil/Common +include/osgEarthUtil/ContourMap +include/osgEarthUtil/Controls +include/osgEarthUtil/DataScanner +include/osgEarthUtil/DateTime +include/osgEarthUtil/DetailTexture +include/osgEarthUtil/EarthManipulator +include/osgEarthUtil/ExampleResources +include/osgEarthUtil/Export +include/osgEarthUtil/FeatureManipTool +include/osgEarthUtil/FeatureQueryTool +include/osgEarthUtil/Formatter +include/osgEarthUtil/GLSLColorFilter +include/osgEarthUtil/GammaColorFilter +include/osgEarthUtil/GeodeticGraticule +include/osgEarthUtil/HSLColorFilter +include/osgEarthUtil/HTM +include/osgEarthUtil/LODBlending +include/osgEarthUtil/LatLongFormatter +include/osgEarthUtil/LineOfSight +include/osgEarthUtil/LinearLineOfSight +include/osgEarthUtil/MGRSFormatter +include/osgEarthUtil/MGRSGraticule +include/osgEarthUtil/MeasureTool +include/osgEarthUtil/MouseCoordsTool +include/osgEarthUtil/NormalMap +include/osgEarthUtil/ObjectLocator +include/osgEarthUtil/PolyhedralLineOfSight +include/osgEarthUtil/RGBColorFilter +include/osgEarthUtil/RadialLineOfSight +include/osgEarthUtil/ShadowUtils +include/osgEarthUtil/SkyNode +include/osgEarthUtil/SpatialData +include/osgEarthUtil/StarData +include/osgEarthUtil/TFS +include/osgEarthUtil/TFSPackager +include/osgEarthUtil/TMS +include/osgEarthUtil/TMSBackFiller +include/osgEarthUtil/TMSPackager +include/osgEarthUtil/TerrainProfile +include/osgEarthUtil/TileIndex +include/osgEarthUtil/TileIndexBuilder +include/osgEarthUtil/UTMGraticule +include/osgEarthUtil/VerticalScale +include/osgEarthUtil/WFS +include/osgEarthUtil/WMS +lib/libosgEarth.so +lib/libosgEarth.so.0 +lib/libosgEarth.so.2.5.0 +lib/libosgEarthAnnotation.so +lib/libosgEarthAnnotation.so.0 +lib/libosgEarthAnnotation.so.2.5.0 +lib/libosgEarthFeatures.so +lib/libosgEarthFeatures.so.0 +lib/libosgEarthFeatures.so.2.5.0 +lib/libosgEarthSymbology.so +lib/libosgEarthSymbology.so.0 +lib/libosgEarthSymbology.so.2.5.0 +lib/libosgEarthUtil.so +lib/libosgEarthUtil.so.0 +lib/libosgEarthUtil.so.2.5.0 +lib/osgPlugins-3.1.3/osgdb_earth.so +lib/osgPlugins-3.1.3/osgdb_kml.so +lib/osgPlugins-3.1.3/osgdb_osgearth_agglite.so +lib/osgPlugins-3.1.3/osgdb_osgearth_arcgis.so +lib/osgPlugins-3.1.3/osgdb_osgearth_arcgis_map_cache.so +lib/osgPlugins-3.1.3/osgdb_osgearth_bing.so +lib/osgPlugins-3.1.3/osgdb_osgearth_cache_filesystem.so +lib/osgPlugins-3.1.3/osgdb_osgearth_debug.so +lib/osgPlugins-3.1.3/osgdb_osgearth_engine_byo.so +lib/osgPlugins-3.1.3/osgdb_osgearth_engine_mp.so +lib/osgPlugins-3.1.3/osgdb_osgearth_engine_osgterrain.so +lib/osgPlugins-3.1.3/osgdb_osgearth_engine_quadtree.so +lib/osgPlugins-3.1.3/osgdb_osgearth_feature_ogr.so +lib/osgPlugins-3.1.3/osgdb_osgearth_feature_tfs.so +lib/osgPlugins-3.1.3/osgdb_osgearth_feature_wfs.so +lib/osgPlugins-3.1.3/osgdb_osgearth_gdal.so +lib/osgPlugins-3.1.3/osgdb_osgearth_label_annotation.so +lib/osgPlugins-3.1.3/osgdb_osgearth_label_overlay.so +lib/osgPlugins-3.1.3/osgdb_osgearth_mask_feature.so +lib/osgPlugins-3.1.3/osgdb_osgearth_mbtiles.so +lib/osgPlugins-3.1.3/osgdb_osgearth_model_feature_geom.so +lib/osgPlugins-3.1.3/osgdb_osgearth_model_feature_stencil.so +lib/osgPlugins-3.1.3/osgdb_osgearth_model_simple.so +lib/osgPlugins-3.1.3/osgdb_osgearth_ocean_surface.so +lib/osgPlugins-3.1.3/osgdb_osgearth_osg.so +lib/osgPlugins-3.1.3/osgdb_osgearth_refresh.so +lib/osgPlugins-3.1.3/osgdb_osgearth_tilecache.so +lib/osgPlugins-3.1.3/osgdb_osgearth_tileindex.so +lib/osgPlugins-3.1.3/osgdb_osgearth_tileservice.so +lib/osgPlugins-3.1.3/osgdb_osgearth_tms.so +lib/osgPlugins-3.1.3/osgdb_osgearth_vdatum_egm2008.so +lib/osgPlugins-3.1.3/osgdb_osgearth_vdatum_egm84.so +lib/osgPlugins-3.1.3/osgdb_osgearth_vdatum_egm96.so +lib/osgPlugins-3.1.3/osgdb_osgearth_vpb.so +lib/osgPlugins-3.1.3/osgdb_osgearth_wcs.so +lib/osgPlugins-3.1.3/osgdb_osgearth_wms.so +lib/osgPlugins-3.1.3/osgdb_osgearth_xyz.so +lib/osgPlugins-3.1.3/osgdb_osgearth_yahoo.so +@dirrmtry lib/osgPlugins-3.1.3 +@dirrmtry include/osgEarthUtil +@dirrmtry include/osgEarthSymbology +@dirrmtry include/osgEarthFeatures +@dirrmtry include/osgEarthDrivers/yahoo +@dirrmtry include/osgEarthDrivers/xyz +@dirrmtry include/osgEarthDrivers/wms +@dirrmtry include/osgEarthDrivers/wcs +@dirrmtry include/osgEarthDrivers/vpb +@dirrmtry include/osgEarthDrivers/tms +@dirrmtry include/osgEarthDrivers/tileservice +@dirrmtry include/osgEarthDrivers/tileindex +@dirrmtry include/osgEarthDrivers/tilecache +@dirrmtry include/osgEarthDrivers/refresh +@dirrmtry include/osgEarthDrivers/osg +@dirrmtry include/osgEarthDrivers/ocean_surface +@dirrmtry include/osgEarthDrivers/model_simple +@dirrmtry include/osgEarthDrivers/model_feature_stencil +@dirrmtry include/osgEarthDrivers/model_feature_geom +@dirrmtry include/osgEarthDrivers/mbtiles +@dirrmtry include/osgEarthDrivers/mask_feature +@dirrmtry include/osgEarthDrivers/kml +@dirrmtry include/osgEarthDrivers/gdal +@dirrmtry include/osgEarthDrivers/feature_wfs +@dirrmtry include/osgEarthDrivers/feature_tfs +@dirrmtry include/osgEarthDrivers/feature_ogr +@dirrmtry include/osgEarthDrivers/engine_quadtree +@dirrmtry include/osgEarthDrivers/engine_osgterrain +@dirrmtry include/osgEarthDrivers/engine_mp +@dirrmtry include/osgEarthDrivers/engine_byo +@dirrmtry include/osgEarthDrivers/debug +@dirrmtry include/osgEarthDrivers/cache_filesystem +@dirrmtry include/osgEarthDrivers/bing +@dirrmtry include/osgEarthDrivers/arcgis +@dirrmtry include/osgEarthDrivers/agglite +@dirrmtry include/osgEarthDrivers +@dirrmtry include/osgEarthAnnotation +@dirrmtry include/osgEarth |