@@ -30,6 +30,8 @@ Build-Depends:
30
30
python-qt4-dev (>=4.1.0),
31
31
python-sip (>= 4.5.0),
32
32
python-sip-dev (>= 4.5.0),
33
+ libosgearth-dev,
34
+ libopenscenegraph-dev,
33
35
git,
34
36
doxygen,
35
37
graphviz,
@@ -42,7 +44,7 @@ Homepage: http://qgis.org/
42
44
Package: qgis
43
45
Architecture: any
44
46
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-providers (= ${binary:Version}), qgis-common (= ${source:Version})
45
- Recommends: qgis-plugin-grass, python-qgis
47
+ Recommends: qgis-plugin-globe, qgis-plugin- grass, python-qgis
46
48
Suggests: gpsbabel
47
49
Conflicts: uim-qt3
48
50
Description: Geographic Information System (GIS)
@@ -197,3 +199,21 @@ Description: Quantum GIS API documentation
197
199
.
198
200
This package contains the Quantum GIS API documentation.
199
201
202
+ Package: qgis-plugin-globe
203
+ Architecture: any
204
+ Depends: qgis (= ${binary:Version}), qgis-plugin-globe-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
205
+ Description: OSG globe plugin for Quantum GIS
206
+ Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
207
+ and display databases of geographic information.
208
+ .
209
+ This plugin enables 3D viewing using OSG globe in the Quantum GIS.
210
+
211
+ Package: qgis-plugin-globe-common
212
+ Architecture: all
213
+ Description: OSG GLOBE plugin for Quantum GIS - architecture-independent data
214
+ Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
215
+ and display databases of geographic information.
216
+ .
217
+ This package contains architecture-independent supporting data files for use
218
+ with the Quantum GIS GLOBE plugin.
219
+
0 commit comments