View | Details | Raw Unified | Return to bug 233491 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	osgearth
4
PORTNAME=	osgearth
5
PORTVERSION=	2.9
5
PORTVERSION=	2.10
6
DISTVERSIONPREFIX=	${PORTNAME}-
6
DISTVERSIONPREFIX=	${PORTNAME}-
7
PORTREVISION=	1
8
CATEGORIES=	graphics geography
7
CATEGORIES=	graphics geography
9
8
10
MAINTAINER=	lbartoletti@tuxfamily.org
9
MAINTAINER=	lbartoletti@tuxfamily.org
Lines 22-28 Link Here
22
		libprotoc.so:devel/protobuf \
21
		libprotoc.so:devel/protobuf \
23
		librocksdb.so:databases/rocksdb
22
		librocksdb.so:databases/rocksdb
24
23
25
USES=		cmake pkgconfig sqlite
24
USES=		cmake pkgconfig gl sqlite
26
25
27
USE_GITHUB=	yes
26
USE_GITHUB=	yes
28
GH_ACCOUNT=	gwaldron
27
GH_ACCOUNT=	gwaldron
Lines 29-35 Link Here
29
28
30
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
31
USE_GL+=	gl glu
30
USE_GL+=	gl glu
32
PLIST_SUB=	OSGVERSION=3.4.0
33
31
34
CMAKE_ARGS+=	-DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \
32
CMAKE_ARGS+=	-DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \
35
		-DCMAKE_LIBRARY_PATH:PATH=${LOCALBASE}/lib \
33
		-DCMAKE_LIBRARY_PATH:PATH=${LOCALBASE}/lib \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1518100553
1
TIMESTAMP = 1542524324
2
SHA256 (gwaldron-osgearth-osgearth-2.9_GH0.tar.gz) = 22aeef42bb700c1e669d9ba57ce4155c0668caf86cc738750a6b9d34c1eaf2a4
2
SHA256 (gwaldron-osgearth-osgearth-2.10_GH0.tar.gz) = 986ad26b8e340a40ac6404137aa61f80a030030fa3e8cf5fbdf183c697f2556e
3
SIZE (gwaldron-osgearth-osgearth-2.9_GH0.tar.gz) = 85149312
3
SIZE (gwaldron-osgearth-osgearth-2.10_GH0.tar.gz) = 90196039
(-)files/patch-src_osgEarthDrivers_fastdxt_libdxt.cpp (+18 lines)
Line 0 Link Here
1
--- src/osgEarthDrivers/fastdxt/libdxt.cpp.orig	2018-11-18 08:01:55 UTC
2
+++ src/osgEarthDrivers/fastdxt/libdxt.cpp
3
@@ -24,7 +24,7 @@
4
 
5
 #include "libdxt.h"
6
 
7
-#if defined(__APPLE__)
8
+#if defined(__APPLE__) || (__FreeBSD__)
9
 #define memalign(x,y) malloc((y))
10
 #else
11
 #include <malloc.h>
12
@@ -92,4 +92,4 @@ int CompressDXT(const byte *in, byte *out, int width, 
13
   // Join all the threads
14
   nbbytes = job.nbb;
15
   return nbbytes;
16
-}
17
\ No newline at end of file
18
+}
(-)files/patch-src_osgEarthDrivers_fastdxt_util.h (+11 lines)
Line 0 Link Here
1
--- src/osgEarthDrivers/fastdxt/util.h.orig	2018-11-18 08:00:00 UTC
2
+++ src/osgEarthDrivers/fastdxt/util.h
3
@@ -64,7 +64,7 @@ void aFree(void* const p);
4
 float drand48(void);
5
 #endif
6
 
7
-#if defined(__APPLE__)
8
+#if defined(__APPLE__) || defined(__FreeBSD__)
9
 #define memalign(x,y) malloc((y))
10
 #else
11
 #include <malloc.h>
