-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
182 lines (174 loc) · 5.39 KB
/
control
File metadata and controls
182 lines (174 loc) · 5.39 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
Source: szn-mapnik
Priority: optional
Maintainer: mapy.alfa <mapy.alfa@firma.seznam.cz>
Homepage: https://gitlab.seznam.net/mapycz/libmrender
Build-Depends:
g++ (>=4.9.1),
make,
debhelper (>= 7),
libboost-thread-dev (>= 1.55),
libboost-filesystem-dev (>= 1.55),
libboost-regex-dev (>= 1.55),
libboost-system-dev (>= 1.55),
libboost-program-options-dev (>= 1.55),
libwebp-dev,
libpng-dev,
libjpeg-dev,
libtiff-dev,
zlib1g-dev,
libharfbuzz-dev,
libfreetype6-dev,
libpq-dev,
libproj-dev,
libgdal-dev (>= 2.1),
libxml2-dev,
libicu-dev (>= 4.2),
libcairo2-dev,
libsqlite3-dev,
libcurl4-gnutls-dev,
libxslt-dev,
szn-libmapbox-variant-dev (>= 1.1.5)
Standards-Version: 3.8.4
Section: libs
Package: szn-libmapnik
Architecture: any
Conflicts: libmapnik3.0
Depends:
${shlibs:Depends},
${misc:Depends}
Suggests:
ttf-dejavu,
ttf-unifont
Description: C++ toolkit for developing GIS applications (libraries)
Mapnik is an OpenSource C++ toolkit for developing GIS
(Geographic Information Systems) applications. At the core is a C++
shared library providing algorithms/patterns for spatial data access and
visualization.
.
Essentially a collection of geographic objects (map, layer, datasource,
feature, geometry), the library doesn't rely on "windowing systems" and
is intended to work in multi-threaded environments
.
High-level Python bindings (boost.python) facilitate rapid application
development, targeting zope3, django, etc.
.
This package contains the shared library and input plugins that lack depedencies.
Package: szn-mapnik-input-plugin-gdal
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
szn-libmapnik (= ${binary:Version})
Description: Mapnik GDAL input plugin for reading raster datasources.
Package: szn-mapnik-input-plugin-ogr
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
szn-libmapnik (= ${binary:Version})
Description: Mapnik OGR input plugin for reading vector datasources.
Package: szn-mapnik-input-plugin-postgis
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
szn-libmapnik (= ${binary:Version})
Suggests:
postgis
Description: Mapnik PostGIS input plugin for reading vector data from PostGIS tables in PostgreSQL.
Package: szn-mapnik-input-plugin-sqlite
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
szn-libmapnik (= ${binary:Version})
Description: Mapnik SQLite input plugin for reading vector data in sqlite3 or spatialite databases.
Package: szn-libmapnik-dev
Conflicts: libmapnik-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
szn-libmapnik (= ${binary:Version}),
libc6-dev | libc-dev,
libboost-thread-dev (>= 1.55),
libboost-filesystem-dev (>= 1.55),
libboost-regex-dev (>= 1.55),
libboost-system-dev (>= 1.55),
libwebp-dev,
libpng-dev,
libjpeg-dev,
libtiff-dev,
zlib1g-dev,
libharfbuzz-dev,
libfreetype6-dev,
libproj-dev,
libxml2-dev,
libicu-dev (>= 4.2),
libcairo2-dev,
libxslt-dev,
szn-libmapbox-variant-dev (>= 1.1.5)
Suggests: szn-mapnik-doc
Description: C++ toolkit for developing GIS applications (devel)
Mapnik is an OpenSource C++ toolkit for developing GIS
(Geographic Information Systems) applications. At the core is a C++
shared library providing algorithms/patterns for spatial data access and
visualization.
.
Essentially a collection of geographic objects (map, layer, datasource,
feature, geometry), the library doesn't rely on "windowing systems" and
is intended to work in multi-threaded environments
.
High-level Python bindings (boost.python) facilitate rapid application
development, targeting zope3, django, etc.
.
This package contains the development headers, API documentation, and
build utilities.
Package: szn-mapnik-utils
Section: utils
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
szn-libmapnik (= ${binary:Version})
Recommends:
python-lxml
Conflicts: szn-mapnik-utils
Replaces: szn-mapnik-utils
Description: C++ toolkit for developing GIS applications (utilities)
Mapnik is an OpenSource C++ toolkit for developing GIS
(Geographic Information Systems) applications. At the core is a C++
shared library providing algorithms/patterns for spatial data access and
visualization.
.
Essentially a collection of geographic objects (map, layer, datasource,
feature, geometry), the library doesn't rely on "windowing systems" and
is intended to work in multi-threaded environments
.
High-level Python bindings (boost.python) facilitate rapid application
development, targeting zope3, django, etc.
.
This package contains miscellaneous utilities distributed with mapnik:
.
shapeindex: program to creates file system based index for ESRI shape-files
Package: szn-mapnik-doc
Section: doc
Architecture: all
Recommends: szn-libmapnik-dev
Depends: ${misc:Depends}
Conflicts: szn-mapnik-docs
Replaces: szn-mapnik-docs
Description: C++ toolkit for developing GIS applications (doc)
Mapnik is an OpenSource C++ toolkit for developing GIS
(Geographic Information Systems) applications. At the core is a C++
shared library providing algorithms/patterns for spatial data access and
visualization.
.
Essentially a collection of geographic objects (map, layer, datasource,
feature, geometry), the library doesn't rely on "windowing systems" and
is intended to work in multi-threaded environments
.
High-level Python bindings (boost.python) facilitate rapid application
development, targeting zope3, django, etc.
.
This package contains developer documentation.