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
|
Source: libterralib
Maintainer: Debian GIS Team <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10),
libgeotiff-dev,
libjpeg-dev,
libtiff-dev,
qt5-qmake,
qtbase5-dev,
zlib1g-dev,
libqwt-qt5-dev,
libshp-dev,
libdxflib-dev (>= 3.12.2),
default-libmysqlclient-dev,
libpq-dev,
firebird-dev
Standards-Version: 3.9.8
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/libterralib.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/libterralib.git
Homepage: http://www.terralib.org/
Package: libterralib-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libterralib3 (= ${binary:Version}),
${misc:Depends}
Suggests: libterralib-doc
Conflicts: libterralib1-dev,
libterralib3-dev
Replaces: libterralib3-dev
Description: C++ library for Geographical Information Systems -- development package
TerraLib enables quick development of custom-built geographical applications
using spatial databases. As a research tool, TerraLib is aimed at providing a
rich and powerful environment for the development of GIS research,
enabling the development of GIS prototypes that include new concepts such as
spatio-temporal data models, geographical ontologies and advanced spatial
analysis techniques. TerraLib defines a geographical data model and provides
support for this model over a range of different DBMS (MySQL, PostgreSQL,
ORACLE and ACCESS), and is implemented as a library of C++ classes and
functions, written in ANSI-C++.
.
This package contains development files for terralib.
Package: libterralib3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Suggests: libterralib-doc
Conflicts: libterralib1c2a,
Replaces: libterralib1c2a,
libterralib (<< 4.3.0+dfsg.1-3~)
Breaks: libterralib (<< 4.3.0+dfsg.1-3~)
Description: C++ library for Geographical Information Systems
TerraLib enables quick development of custom-built geographical applications
using spatial databases. As a research tool, TerraLib is aimed at providing a
rich and powerful environment for the development of GIS research,
enabling the development of GIS prototypes that include new concepts such as
spatio-temporal data models, geographical ontologies and advanced spatial
analysis techniques. TerraLib defines a geographical data model and provides
support for this model over a range of different DBMS (MySQL, PostgreSQL,
ORACLE and ACCESS), and is implemented as a library of C++ classes and
functions, written in ANSI-C++.
Package: libterralib-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libterralib3
Replaces: libterralib3-doc
Description: C++ library for Geographical Information Systems -- documentation package
TerraLib enables quick development of custom-built geographical applications
using spatial databases. As a research tool, TerraLib is aimed at providing a
rich and powerful environment for the development of GIS research,
enabling the development of GIS prototypes that include new concepts such as
spatio-temporal data models, geographical ontologies and advanced spatial
analysis techniques. TerraLib defines a geographical data model and provides
support for this model over a range of different DBMS (MySQL, PostgreSQL,
ORACLE and ACCESS), and is implemented as a library of C++ classes and
functions, written in ANSI-C++.
.
This package contains examples for the terralib library.
|