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
|
Source: libterralib
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Section: libs
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12),
libgeotiff-dev,
libjpeg-dev,
libtiff-dev,
qt5-qmake,
qtbase5-dev,
zlib1g-dev,
libshp-dev,
libdxflib-dev (>= 3.12.2),
default-libmysqlclient-dev,
libpq-dev,
firebird-dev
Standards-Version: 4.4.0
Homepage: http://www.terralib.org/
Package: libterralib-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libterralib3t64 (= ${binary:Version}),
${misc:Depends}
Suggests: libterralib-doc
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: libterralib3t64
Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Suggests: libterralib-doc
Conflicts: libterralib1c2a,
Replaces: libterralib3, libterralib1c2a,
libterralib (<< 4.3.0+dfsg.1-3~)
Breaks: libterralib3 (<< ${source:Version}), 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: libterralib3t64
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.
|