File: control

package info (click to toggle)
libcitygml 2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,164 kB
  • ctags: 1,217
  • sloc: cpp: 7,755; makefile: 18
file content (82 lines) | stat: -rw-r--r-- 3,506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: libcitygml
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: YunQiang Su <wzssyqa@gmail.com>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               cmake,
               libxml2-dev,
               libgdal-dev,
               libgl1-mesa-dev | libgl-dev,
               libglu-dev,
               pkg-kde-tools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libcitygml.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/libcitygml.git
Homepage: https://github.com/jklimke/libcitygml

Package: libcitygml2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Open source C++ library for parsing CityGML files
 libcitygml is a small and easy to use open source C++ library for parsing
 CityGML files in such a way that data can be easily exploited by 3D
 rendering applications (geometry data are tesselated and optimized for
 rendering during parsing). For instance, it can be used to develop readers
 of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...)
 Most metadata are not lost, they are available through a per-node hashmap.
 .
 CityGML (City Geography Markup Language) is an XML-based schema for the
 modelling and exchange of georeferenced 3D city and landscape models that
 is quickly being adopted on an international level.
 .
 This package contains share library.

Package: libcitygml-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcitygml2 (= ${binary:Version}),
         ${misc:Depends},
Pre-Depends: ${misc:Pre-Depends}
Breaks: libcitygml0-dev (<< 1.4.3-1~)
Replaces: libcitygml0-dev (<< 1.4.3-1~)
Description: Static and header files of libcitygml
 libcitygml is a small and easy to use open source C++ library for parsing
 CityGML files in such a way that data can be easily exploited by 3D
 rendering applications (geometry data are tesselated and optimized for
 rendering during parsing). For instance, it can be used to develop readers
 of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...)
 Most metadata are not lost, they are available through a per-node hashmap.
 .
 CityGML (City Geography Markup Language) is an XML-based schema for the
 modelling and exchange of georeferenced 3D city and landscape models that
 is quickly being adopted on an international level.
 .
 This package contains develop files: static and header files of libcitygml.

Package: libcitygml-bin
Architecture: any
Section: utils
Depends: libcitygml2 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Breaks: libcitygml0-bin (<< 1.4.3-1~)
Replaces: libcitygml0-bin (<< 1.4.3-1~)
Description: Utils of libcitygml - citygmltest
 libcitygml is a small and easy to use open source C++ library for parsing
 CityGML files in such a way that data can be easily exploited by 3D
 rendering applications (geometry data are tesselated and optimized for
 rendering during parsing). For instance, it can be used to develop readers
 of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...)
 Most metadata are not lost, they are available through a per-node hashmap.
 .
 CityGML (City Geography Markup Language) is an XML-based schema for the
 modelling and exchange of georeferenced 3D city and landscape models that
 is quickly being adopted on an international level.
 .
 This package contains the citygmltest utility.