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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
Source: libwebp
Section: libs
Priority: optional
Maintainer: Jeff Breidenbach <jab@debian.org>
Rules-Requires-Root: no
Build-Depends:
cmake,
debhelper-compat (= 13),
libgif-dev,
libglut-dev,
libjpeg-dev,
libpng-dev,
libtiff-dev <!pkg.libwebp.notiff>,
pkgconf,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/libwebp
Vcs-Git: https://salsa.debian.org/debian/libwebp.git
Homepage: https://developers.google.com/speed/webp/
Description: Lossy compression of digital photographic images
Image Compression format, based on the VP8 codec.
WebP uses the modern VP8 compression format to deliver efficient
compression of images for the web. More than 30% extra gain over
optimized JPEG, for same quality, is not unusual.
Package: libwebp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libwebp7 (= ${binary:Version}),
libwebpdemux2 (= ${binary:Version}),
libwebpmux3 (= ${binary:Version}),
libwebpdecoder3 (= ${binary:Version}),
libsharpyuv-dev,
${misc:Depends},
Description: ${source:Synopsis} (development files)
${source:Extended-Description}
Package: libwebp7
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} (shared library)
${source:Extended-Description}
Package: libwebpdemux2
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} (libwebpdemux library)
${source:Extended-Description}
Package: libwebpmux3
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} (libwebpmux library)
${source:Extended-Description}
Package: libwebpdecoder3
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Library for the WebP graphics format (decode only)
This package provides the decoder functions for the WebP
graphics format as a shared library.
Package: libsharpyuv0
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Library for sharp RGB to YUV conversion
This library provides the function to convert RGB to YUV420 using
a downsampling algorithm that minimizes artefacts caused by chroma
subsampling.
.
This package provides the shared library files.
Package: libsharpyuv-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libsharpyuv0 (= ${binary:Version}),
${misc:Depends},
Description: Library for sharp RGB to YUV conversion (development files)
This library provides the function to convert RGB to YUV420 using
a downsampling algorithm that minimizes artefacts caused by chroma
subsampling.
.
This package provides the development files.
Package: webp
Section: graphics
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} (utilities)
${source:Extended-Description}
.
This package provides executable utilities provided by
libwebp project.
|