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
|
Source: mapnik
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
Francesco Paolo Lovergine <frankie@debian.org>,
Jérémy Lal <kapouer@melix.org>,
Bas Couwenberg <sebastic@debian.org>
Section: libs
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
libavif-dev,
libboost-context-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-regex-dev,
libboost-system-dev,
libboost-thread-dev,
libboost-url-dev,
libcairo-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
libfreetype-dev,
libgdal-dev,
libharfbuzz-dev,
libicu-dev,
libjpeg-dev,
libmapbox-geometry-dev,
libmapbox-polylabel-dev,
libmapbox-variant-dev (>= 1.1.5),
libpng-dev,
libpq-dev,
libproj-dev,
libprotozero-dev,
libsqlite3-dev,
libssl-dev,
libtiff-dev,
libtool,
libwebp-dev,
libxml2-dev,
pkgconf,
zlib1g-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mapnik
Vcs-Git: https://salsa.debian.org/debian-gis-team/mapnik.git
Homepage: http://www.mapnik.org/
Package: libmapnik4.1
Architecture: any
Multi-Arch: same
Depends: fonts-dejavu,
${shlibs:Depends},
${misc:Depends}
Suggests: postgis
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
.
This package contains the shared library and input plugins.
Package: libmapnik-dev
Architecture: any
Section: libdevel
Depends: libmapnik4.1 (= ${binary:Version}),
libavif-dev,
libboost-context-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-regex-dev,
libboost-system-dev,
libboost-thread-dev,
libboost-url-dev,
libc6-dev | libc-dev,
libcairo2-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
libfreetype-dev,
libgdal-dev,
libharfbuzz-dev,
libicu-dev,
libjpeg-dev,
libmapbox-geometry-dev,
libmapbox-polylabel-dev,
libmapbox-variant-dev (>= 1.1.5),
libpng-dev,
libpq-dev,
libproj-dev,
libprotozero-dev,
libsqlite3-dev,
libssl-dev,
libtiff-dev,
libwebp-dev,
libxml2-dev,
pkgconf,
zlib1g-dev,
${misc:Depends}
Recommends: 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
.
This package contains the development headers, API documentation, and
build utilities.
Package: mapnik-utils
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends}
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
.
This package contains miscellaneous utilities distributed with mapnik:
.
shapeindex: program to creates file system based index for ESRI shape-files
Package: mapnik-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: libmapnik-dev
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
.
This package contains developer documentation.
|