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
|
Source: lerc
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: libs
Priority: optional
Testsuite: autopkgtest-pkg-python
Build-Depends: cmake,
debhelper-compat (= 12),
dh-python,
pkg-kde-tools,
python3-all,
python3-numpy,
python3-setuptools
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/lerc
Vcs-Git: https://salsa.debian.org/debian-gis-team/lerc.git
Homepage: https://github.com/Esri/lerc
Rules-Requires-Root: no
Package: liblerc4
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Limited Error Raster Compression library
LERC is an open-source image or raster format which
supports rapid encoding and decoding for any pixel
type (not just RGB or Byte). Users set the maximum
compression error per pixel while encoding, so the
precision of the original input image is preserved
(within user defined error bounds).
Package: liblerc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: liblerc4 (= ${binary:Version}),
${misc:Depends}
Description: Limited Error Raster Compression library (Development files)
LERC is an open-source image or raster format which
supports rapid encoding and decoding for any pixel
type (not just RGB or Byte). Users set the maximum
compression error per pixel while encoding, so the
precision of the original input image is preserved
(within user defined error bounds).
.
This is a development package of LERC.
Package: python3-lerc
Architecture: all
Section: python
Depends: liblerc4,
python3-numpy,
${python3:Depends},
${misc:Depends}
Description: Python 3 bindings to the Limited Error Raster Compression library
LERC is an open-source image or raster format which
supports rapid encoding and decoding for any pixel
type (not just RGB or Byte). Users set the maximum
compression error per pixel while encoding, so the
precision of the original input image is preserved
(within user defined error bounds).
.
This is a Python package of LERC.
|