View | Details | Raw Unified | Return to bug 209236
Collapse All | Expand All

(-)graphics/osgearth/Makefile (-4 / +2 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	osgearth
4
PORTNAME=	osgearth
5
PORTVERSION=	2.5
5
PORTVERSION=	2.7
6
DISTVERSIONPREFIX=	${PORTNAME}-
7
PORTREVISION=	6
8
CATEGORIES=	graphics geography
6
CATEGORIES=	graphics geography
9
7
10
MAINTAINER=	coder@tuxfamily.org
8
MAINTAINER=	coder@tuxfamily.org
Lines 22-28 Link Here
22
20
23
USE_LDCONFIG=	YES
21
USE_LDCONFIG=	YES
24
USES=		cmake gmake pkgconfig sqlite
22
USES=		cmake gmake pkgconfig sqlite
25
PLIST_SUB=	OSGVERSION=3.2.1
23
PLIST_SUB=	OSGVERSION=3.4.0
26
24
27
CMAKE_ARGS+=	-DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \
25
CMAKE_ARGS+=	-DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \
28
		-DMINIZIP_INCLUDE_DIR=${LOCALBASE}/include/minizip \
26
		-DMINIZIP_INCLUDE_DIR=${LOCALBASE}/include/minizip \
(-)graphics/osgearth/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gwaldron-osgearth-osgearth-2.5_GH0.tar.gz) = 73d730fdf615318ef876179b21ff77f508efa20e4dcd8640b999a8235a811616
1
SHA256 (gwaldron-osgearth-2.7_GH0.tar.gz) = d5fa9ac116646e0d73a3cdf4455ae4914c5c9964093572abaf348817b169e26c
2
SIZE (gwaldron-osgearth-osgearth-2.5_GH0.tar.gz) = 49670415
2
SIZE (gwaldron-osgearth-2.7_GH0.tar.gz) = 77479152
(-)graphics/osgearth/files/patch-src-osgEarth-ThreadingUtils.cpp (-21 lines)
Lines 1-21 Link Here
1
--- src/osgEarth/ThreadingUtils.cpp.orig	2013-05-16 20:29:30.000000000 +0200
2
+++ src/osgEarth/ThreadingUtils.cpp	2013-05-16 20:28:01.000000000 +0200
3
@@ -23,6 +23,7 @@
4
 #else
5
 #   include <unistd.h>
6
 #   include <sys/syscall.h>
7
+#   include <sys/thr.h>
8
 #endif
9
 
10
 using namespace osgEarth::Threading;
11
@@ -38,6 +39,10 @@
12
   return (unsigned)::GetCurrentThreadId();
13
 #elif __APPLE__
14
   return ::syscall(SYS_thread_selfid);
15
+#elif __FreeBSD__
16
+  long lwpid;
17
+  thr_self(&lwpid);
18
+  return lwpid;
19
 #else
20
   return (unsigned)::syscall(SYS_gettid);
21
 #endif
(-)graphics/osgearth/files/patch-src_applications_osgearth__skyview_osgearth__skyview.cpp (+10 lines)
Line 0 Link Here
1
--- src/applications/osgearth_skyview/osgearth_skyview.cpp.orig	2016-05-02 22:28:45 UTC
2
+++ src/applications/osgearth_skyview/osgearth_skyview.cpp
3
@@ -25,7 +25,6 @@
4
 #include <osgEarth/Notify>
5
 #include <osgEarthUtil/ExampleResources>
6
 #include "SkyManipulator"
7
-#include "osgGA\FirstPersonManipulator"
8
 
9
 
10
 #define LC "[viewer] "
(-)graphics/osgearth/files/patch-src_osgEarth_ThreadingUtils.cpp (+21 lines)
Line 0 Link Here
1
--- src/osgEarth/ThreadingUtils.cpp.orig	2016-02-10 18:21:28 UTC
2
+++ src/osgEarth/ThreadingUtils.cpp
3
@@ -23,6 +23,7 @@
4
 #else
5
 #   include <unistd.h>
6
 #   include <sys/syscall.h>
7
+#   include <sys/thr.h>
8
 #endif
9
 
10
 using namespace osgEarth::Threading;
11
@@ -40,6 +41,10 @@ unsigned osgEarth::Threading::getCurrent
12
   return ::syscall(SYS_thread_selfid);
13
 #elif __ANDROID__
