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
|
Source: tinyexr
Section: libs
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake,
zlib1g-dev,
Homepage: https://github.com/syoyo/tinyexr
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/roehling/tinyexr.git
Vcs-Browser: https://salsa.debian.org/roehling/tinyexr
Package: libtinyexr-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtinyexr1d (= ${binary:Version}), ${misc:Depends}
Description: C++ library to load and save OpenEXR images - development headers
TinyEXR is a small library to load and save OpenEXR images. It supports
the version 1 format and version 2 multi-part images, and it has partial
support for version 2 deep images.
.
This package contains the development headers for C++
Package: libtinyexr1d
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ library to load and save OpenEXR images
TinyEXR is a small library to load and save OpenEXR images. It supports
the version 1 format and version 2 multi-part images, and it has partial
support for version 2 deep images.
|