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
|
Source: exactimage
Section: graphics
Priority: optional
Maintainer: Sven Eckelmann <sven@narfation.org>
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://exactcode.com/opensource/exactimage/
Vcs-Git: https://salsa.debian.org/ecsv/exactimage.git -b debian/unstable
Vcs-Browser: https://salsa.debian.org/ecsv/exactimage
Build-Depends:
debhelper-compat (= 13),
dh-python,
docbook-xml,
docbook-xsl,
libagg2-dev,
libexpat-dev,
libfreetype-dev,
libgif-dev,
libjpeg-dev,
libopenexr-dev,
libperl-dev,
libpng-dev,
libtiff-dev,
libx11-dev,
libxml2-utils,
perl,
pkgconf,
python3-all-dev,
python3-setuptools,
swig,
xsltproc,
Package: exactimage
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: fast image manipulation programs
ExactImage is a fast C++ image processing library. Unlike many other library
frameworks it allows operation in several color spaces and bit depths
natively, resulting in low memory and computational requirements.
.
This package contains the utilities.
Package: libexactimage-perl
Section: perl
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Description: fast image manipulation library (Perl bindings)
ExactImage is a fast C++ image processing library. Unlike many other library
frameworks it allows operation in several color spaces and bit depths
natively, resulting in low memory and computational requirements.
.
This package contains the Perl bindings.
Package: python3-exactimage
Section: python
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Provides:
${python3:Provides},
Description: fast image manipulation library (Python3 bindings)
ExactImage is a fast C++ image processing library. Unlike many other library
frameworks it allows operation in several color spaces and bit depths
natively, resulting in low memory and computational requirements.
.
This package contains the Python3 bindings.
|