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 88 89 90 91 92 93 94 95 96 97 98 99
|
Source: libheif
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Joachim Bauch <bauch@struktur.de>
Build-Depends:
cmake,
debhelper-compat (= 13),
libaom-dev,
libdav1d-dev,
libde265-dev (>= 1.0.7),
libgdk-pixbuf2.0-dev,
libjpeg-dev,
libpng-dev,
libx265-dev,
pkg-config
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://www.libheif.org
Vcs-Git: https://salsa.debian.org/multimedia-team/libheif.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libheif
Package: libheif1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: ISO/IEC 23008-12:2017 HEIF file format decoder - shared library
libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder. HEIF is a new
image file format employing HEVC (h.265) image coding for the best compression
ratios currently possible.
.
This package contains the shared library.
Package: libheif-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends:
libheif1 (= ${binary:Version}),
libaom-dev,
libdav1d-dev,
libde265-dev (>= 1.0.7),
libx265-dev,
${misc:Depends}
Description: ISO/IEC 23008-12:2017 HEIF file format decoder - development files
libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder. HEIF is a new
image file format employing HEVC (h.265) image coding for the best compression
ratios currently possible.
.
The development headers for compiling programs that use libheif are provided
by this package.
Package: libheif-examples
Section: video
Architecture: any
Depends:
libheif1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: ISO/IEC 23008-12:2017 HEIF file format decoder - examples
libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder. HEIF is a new
image file format employing HEVC (h.265) image coding for the best compression
ratios currently possible.
.
Sample applications using libheif are provided by this package.
Package: heif-thumbnailer
Section: graphics
Architecture: any
Depends:
libheif1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: ISO/IEC 23008-12:2017 HEIF file format decoder - thumbnailer
libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder. HEIF is a new
image file format employing HEVC (h.265) image coding for the best compression
ratios currently possible.
.
A thumbnailer for HEIF images that can be used by Nautilus is provided by this
package.
Package: heif-gdk-pixbuf
Section: graphics
Architecture: any
Depends:
libheif1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: ISO/IEC 23008-12:2017 HEIF file format decoder - gdk-pixbuf loader
libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder. HEIF is a new
image file format employing HEVC (h.265) image coding for the best compression
ratios currently possible.
.
A gdk-pixbuf loader module for applications such as "gpicview" and "pcmanfm"
is provided by this package.
|