(-)pkg-plist (-18 / +28 lines)
Lines 4-17 Link Here
4
bin/osgearth_atlas
4
bin/osgearth_atlas
5
bin/osgearth_boundarygen
5
bin/osgearth_boundarygen
6
bin/osgearth_cache
6
bin/osgearth_cache
7
bin/osgearth_cache_test
8
bin/osgearth_city
7
bin/osgearth_city
9
bin/osgearth_clipplane
8
bin/osgearth_cluster
10
bin/osgearth_colorfilter
9
bin/osgearth_colorfilter
11
bin/osgearth_computerangecallback
10
bin/osgearth_computerangecallback
12
bin/osgearth_controls
11
bin/osgearth_controls
13
bin/osgearth_conv
12
bin/osgearth_conv
14
bin/osgearth_datetime
13
bin/osgearth_datetime
14
bin/osgearth_drawables
15
bin/osgearth_eci
15
bin/osgearth_elevation
16
bin/osgearth_elevation
16
bin/osgearth_ephemeris
17
bin/osgearth_ephemeris
17
bin/osgearth_featurefilter
18
bin/osgearth_featurefilter
Lines 18-23 Link Here
18
bin/osgearth_featureinfo
19
bin/osgearth_featureinfo
19
bin/osgearth_featurequery
20
bin/osgearth_featurequery
20
bin/osgearth_features
21
bin/osgearth_features
22
bin/osgearth_geodetic_graticule
21
bin/osgearth_graticule
23
bin/osgearth_graticule
22
bin/osgearth_horizon
24
bin/osgearth_horizon
23
bin/osgearth_htm
25
bin/osgearth_htm
Lines 26-31 Link Here
26
bin/osgearth_infinitescroll
28
bin/osgearth_infinitescroll
27
bin/osgearth_lights
29
bin/osgearth_lights
28
bin/osgearth_los
30
bin/osgearth_los
31
bin/osgearth_magnify
29
bin/osgearth_manip
32
bin/osgearth_manip
30
bin/osgearth_map
33
bin/osgearth_map
31
bin/osgearth_measure
34
bin/osgearth_measure
Lines 36-41 Link Here
36
bin/osgearth_overlayviewer
39
bin/osgearth_overlayviewer
37
bin/osgearth_package
40
bin/osgearth_package
38
bin/osgearth_pick
41
bin/osgearth_pick
42
bin/osgearth_scenegraphcallbacks
39
bin/osgearth_sequencecontrol
43
bin/osgearth_sequencecontrol
40
bin/osgearth_server
44
bin/osgearth_server
41
bin/osgearth_shadercomp
45
bin/osgearth_shadercomp
Lines 54-59 Link Here
54
bin/osgearth_video
58
bin/osgearth_video
55
bin/osgearth_viewer
59
bin/osgearth_viewer
56
bin/osgearth_wfs
60
bin/osgearth_wfs
61
bin/osgearth_windows
57
include/osgEarth/Bounds
62
include/osgEarth/Bounds
58
include/osgEarth/Cache
63
include/osgEarth/Cache
59
include/osgEarth/CacheBin
64
include/osgEarth/CacheBin
Lines 83-88 Link Here
83
include/osgEarth/ElevationLayer
88
include/osgEarth/ElevationLayer
84
include/osgEarth/ElevationPool
89
include/osgEarth/ElevationPool
85
include/osgEarth/ElevationQuery
90
include/osgEarth/ElevationQuery
91
include/osgEarth/EllipsoidIntersector
86
include/osgEarth/Endian
92
include/osgEarth/Endian
87
include/osgEarth/Export
93
include/osgEarth/Export
88
include/osgEarth/Extension
94
include/osgEarth/Extension
Lines 89-94 Link Here
89
include/osgEarth/FadeEffect
95
include/osgEarth/FadeEffect
90
include/osgEarth/FileUtils
96
include/osgEarth/FileUtils
91
include/osgEarth/GLSLChunker
97
include/osgEarth/GLSLChunker
98
include/osgEarth/GLUtils
92
include/osgEarth/GeoCommon
99
include/osgEarth/GeoCommon
93
include/osgEarth/GeoData
100
include/osgEarth/GeoData
94
include/osgEarth/GeoMath
101
include/osgEarth/GeoMath
Lines 98-103 Link Here
98
include/osgEarth/HTTPClient
105
include/osgEarth/HTTPClient
99
include/osgEarth/HeightFieldUtils
106
include/osgEarth/HeightFieldUtils
100
include/osgEarth/Horizon
107
include/osgEarth/Horizon
108
include/osgEarth/HorizonClipPlane
101
include/osgEarth/IOTypes
109
include/osgEarth/IOTypes
102
include/osgEarth/ImageLayer
110
include/osgEarth/ImageLayer
103
include/osgEarth/ImageMosaic
111
include/osgEarth/ImageMosaic
Lines 110-115 Link Here
110
include/osgEarth/Layer
118
include/osgEarth/Layer
111
include/osgEarth/LayerListener
119
include/osgEarth/LayerListener
112
include/osgEarth/Lighting
120
include/osgEarth/Lighting
121
include/osgEarth/LineDrawable
113
include/osgEarth/LineFunctor
122
include/osgEarth/LineFunctor
114
include/osgEarth/LocalTangentPlane
123
include/osgEarth/LocalTangentPlane
115
include/osgEarth/Locators
124
include/osgEarth/Locators
Lines 123-129 Link Here
123
include/osgEarth/MapNodeOptions
132
include/osgEarth/MapNodeOptions
124
include/osgEarth/MapOptions
133
include/osgEarth/MapOptions
125
include/osgEarth/MaskLayer
134
include/osgEarth/MaskLayer
126
include/osgEarth/MaskNode
127
include/osgEarth/MaskSource
135
include/osgEarth/MaskSource
128
include/osgEarth/MemCache
136
include/osgEarth/MemCache
129
include/osgEarth/Memory
137
include/osgEarth/Memory
Lines 141-149 Link Here
141
include/osgEarth/PhongLightingEffect
149
include/osgEarth/PhongLightingEffect
142
include/osgEarth/Picker
150
include/osgEarth/Picker
143
include/osgEarth/PluginLoader
151
include/osgEarth/PluginLoader
152
include/osgEarth/PointDrawable
144
include/osgEarth/PrimitiveIntersector
153
include/osgEarth/PrimitiveIntersector
145
include/osgEarth/Profile
154
include/osgEarth/Profile
146
include/osgEarth/Profiler
147
include/osgEarth/Progress
155
include/osgEarth/Progress
148
include/osgEarth/Random
156
include/osgEarth/Random
149
include/osgEarth/Registry
157
include/osgEarth/Registry
Lines 154-167 Link Here
154
include/osgEarth/ShaderFactory
162
include/osgEarth/ShaderFactory
155
include/osgEarth/ShaderGenerator
163
include/osgEarth/ShaderGenerator
156
include/osgEarth/ShaderLoader
164
include/osgEarth/ShaderLoader
165
include/osgEarth/ShaderMerger
157
include/osgEarth/ShaderUtils
166
include/osgEarth/ShaderUtils
158
include/osgEarth/Shaders
167
include/osgEarth/Shaders
159
include/osgEarth/Shadowing
168
include/osgEarth/Shadowing
160
include/osgEarth/SharedSARepo
161
include/osgEarth/SimplexNoise
169
include/osgEarth/SimplexNoise
162
include/osgEarth/SpatialReference
170
include/osgEarth/SpatialReference
163
include/osgEarth/StateSetCache
171
include/osgEarth/StateSetCache
164
include/osgEarth/StateSetLOD
165
include/osgEarth/Status
172
include/osgEarth/Status
166
include/osgEarth/StringUtils
173
include/osgEarth/StringUtils
167
include/osgEarth/TaskService
174
include/osgEarth/TaskService
Lines 176-185 Link Here
176
include/osgEarth/TerrainTileModelFactory
183
include/osgEarth/TerrainTileModelFactory
177
include/osgEarth/TerrainTileNode
184
include/osgEarth/TerrainTileNode
178
include/osgEarth/Tessellator
185
include/osgEarth/Tessellator
186
include/osgEarth/Text
179
include/osgEarth/ThreadingUtils
187
include/osgEarth/ThreadingUtils
180
include/osgEarth/TileHandler
188
include/osgEarth/TileHandler
181
include/osgEarth/TileKey
189
include/osgEarth/TileKey
182
include/osgEarth/TileKeyDataStore
183
include/osgEarth/TileRasterizer
190
include/osgEarth/TileRasterizer
184
include/osgEarth/TileSource
191
include/osgEarth/TileSource
185
include/osgEarth/TileVisitor
192
include/osgEarth/TileVisitor
Lines 194-200 Link Here
194
include/osgEarth/Viewpoint
201
include/osgEarth/Viewpoint
195
include/osgEarth/VirtualProgram
202
include/osgEarth/VirtualProgram
196
include/osgEarth/VisibleLayer
203
include/osgEarth/VisibleLayer
197
include/osgEarth/WrapperLayer
198
include/osgEarth/XmlUtils
204
include/osgEarth/XmlUtils
199
include/osgEarth/optional
205
include/osgEarth/optional
200
include/osgEarth/tinystr.h
206
include/osgEarth/tinystr.h
Lines 230-235 Link Here
230
include/osgEarthDrivers/cache_filesystem/FileSystemCache
236
include/osgEarthDrivers/cache_filesystem/FileSystemCache
231
include/osgEarthDrivers/cache_leveldb/LevelDBCacheOptions
237
include/osgEarthDrivers/cache_leveldb/LevelDBCacheOptions
232
include/osgEarthDrivers/cache_rocksdb/RocksDBCacheOptions
238
include/osgEarthDrivers/cache_rocksdb/RocksDBCacheOptions
239
include/osgEarthDrivers/cesiumion/CesiumIonOptions
233
include/osgEarthDrivers/colorramp/ColorRampOptions
240
include/osgEarthDrivers/colorramp/ColorRampOptions
234
include/osgEarthDrivers/debug/DebugOptions
241
include/osgEarthDrivers/debug/DebugOptions
235
include/osgEarthDrivers/engine_mp/Common
242
include/osgEarthDrivers/engine_mp/Common
Lines 276-282 Link Here
276
include/osgEarthDrivers/feature_mapnikvectortiles/MVTFeatureOptions
283
include/osgEarthDrivers/feature_mapnikvectortiles/MVTFeatureOptions
277
include/osgEarthDrivers/feature_ogr/FeatureCursorOGR
284
include/osgEarthDrivers/feature_ogr/FeatureCursorOGR
278
include/osgEarthDrivers/feature_ogr/OGRFeatureOptions
285
include/osgEarthDrivers/feature_ogr/OGRFeatureOptions
279
include/osgEarthDrivers/feature_raster/RasterFeatureOptions
280
include/osgEarthDrivers/feature_tfs/TFSFeatureOptions
286
include/osgEarthDrivers/feature_tfs/TFSFeatureOptions
281
include/osgEarthDrivers/feature_wfs/WFSFeatureOptions
287
include/osgEarthDrivers/feature_wfs/WFSFeatureOptions
282
include/osgEarthDrivers/feature_xyz/XYZFeatureOptions
288
include/osgEarthDrivers/feature_xyz/XYZFeatureOptions
Lines 289-295 Link Here
289
include/osgEarthDrivers/mbtiles/MBTilesOptions
295
include/osgEarthDrivers/mbtiles/MBTilesOptions
290
include/osgEarthDrivers/model_feature_geom/FeatureGeomModelOptions
296
include/osgEarthDrivers/model_feature_geom/FeatureGeomModelOptions
291
include/osgEarthDrivers/model_simple/SimpleModelOptions
297
include/osgEarthDrivers/model_simple/SimpleModelOptions
292
include/osgEarthDrivers/ocean_simple/SimpleOceanOptions
293
include/osgEarthDrivers/osg/OSGOptions
298
include/osgEarthDrivers/osg/OSGOptions
294
include/osgEarthDrivers/scriptengine_javascript/DuktapeEngine
299
include/osgEarthDrivers/scriptengine_javascript/DuktapeEngine
295
include/osgEarthDrivers/scriptengine_javascript/JSGeometry
300
include/osgEarthDrivers/scriptengine_javascript/JSGeometry
Lines 298-304 Link Here
298
include/osgEarthDrivers/sky_gl/GLSkyOptions
303
include/osgEarthDrivers/sky_gl/GLSkyOptions
299
include/osgEarthDrivers/sky_simple/SimpleSkyOptions
304
include/osgEarthDrivers/sky_simple/SimpleSkyOptions
300
include/osgEarthDrivers/skyview/SkyViewOptions
305
include/osgEarthDrivers/skyview/SkyViewOptions
306
include/osgEarthDrivers/tilecache/TileCacheOptions
301
include/osgEarthDrivers/tileindex/TileIndexOptions
307
include/osgEarthDrivers/tileindex/TileIndexOptions
308
include/osgEarthDrivers/tilepackage/TilePackageOptions
302
include/osgEarthDrivers/tms/TMSOptions
309
include/osgEarthDrivers/tms/TMSOptions
303
include/osgEarthDrivers/vpb/VPBOptions
310
include/osgEarthDrivers/vpb/VPBOptions
304
include/osgEarthDrivers/wcs/WCSOptions
311
include/osgEarthDrivers/wcs/WCSOptions
Lines 329-337 Link Here
329
include/osgEarthFeatures/FeatureTileSource
336
include/osgEarthFeatures/FeatureTileSource
330
include/osgEarthFeatures/Filter
337
include/osgEarthFeatures/Filter
331
include/osgEarthFeatures/FilterContext
338
include/osgEarthFeatures/FilterContext
332
include/osgEarthFeatures/GPULines
333
include/osgEarthFeatures/GeometryCompiler
339
include/osgEarthFeatures/GeometryCompiler
334
include/osgEarthFeatures/GeometryUtils
340
include/osgEarthFeatures/GeometryUtils
341
include/osgEarthFeatures/ImageToFeatureLayer
335
include/osgEarthFeatures/LabelSource
342
include/osgEarthFeatures/LabelSource
336
include/osgEarthFeatures/MVT
343
include/osgEarthFeatures/MVT
337
include/osgEarthFeatures/OgrUtils
344
include/osgEarthFeatures/OgrUtils
Lines 349-354 Link Here
349
include/osgEarthFeatures/TextSymbolizer
356
include/osgEarthFeatures/TextSymbolizer
350
include/osgEarthFeatures/TransformFilter
357
include/osgEarthFeatures/TransformFilter
351
include/osgEarthFeatures/VirtualFeatureSource
358
include/osgEarthFeatures/VirtualFeatureSource
359
include/osgEarthFeatures/vector_tile.pb.h
352
include/osgEarthSplat/Coverage
360
include/osgEarthSplat/Coverage
353
include/osgEarthSplat/Export
361
include/osgEarthSplat/Export
354
include/osgEarthSplat/GroundCover
362
include/osgEarthSplat/GroundCover
Lines 384-391 Link Here
384
include/osgEarthSymbology/InstanceResource
392
include/osgEarthSymbology/InstanceResource
385
include/osgEarthSymbology/InstanceSymbol
393
include/osgEarthSymbology/InstanceSymbol
386
include/osgEarthSymbology/LineSymbol
394
include/osgEarthSymbology/LineSymbol
387
include/osgEarthSymbology/MarkerResource
388
include/osgEarthSymbology/MarkerSymbol
389
include/osgEarthSymbology/MeshConsolidator
395
include/osgEarthSymbology/MeshConsolidator
390
include/osgEarthSymbology/MeshFlattener
396
include/osgEarthSymbology/MeshFlattener
391
include/osgEarthSymbology/MeshSubdivider
397
include/osgEarthSymbology/MeshSubdivider
Lines 399-405 Link Here
399
include/osgEarthSymbology/ResourceCache
405
include/osgEarthSymbology/ResourceCache
400
include/osgEarthSymbology/ResourceLibrary
406
include/osgEarthSymbology/ResourceLibrary
401
include/osgEarthSymbology/Skins
407
include/osgEarthSymbology/Skins
402
include/osgEarthSymbology/StencilVolumeNode
403
include/osgEarthSymbology/Stroke
408
include/osgEarthSymbology/Stroke
404
include/osgEarthSymbology/Style
409
include/osgEarthSymbology/Style
405
include/osgEarthSymbology/StyleSelector
410
include/osgEarthSymbology/StyleSelector
Lines 408-421 Link Here
408
include/osgEarthSymbology/Tags
413
include/osgEarthSymbology/Tags
409
include/osgEarthSymbology/TextSymbol
414
include/osgEarthSymbology/TextSymbol
410
include/osgEarthUtil/ActivityMonitorTool
415
include/osgEarthUtil/ActivityMonitorTool
411
include/osgEarthUtil/AnnotationEvents
412
include/osgEarthUtil/ArcGIS
416
include/osgEarthUtil/ArcGIS
413
include/osgEarthUtil/AtlasBuilder
417
include/osgEarthUtil/AtlasBuilder
414
include/osgEarthUtil/AutoClipPlaneHandler
418
include/osgEarthUtil/AutoClipPlaneHandler
419
include/osgEarthUtil/AutoScaleCallback
415
include/osgEarthUtil/BrightnessContrastColorFilter
420
include/osgEarthUtil/BrightnessContrastColorFilter
416
include/osgEarthUtil/CMYKColorFilter
421
include/osgEarthUtil/CMYKColorFilter
417
include/osgEarthUtil/ChromaKeyColorFilter
422
include/osgEarthUtil/ChromaKeyColorFilter
418
include/osgEarthUtil/ClampCallback
423
include/osgEarthUtil/ClampCallback
424
include/osgEarthUtil/ClipSpace
425
include/osgEarthUtil/ClusterNode
419
include/osgEarthUtil/Common
426
include/osgEarthUtil/Common
420
include/osgEarthUtil/ContourMap
427
include/osgEarthUtil/ContourMap
421
include/osgEarthUtil/Controls
428
include/osgEarthUtil/Controls
Lines 432-437 Link Here
432
include/osgEarthUtil/GLSLColorFilter
439
include/osgEarthUtil/GLSLColorFilter
433
include/osgEarthUtil/GammaColorFilter
440
include/osgEarthUtil/GammaColorFilter
434
include/osgEarthUtil/GeodeticGraticule
441
include/osgEarthUtil/GeodeticGraticule
442
include/osgEarthUtil/GeodeticLabelingEngine
443
include/osgEarthUtil/GraticuleLabelingEngine
435
include/osgEarthUtil/HSLColorFilter
444
include/osgEarthUtil/HSLColorFilter
436
include/osgEarthUtil/HTM
445
include/osgEarthUtil/HTM
437
include/osgEarthUtil/LODBlending
446
include/osgEarthUtil/LODBlending
Lines 446-452 Link Here
446
include/osgEarthUtil/MultiElevationLayer
455
include/osgEarthUtil/MultiElevationLayer
447
include/osgEarthUtil/NightColorFilter
456
include/osgEarthUtil/NightColorFilter
448
include/osgEarthUtil/Ocean
457
include/osgEarthUtil/Ocean
449
include/osgEarthUtil/PolyhedralLineOfSight
450
include/osgEarthUtil/RGBColorFilter
458
include/osgEarthUtil/RGBColorFilter
451
include/osgEarthUtil/RTTPicker
459
include/osgEarthUtil/RTTPicker
452
include/osgEarthUtil/RadialLineOfSight
460
include/osgEarthUtil/RadialLineOfSight
Lines 491-496 Link Here
491
lib/libosgEarthUtil.so.0
499
lib/libosgEarthUtil.so.0
492
lib/libosgEarthUtil.so.2.9.0
500
lib/libosgEarthUtil.so.2.9.0
493
lib/osgdb_earth.so
501
lib/osgdb_earth.so
502
lib/osgdb_fastdxt.so
494
lib/osgdb_kml.so
503
lib/osgdb_kml.so
495
lib/osgdb_osgearth_agglite.so
504
lib/osgdb_osgearth_agglite.so
496
lib/osgdb_osgearth_arcgis.so
505
lib/osgdb_osgearth_arcgis.so
Lines 499-504 Link Here
499
lib/osgdb_osgearth_cache_filesystem.so
508
lib/osgdb_osgearth_cache_filesystem.so
500
lib/osgdb_osgearth_cache_leveldb.so
509
lib/osgdb_osgearth_cache_leveldb.so
501
lib/osgdb_osgearth_cache_rocksdb.so
510
lib/osgdb_osgearth_cache_rocksdb.so
511
lib/osgdb_osgearth_cesiumion.so
502
lib/osgdb_osgearth_colorramp.so
512
lib/osgdb_osgearth_colorramp.so
503
lib/osgdb_osgearth_debug.so
513
lib/osgdb_osgearth_debug.so
504
lib/osgdb_osgearth_detail.so
514
lib/osgdb_osgearth_detail.so
Lines 507-513 Link Here
507
lib/osgdb_osgearth_feature_elevation.so
517
lib/osgdb_osgearth_feature_elevation.so
508
lib/osgdb_osgearth_feature_mapnikvectortiles.so
518
lib/osgdb_osgearth_feature_mapnikvectortiles.so
509
lib/osgdb_osgearth_feature_ogr.so
519
lib/osgdb_osgearth_feature_ogr.so
510
lib/osgdb_osgearth_feature_raster.so
511
lib/osgdb_osgearth_feature_tfs.so
520
lib/osgdb_osgearth_feature_tfs.so
512
lib/osgdb_osgearth_feature_wfs.so
521
lib/osgdb_osgearth_feature_wfs.so
513
lib/osgdb_osgearth_feature_xyz.so
522
lib/osgdb_osgearth_feature_xyz.so
Lines 521-527 Link Here
521
lib/osgdb_osgearth_model_feature_geom.so
530
lib/osgdb_osgearth_model_feature_geom.so
522
lib/osgdb_osgearth_model_simple.so
531
lib/osgdb_osgearth_model_simple.so
523
lib/osgdb_osgearth_monitor.so
532
lib/osgdb_osgearth_monitor.so
524
lib/osgdb_osgearth_ocean_simple.so
525
lib/osgdb_osgearth_osg.so
533
lib/osgdb_osgearth_osg.so
526
lib/osgdb_osgearth_scriptengine_javascript.so
534
lib/osgdb_osgearth_scriptengine_javascript.so
527
lib/osgdb_osgearth_sky_gl.so
535
lib/osgdb_osgearth_sky_gl.so
Lines 528-534 Link Here
528
lib/osgdb_osgearth_sky_simple.so
536
lib/osgdb_osgearth_sky_simple.so
529
lib/osgdb_osgearth_skyview.so
537
lib/osgdb_osgearth_skyview.so
530
lib/osgdb_osgearth_terrainshader.so
538
lib/osgdb_osgearth_terrainshader.so
539
lib/osgdb_osgearth_tilecache.so
531
lib/osgdb_osgearth_tileindex.so
540
lib/osgdb_osgearth_tileindex.so
541
lib/osgdb_osgearth_tilepackage.so
532
lib/osgdb_osgearth_tms.so
542
lib/osgdb_osgearth_tms.so
533
lib/osgdb_osgearth_vdatum_egm2008.so
543
lib/osgdb_osgearth_vdatum_egm2008.so
534
lib/osgdb_osgearth_vdatum_egm84.so
544
lib/osgdb_osgearth_vdatum_egm84.so

Return to bug 233491