14
   return gettid();
15
+#elif __FreeBSD__
16
+  long lwpid;
17
+  thr_self(&lwpid);
18
+  return lwpid;
19
 #else
20
   return (unsigned)::syscall(SYS_gettid);
21
 #endif
(-)graphics/osgearth/pkg-plist (-59 / +90 lines)
Lines 1-18 Link Here
1
bin/osgearth_annotation
1
bin/osgearth_annotation
2
bin/osgearth_atlas
2
bin/osgearth_backfill
3
bin/osgearth_backfill
3
bin/osgearth_boundarygen
4
bin/osgearth_boundarygen
4
bin/osgearth_cache
5
bin/osgearth_cache
6
bin/osgearth_cache_test
5
bin/osgearth_city
7
bin/osgearth_city
6
bin/osgearth_clamp
8
bin/osgearth_clamp
9
bin/osgearth_clipplane
7
bin/osgearth_colorfilter
10
bin/osgearth_colorfilter
11
bin/osgearth_computerangecallback
8
bin/osgearth_controls
12
bin/osgearth_controls
13
bin/osgearth_conv
14
bin/osgearth_createtile
9
bin/osgearth_elevation
15
bin/osgearth_elevation
10
bin/osgearth_featureeditor
16
bin/osgearth_featureeditor
11
bin/osgearth_featurefilter
17
bin/osgearth_featurefilter
12
bin/osgearth_featureinfo
18
bin/osgearth_featureinfo
13
bin/osgearth_featuremanip
14
bin/osgearth_featurequery
19
bin/osgearth_featurequery
15
bin/osgearth_features
20
bin/osgearth_features
21
bin/osgearth_fog
16
bin/osgearth_graticule
22
bin/osgearth_graticule
17
bin/osgearth_imageoverlay
23
bin/osgearth_imageoverlay
18
bin/osgearth_los
24
bin/osgearth_los
Lines 20-33 Link Here
20
bin/osgearth_map
26
bin/osgearth_map
21
bin/osgearth_measure
27
bin/osgearth_measure
22
bin/osgearth_minimap
28
bin/osgearth_minimap
29
bin/osgearth_mrt
23
bin/osgearth_occlusionculling
30
bin/osgearth_occlusionculling
24
bin/osgearth_overlayviewer
31
bin/osgearth_overlayviewer
25
bin/osgearth_package
32
bin/osgearth_package
33
bin/osgearth_pick
26
bin/osgearth_sequencecontrol
34
bin/osgearth_sequencecontrol
27
bin/osgearth_shadercomp
35
bin/osgearth_shadercomp
28
bin/osgearth_shadow
36
bin/osgearth_shadergen
29
bin/osgearth_sharedlayer
37
bin/osgearth_sharedlayer
30
bin/osgearth_terraineffects
38
bin/osgearth_skyview
31
bin/osgearth_terrainprofile
39
bin/osgearth_terrainprofile
32
bin/osgearth_tfs
40
bin/osgearth_tfs
33
bin/osgearth_tileindex
41
bin/osgearth_tileindex
Lines 34-39 Link Here
34
bin/osgearth_tilesource
42
bin/osgearth_tilesource
35
bin/osgearth_toc
43
bin/osgearth_toc
36
bin/osgearth_tracks
44
bin/osgearth_tracks
45
bin/osgearth_transform
37
bin/osgearth_version
46
bin/osgearth_version
38
bin/osgearth_viewer
47
bin/osgearth_viewer
39
include/osgEarth/AlphaEffect
48
include/osgEarth/AlphaEffect
Lines 46-51 Link Here
46
include/osgEarth/CacheSeed
55
include/osgEarth/CacheSeed
47
include/osgEarth/Capabilities
56
include/osgEarth/Capabilities
48
include/osgEarth/ClampableNode
57
include/osgEarth/ClampableNode
58
include/osgEarth/Clamping
49
include/osgEarth/ClampingTechnique
59
include/osgEarth/ClampingTechnique
50
include/osgEarth/ColorFilter
60
include/osgEarth/ColorFilter
51
include/osgEarth/Common
61
include/osgEarth/Common
Lines 58-85 Link Here
58
include/osgEarth/DateTime
68
include/osgEarth/DateTime
59
include/osgEarth/Decluttering
69
include/osgEarth/Decluttering
60
include/osgEarth/DepthOffset
70
include/osgEarth/DepthOffset
61
include/osgEarth/Draggers
62
include/osgEarth/DrapeableNode
71
include/osgEarth/DrapeableNode
63
include/osgEarth/DrapingTechnique
72
include/osgEarth/DrapingTechnique
64
include/osgEarth/DrawInstanced
73
include/osgEarth/DrawInstanced
65
include/osgEarth/ECEF
74
include/osgEarth/ECEF
75
include/osgEarth/ElevationField
66
include/osgEarth/ElevationLOD
76
include/osgEarth/ElevationLOD
67
include/osgEarth/ElevationLayer
77
include/osgEarth/ElevationLayer
68
include/osgEarth/ElevationQuery
78
include/osgEarth/ElevationQuery
69
include/osgEarth/Export
79
include/osgEarth/Export
80
include/osgEarth/Extension
70
include/osgEarth/FadeEffect
81
include/osgEarth/FadeEffect
71
include/osgEarth/FileUtils
82
include/osgEarth/FileUtils
72
include/osgEarth/GeoCommon
83
include/osgEarth/GeoCommon
73
include/osgEarth/GeoData
84
include/osgEarth/GeoData
74
include/osgEarth/GeoMath
85
include/osgEarth/GeoMath
86
include/osgEarth/GeoTransform
75
include/osgEarth/Geoid
87
include/osgEarth/Geoid
76
include/osgEarth/HTTPClient
88
include/osgEarth/HTTPClient
77
include/osgEarth/HeightFieldUtils
89
include/osgEarth/HeightFieldUtils
90
include/osgEarth/Horizon
78
include/osgEarth/IOTypes
91
include/osgEarth/IOTypes
79
include/osgEarth/ImageLayer
92
include/osgEarth/ImageLayer
80
include/osgEarth/ImageMosaic
93
include/osgEarth/ImageMosaic
81
include/osgEarth/ImageToHeightFieldConverter
94
include/osgEarth/ImageToHeightFieldConverter
82
include/osgEarth/ImageUtils
95
include/osgEarth/ImageUtils
96
include/osgEarth/IntersectionPicker
83
include/osgEarth/JsonUtils
97
include/osgEarth/JsonUtils
84
include/osgEarth/Layer
98
include/osgEarth/Layer
85
include/osgEarth/LineFunctor
99
include/osgEarth/LineFunctor
Lines 100-112 Link Here
100
include/osgEarth/MemCache
114
include/osgEarth/MemCache
101
include/osgEarth/ModelLayer
115
include/osgEarth/ModelLayer
102
include/osgEarth/ModelSource
116
include/osgEarth/ModelSource
117
include/osgEarth/NativeProgramAdapter
103
include/osgEarth/NodeUtils
118
include/osgEarth/NodeUtils
104
include/osgEarth/Notify
119
include/osgEarth/Notify
120
include/osgEarth/ObjectIndex
105
include/osgEarth/OverlayDecorator
121
include/osgEarth/OverlayDecorator
106
include/osgEarth/OverlayNode
122
include/osgEarth/OverlayNode
107
include/osgEarth/Pickers
123
include/osgEarth/PhongLightingEffect
124
include/osgEarth/Picker
108
include/osgEarth/PrimitiveIntersector
125
include/osgEarth/PrimitiveIntersector
109
include/osgEarth/Profile
126
include/osgEarth/Profile
127
include/osgEarth/Profiler
110
include/osgEarth/Progress
128
include/osgEarth/Progress
111
include/osgEarth/Random
129
include/osgEarth/Random
112
include/osgEarth/Registry
130
include/osgEarth/Registry
Lines 113-122 Link Here
113
include/osgEarth/Revisioning
131
include/osgEarth/Revisioning
114
include/osgEarth/ShaderFactory
132
include/osgEarth/ShaderFactory
115
include/osgEarth/ShaderGenerator
133
include/osgEarth/ShaderGenerator
134
include/osgEarth/ShaderLoader
116
include/osgEarth/ShaderUtils
135
include/osgEarth/ShaderUtils
117
include/osgEarth/SparseTexture2DArray
136
include/osgEarth/Shaders
137
include/osgEarth/SharedSARepo
118
include/osgEarth/SpatialReference
138
include/osgEarth/SpatialReference
119
include/osgEarth/StateSetCache
139
include/osgEarth/StateSetCache
140
include/osgEarth/StateSetLOD
120
include/osgEarth/StringUtils
141
include/osgEarth/StringUtils
121
include/osgEarth/TaskService
142
include/osgEarth/TaskService
122
include/osgEarth/Terrain
143
include/osgEarth/Terrain
Lines 124-135 Link Here
124
include/osgEarth/TerrainEngineNode
145
include/osgEarth/TerrainEngineNode
125
include/osgEarth/TerrainLayer
146
include/osgEarth/TerrainLayer
126
include/osgEarth/TerrainOptions
147
include/osgEarth/TerrainOptions
148
include/osgEarth/TerrainTileNode
149
include/osgEarth/Tessellator
127
include/osgEarth/TextureCompositor
150
include/osgEarth/TextureCompositor
128
include/osgEarth/TextureCompositorMulti
129
include/osgEarth/TextureCompositorTexArray
130
include/osgEarth/ThreadingUtils
151
include/osgEarth/ThreadingUtils
152
include/osgEarth/TileHandler
131
include/osgEarth/TileKey
153
include/osgEarth/TileKey
132
include/osgEarth/TileSource
154
include/osgEarth/TileSource
155
include/osgEarth/TileVisitor
133
include/osgEarth/TimeControl
156
include/osgEarth/TimeControl
134
include/osgEarth/TraversalData
157
include/osgEarth/TraversalData
135
include/osgEarth/URI
158
include/osgEarth/URI
Lines 152-157 Link Here
152
include/osgEarthAnnotation/CircleNode
175
include/osgEarthAnnotation/CircleNode
153
include/osgEarthAnnotation/Common
176
include/osgEarthAnnotation/Common
154
include/osgEarthAnnotation/Decoration
177
include/osgEarthAnnotation/Decoration
178
include/osgEarthAnnotation/Draggers
155
include/osgEarthAnnotation/EllipseNode
179
include/osgEarthAnnotation/EllipseNode
156
include/osgEarthAnnotation/Export
180
include/osgEarthAnnotation/Export
157
include/osgEarthAnnotation/FeatureEditing
181
include/osgEarthAnnotation/FeatureEditing
Lines 179-186 Link Here
179
include/osgEarthDrivers/engine_mp/Common
203
include/osgEarthDrivers/engine_mp/Common
180
include/osgEarthDrivers/engine_mp/DynamicLODScaleCallback
204
include/osgEarthDrivers/engine_mp/DynamicLODScaleCallback
181
include/osgEarthDrivers/engine_mp/FileLocationCallback
205
include/osgEarthDrivers/engine_mp/FileLocationCallback
206
include/osgEarthDrivers/engine_mp/HeightFieldCache
182
include/osgEarthDrivers/engine_mp/KeyNodeFactory
207
include/osgEarthDrivers/engine_mp/KeyNodeFactory
183
include/osgEarthDrivers/engine_mp/MPGeometry
208
include/osgEarthDrivers/engine_mp/MPGeometry
209
include/osgEarthDrivers/engine_mp/MPShaders
184
include/osgEarthDrivers/engine_mp/MPTerrainEngineNode
210
include/osgEarthDrivers/engine_mp/MPTerrainEngineNode
185
include/osgEarthDrivers/engine_mp/MPTerrainEngineOptions
211
include/osgEarthDrivers/engine_mp/MPTerrainEngineOptions
186
include/osgEarthDrivers/engine_mp/QuickReleaseGLObjects
212
include/osgEarthDrivers/engine_mp/QuickReleaseGLObjects
Lines 193-235 Link Here
193
include/osgEarthDrivers/engine_mp/TileNode
219
include/osgEarthDrivers/engine_mp/TileNode
194
include/osgEarthDrivers/engine_mp/TileNodeRegistry
220
include/osgEarthDrivers/engine_mp/TileNodeRegistry
195
include/osgEarthDrivers/engine_mp/TilePagedLOD
221
include/osgEarthDrivers/engine_mp/TilePagedLOD
196
include/osgEarthDrivers/engine_osgterrain/Common
222
include/osgEarthDrivers/feature_elevation/FeatureElevationOptions
197
include/osgEarthDrivers/engine_osgterrain/CustomTerrainTechnique
198
include/osgEarthDrivers/engine_osgterrain/DynamicLODScaleCallback
199
include/osgEarthDrivers/engine_osgterrain/FileLocationCallback
200
include/osgEarthDrivers/engine_osgterrain/KeyNodeFactory
201
include/osgEarthDrivers/engine_osgterrain/LODFactorCallback
202
include/osgEarthDrivers/engine_osgterrain/MultiPassTerrainTechnique
203
include/osgEarthDrivers/engine_osgterrain/OSGTerrainEngineNode
204
include/osgEarthDrivers/engine_osgterrain/OSGTerrainOptions
205
include/osgEarthDrivers/engine_osgterrain/OSGTileFactory
206
include/osgEarthDrivers/engine_osgterrain/ParallelKeyNodeFactory
207
include/osgEarthDrivers/engine_osgterrain/SerialKeyNodeFactory
208
include/osgEarthDrivers/engine_osgterrain/SinglePassTerrainTechnique
209
include/osgEarthDrivers/engine_osgterrain/StreamingTerrainNode
210
include/osgEarthDrivers/engine_osgterrain/StreamingTile
211
include/osgEarthDrivers/engine_osgterrain/TerrainNode
212
include/osgEarthDrivers/engine_osgterrain/Tile
213
include/osgEarthDrivers/engine_osgterrain/TileBuilder
214
include/osgEarthDrivers/engine_osgterrain/TransparentLayer
215
include/osgEarthDrivers/engine_quadtree/Common
216
include/osgEarthDrivers/engine_quadtree/CustomPagedLOD
217
include/osgEarthDrivers/engine_quadtree/DynamicLODScaleCallback
218
include/osgEarthDrivers/engine_quadtree/FileLocationCallback
219
include/osgEarthDrivers/engine_quadtree/KeyNodeFactory
220
include/osgEarthDrivers/engine_quadtree/LODFactorCallback
221
include/osgEarthDrivers/engine_quadtree/QuadTreeTerrainEngineNode
222
include/osgEarthDrivers/engine_quadtree/QuadTreeTerrainEngineOptions
223
include/osgEarthDrivers/engine_quadtree/QuickReleaseGLObjects
224
include/osgEarthDrivers/engine_quadtree/SerialKeyNodeFactory
225
include/osgEarthDrivers/engine_quadtree/TerrainNode
226
include/osgEarthDrivers/engine_quadtree/TileModel
227
include/osgEarthDrivers/engine_quadtree/TileModelCompiler
228
include/osgEarthDrivers/engine_quadtree/TileModelFactory
229
include/osgEarthDrivers/engine_quadtree/TileNode
230
include/osgEarthDrivers/engine_quadtree/TileNodeRegistry
231
include/osgEarthDrivers/feature_ogr/FeatureCursorOGR
223
include/osgEarthDrivers/feature_ogr/FeatureCursorOGR
232
include/osgEarthDrivers/feature_ogr/OGRFeatureOptions
224
include/osgEarthDrivers/feature_ogr/OGRFeatureOptions
225
include/osgEarthDrivers/feature_raster/RasterFeatureOptions
233
include/osgEarthDrivers/feature_tfs/TFSFeatureOptions
226
include/osgEarthDrivers/feature_tfs/TFSFeatureOptions
234
include/osgEarthDrivers/feature_wfs/WFSFeatureOptions
227
include/osgEarthDrivers/feature_wfs/WFSFeatureOptions
235
include/osgEarthDrivers/gdal/GDALOptions
228
include/osgEarthDrivers/gdal/GDALOptions
Lines 240-248 Link Here
240
include/osgEarthDrivers/model_feature_geom/FeatureGeomModelOptions
233
include/osgEarthDrivers/model_feature_geom/FeatureGeomModelOptions
241
include/osgEarthDrivers/model_feature_stencil/FeatureStencilModelOptions
234
include/osgEarthDrivers/model_feature_stencil/FeatureStencilModelOptions
242
include/osgEarthDrivers/model_simple/SimpleModelOptions
235
include/osgEarthDrivers/model_simple/SimpleModelOptions
243
include/osgEarthDrivers/ocean_surface/OceanSurface
236
include/osgEarthDrivers/ocean_simple/SimpleOceanOptions
237
include/osgEarthDrivers/osg/ColorRampOptions
244
include/osgEarthDrivers/osg/OSGOptions
238
include/osgEarthDrivers/osg/OSGOptions
239
include/osgEarthDrivers/quadkey/QuadKeyOptions
245
include/osgEarthDrivers/refresh/RefreshOptions
240
include/osgEarthDrivers/refresh/RefreshOptions
241
include/osgEarthDrivers/scriptengine_javascript/DuktapeEngine
242
include/osgEarthDrivers/scriptengine_javascript/JSGeometry
243
include/osgEarthDrivers/scriptengine_javascript/duktape.h
244
include/osgEarthDrivers/sky_gl/GLSkyOptions
245
include/osgEarthDrivers/sky_simple/SimpleSkyOptions
246
include/osgEarthDrivers/skyview/SkyViewOptions
247
include/osgEarthDrivers/splat_mask/SplatMaskOptions
248
include/osgEarthDrivers/template_matclass/TemplateMatClassOptions
246
include/osgEarthDrivers/tilecache/TileCacheOptions
249
include/osgEarthDrivers/tilecache/TileCacheOptions
247
include/osgEarthDrivers/tileindex/TileIndexOptions
250
include/osgEarthDrivers/tileindex/TileIndexOptions
248
include/osgEarthDrivers/tileservice/TileServiceOptions
251
include/osgEarthDrivers/tileservice/TileServiceOptions
Lines 267-272 Link Here
267
include/osgEarthFeatures/FeatureCursor
270
include/osgEarthFeatures/FeatureCursor
268
include/osgEarthFeatures/FeatureDisplayLayout
271
include/osgEarthFeatures/FeatureDisplayLayout
269
include/osgEarthFeatures/FeatureDrawSet
272
include/osgEarthFeatures/FeatureDrawSet
273
include/osgEarthFeatures/FeatureIndex
270
include/osgEarthFeatures/FeatureListSource
274
include/osgEarthFeatures/FeatureListSource
271
include/osgEarthFeatures/FeatureModelGraph
275
include/osgEarthFeatures/FeatureModelGraph
272
include/osgEarthFeatures/FeatureModelSource
276
include/osgEarthFeatures/FeatureModelSource
Lines 297-302 Link Here
297
include/osgEarthSymbology/AltitudeSymbol
301
include/osgEarthSymbology/AltitudeSymbol
298
include/osgEarthSymbology/Color
302
include/osgEarthSymbology/Color
299
include/osgEarthSymbology/Common
303
include/osgEarthSymbology/Common
304
include/osgEarthSymbology/CoverageSymbol
300
include/osgEarthSymbology/CssUtils
305
include/osgEarthSymbology/CssUtils
301
include/osgEarthSymbology/Expression
306
include/osgEarthSymbology/Expression
302
include/osgEarthSymbology/ExtrusionSymbol
307
include/osgEarthSymbology/ExtrusionSymbol
Lines 313-318 Link Here
313
include/osgEarthSymbology/MarkerResource
318
include/osgEarthSymbology/MarkerResource
314
include/osgEarthSymbology/MarkerSymbol
319
include/osgEarthSymbology/MarkerSymbol
315
include/osgEarthSymbology/MeshConsolidator
320
include/osgEarthSymbology/MeshConsolidator
321
include/osgEarthSymbology/MeshFlattener
316
include/osgEarthSymbology/MeshSubdivider
322
include/osgEarthSymbology/MeshSubdivider
317
include/osgEarthSymbology/ModelResource
323
include/osgEarthSymbology/ModelResource
318
include/osgEarthSymbology/ModelSymbol
324
include/osgEarthSymbology/ModelSymbol
Lines 332-339 Link Here
332
include/osgEarthSymbology/Symbol
338
include/osgEarthSymbology/Symbol
333
include/osgEarthSymbology/Tags
339
include/osgEarthSymbology/Tags
334
include/osgEarthSymbology/TextSymbol
340
include/osgEarthSymbology/TextSymbol
341
include/osgEarthUtil/ActivityMonitorTool
335
include/osgEarthUtil/AnnotationEvents
342
include/osgEarthUtil/AnnotationEvents
336
include/osgEarthUtil/ArcGIS
343
include/osgEarthUtil/ArcGIS
344
include/osgEarthUtil/AtlasBuilder
337
include/osgEarthUtil/AutoClipPlaneHandler
345
include/osgEarthUtil/AutoClipPlaneHandler
338
include/osgEarthUtil/BrightnessContrastColorFilter
346
include/osgEarthUtil/BrightnessContrastColorFilter
339
include/osgEarthUtil/CMYKColorFilter
347
include/osgEarthUtil/CMYKColorFilter
Lines 343-359 Link Here
343
include/osgEarthUtil/ContourMap
351
include/osgEarthUtil/ContourMap
344
include/osgEarthUtil/Controls
352
include/osgEarthUtil/Controls
345
include/osgEarthUtil/DataScanner
353
include/osgEarthUtil/DataScanner
346
include/osgEarthUtil/DateTime
347
include/osgEarthUtil/DetailTexture
348
include/osgEarthUtil/EarthManipulator
354
include/osgEarthUtil/EarthManipulator
355
include/osgEarthUtil/Ephemeris
349
include/osgEarthUtil/ExampleResources
356
include/osgEarthUtil/ExampleResources
350
include/osgEarthUtil/Export
357
include/osgEarthUtil/Export
351
include/osgEarthUtil/FeatureManipTool
352
include/osgEarthUtil/FeatureQueryTool
358
include/osgEarthUtil/FeatureQueryTool
359
include/osgEarthUtil/Fog
353
include/osgEarthUtil/Formatter
360
include/osgEarthUtil/Formatter
354
include/osgEarthUtil/GLSLColorFilter
361
include/osgEarthUtil/GLSLColorFilter
355
include/osgEarthUtil/GammaColorFilter
362
include/osgEarthUtil/GammaColorFilter
356
include/osgEarthUtil/GeodeticGraticule
363
include/osgEarthUtil/GeodeticGraticule
364
include/osgEarthUtil/GraticuleExtension
365
include/osgEarthUtil/GraticuleNode
366
include/osgEarthUtil/GraticuleOptions
367
include/osgEarthUtil/GraticuleTerrainEffect
357
include/osgEarthUtil/HSLColorFilter
368
include/osgEarthUtil/HSLColorFilter
358
include/osgEarthUtil/HTM
369
include/osgEarthUtil/HTM
359
include/osgEarthUtil/LODBlending
370
include/osgEarthUtil/LODBlending
Lines 360-376 Link Here
360
include/osgEarthUtil/LatLongFormatter
371
include/osgEarthUtil/LatLongFormatter
361
include/osgEarthUtil/LineOfSight
372
include/osgEarthUtil/LineOfSight
362
include/osgEarthUtil/LinearLineOfSight
373
include/osgEarthUtil/LinearLineOfSight
374
include/osgEarthUtil/LogarithmicDepthBuffer
363
include/osgEarthUtil/MGRSFormatter
375
include/osgEarthUtil/MGRSFormatter
364
include/osgEarthUtil/MGRSGraticule
376
include/osgEarthUtil/MGRSGraticule
365
include/osgEarthUtil/MeasureTool
377
include/osgEarthUtil/MeasureTool
366
include/osgEarthUtil/MouseCoordsTool
378
include/osgEarthUtil/MouseCoordsTool
367
include/osgEarthUtil/NormalMap
379
include/osgEarthUtil/NightColorFilter
368
include/osgEarthUtil/ObjectLocator
380
include/osgEarthUtil/ObjectLocator
381
include/osgEarthUtil/Ocean
369
include/osgEarthUtil/PolyhedralLineOfSight
382
include/osgEarthUtil/PolyhedralLineOfSight
370
include/osgEarthUtil/RGBColorFilter
383
include/osgEarthUtil/RGBColorFilter
384
include/osgEarthUtil/RTTPicker
371
include/osgEarthUtil/RadialLineOfSight
385
include/osgEarthUtil/RadialLineOfSight
372
include/osgEarthUtil/ShadowUtils
386
include/osgEarthUtil/Shaders
373
include/osgEarthUtil/SkyNode
387
include/osgEarthUtil/Shadowing
388
include/osgEarthUtil/SimplexNoise
389
include/osgEarthUtil/Sky
374
include/osgEarthUtil/SpatialData
390
include/osgEarthUtil/SpatialData
375
include/osgEarthUtil/StarData
391
include/osgEarthUtil/StarData
376
include/osgEarthUtil/TFS
392
include/osgEarthUtil/TFS
Lines 387-431 Link Here
387
include/osgEarthUtil/WMS
403
include/osgEarthUtil/WMS
388
lib/libosgEarth.so
404
lib/libosgEarth.so
389
lib/libosgEarth.so.0
405
lib/libosgEarth.so.0
390
lib/libosgEarth.so.2.5.0
406
lib/libosgEarth.so.2.6.0
391
lib/libosgEarthAnnotation.so
407
lib/libosgEarthAnnotation.so
392
lib/libosgEarthAnnotation.so.0
408
lib/libosgEarthAnnotation.so.0
393
lib/libosgEarthAnnotation.so.2.5.0
409
lib/libosgEarthAnnotation.so.2.6.0
394
lib/libosgEarthFeatures.so
410
lib/libosgEarthFeatures.so
395
lib/libosgEarthFeatures.so.0
411
lib/libosgEarthFeatures.so.0
396
lib/libosgEarthFeatures.so.2.5.0
412
lib/libosgEarthFeatures.so.2.6.0
397
lib/libosgEarthSymbology.so
413
lib/libosgEarthSymbology.so
398
lib/libosgEarthSymbology.so.0
414
lib/libosgEarthSymbology.so.0
399
lib/libosgEarthSymbology.so.2.5.0
415
lib/libosgEarthSymbology.so.2.6.0
400
lib/libosgEarthUtil.so
416
lib/libosgEarthUtil.so
401
lib/libosgEarthUtil.so.0
417
lib/libosgEarthUtil.so.0
402
lib/libosgEarthUtil.so.2.5.0
418
lib/libosgEarthUtil.so.2.6.0
403
lib/osgPlugins-%%OSGVERSION%%/osgdb_earth.so
419
lib/osgPlugins-%%OSGVERSION%%/osgdb_earth.so
404
lib/osgPlugins-%%OSGVERSION%%/osgdb_kml.so
420
lib/osgPlugins-%%OSGVERSION%%/osgdb_kml.so
405
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_agglite.so
421
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_agglite.so
406
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_arcgis.so
422
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_arcgis.so
407
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_arcgis_map_cache.so
423
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_arcgis_map_cache.so
424
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_billboard.so
408
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_bing.so
425
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_bing.so
426
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_bumpmap.so
409
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_cache_filesystem.so
427
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_cache_filesystem.so
428
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_colorramp.so
410
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_debug.so
429
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_debug.so
411
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_engine_byo.so
430
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_engine_byo.so
412
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_engine_mp.so
431
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_engine_mp.so
413
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_engine_osgterrain.so
432
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_feature_elevation.so
414
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_engine_quadtree.so
415
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_feature_ogr.so
433
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_feature_ogr.so
434
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_feature_raster.so
416
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_feature_tfs.so
435
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_feature_tfs.so
417
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_feature_wfs.so
436
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_feature_wfs.so
418
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_gdal.so
437
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_gdal.so
419
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_label_annotation.so
438
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_label_annotation.so
420
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_label_overlay.so
439
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_mapinspector.so
421
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_mask_feature.so
440
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_mask_feature.so
422
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_mbtiles.so
441
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_mbtiles.so
423
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_model_feature_geom.so
442
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_model_feature_geom.so
424
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_model_feature_stencil.so
443
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_model_feature_stencil.so
425
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_model_simple.so
444
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_model_simple.so
426
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_ocean_surface.so
445
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_noise.so
446
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_normalmap.so
447
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_ocean_simple.so
427
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_osg.so
448
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_osg.so
449
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_quadkey.so
428
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_refresh.so
450
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_refresh.so
451
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_scriptengine_javascript.so
452
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_sky_gl.so
453
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_sky_simple.so
454
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_skyview.so
455
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_splat.so
456
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_splat_mask.so
457
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_template_matclass.so
458
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_terrainshader.so
429
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_tilecache.so
459
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_tilecache.so
430
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_tileindex.so
460
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_tileindex.so
431
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_tileservice.so
461
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_tileservice.so
Lines 433-438 Link Here
433
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_vdatum_egm2008.so
463
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_vdatum_egm2008.so
434
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_vdatum_egm84.so
464
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_vdatum_egm84.so
435
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_vdatum_egm96.so
465
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_vdatum_egm96.so
466
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_viewpoints.so
436
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_vpb.so
467
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_vpb.so
437
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_wcs.so
468
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_wcs.so
438
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_wms.so
469
lib/osgPlugins-%%OSGVERSION%%/osgdb_osgearth_wms.so

Return to bug 209236