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
|
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: debhelper (>= 9~),
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-regex-dev,
libboost-system-dev,
libboost-thread-dev,
libcairo-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
libfreetype6-dev,
libgdal-dev,
libharfbuzz-dev,
libicu-dev,
libjpeg-dev,
libmapbox-variant-dev (>= 1.1.1),
libpng-dev,
libpq-dev,
libproj-dev,
libsqlite3-dev,
libtiff-dev,
libtool,
libwebp-dev,
libxml2-dev,
pkg-config,
scons,
zlib1g-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapnik.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapnik.git -b stretch
Homepage: http://www.mapnik.org/
Package: libmapnik3.0
Architecture: any-amd64 i386 arm64 armel armhf powerpc ppc64el s390x alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32
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-amd64 i386 arm64 armel armhf powerpc ppc64el s390x alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32
Section: libdevel
Depends: libmapnik3.0 (= ${binary:Version}),
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-regex-dev,
libboost-system-dev,
libboost-thread-dev,
libc6-dev | libc-dev,
libcairo2-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
libfreetype6-dev,
libgdal-dev,
libharfbuzz-dev,
libicu-dev,
libjpeg-dev,
libmapbox-variant-dev (>= 1.1.1),
libpng-dev,
libpq-dev,
libproj-dev,
libsqlite3-dev,
libtiff-dev,
libwebp-dev,
libxml2-dev,
pkg-config,
zlib1g-dev,
${misc:Depends}
Recommends: mapnik-doc
Breaks: libmapnik2-dev (<< 2.2.0+ds1-1~)
Replaces: libmapnik2-dev (<< 2.2.0+ds1-1~)
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-amd64 i386 arm64 armel armhf powerpc ppc64el s390x alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32
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
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.
|