Bug 1864652 - Expose settings for Global Privacy Control. r=geckoview-reviewers,ohall...
[gecko.git] / third_party / jpeg-xl / debian / control
blobf5dc5ce0cc05893300edb521d1aa13315820d823
1 Source: jpeg-xl
2 Maintainer: JPEG XL Maintainers <jpegxl@google.com>
3 Section: misc
4 Priority: optional
5 Standards-Version: 3.9.8
6 Build-Depends:
7  asciidoc,
8  cmake,
9  debhelper (>= 9),
10  libbrotli-dev,
11  libgdk-pixbuf-2.0-dev | libgdk-pixbuf2.0-dev,
12  libgif-dev,
13  libgimp2.0-dev,
14  libgmock-dev,
15  libgoogle-perftools-dev,
16  libgtest-dev,
17  libhwy-dev (>= 1.0.0),
18  libjpeg-dev,
19  libopenexr-dev,
20  libpng-dev,
21  libwebp-dev,
22  pkg-config,
23  xdg-utils,
24  xmlto,
25 Homepage: https://github.com/libjxl/libjxl
26 Rules-Requires-Root: no
28 Package: jxl
29 Architecture: any
30 Section: utils
31 Depends: ${misc:Depends}, ${shlibs:Depends}
32 Description: JPEG XL Image Coding System - "JXL" (command line utility)
33  The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and
34  lossless image compression format. It has a rich feature set and is
35  particularly optimized for responsive web environments, so that
36  content renders well on a wide range of devices. Moreover, it includes
37  several features that help transition from the legacy JPEG format.
38  .
39  This package installs the command line utilities.
41 Package: libjxl-dev
42 Architecture: any
43 Section: libdevel
44 Depends: libjxl (= ${binary:Version}), ${misc:Depends}
45  libhwy-dev,
46 Description: JPEG XL Image Coding System - "JXL" (development files)
47  The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and
48  lossless image compression format. It has a rich feature set and is
49  particularly optimized for responsive web environments, so that
50  content renders well on a wide range of devices. Moreover, it includes
51  several features that help transition from the legacy JPEG format.
52  .
53  This package installs development files.
55 Package: libjxl
56 Architecture: any
57 Multi-Arch: same
58 Section: libs
59 Depends: ${shlibs:Depends}, ${misc:Depends}
60 Pre-Depends: ${misc:Pre-Depends}
61 Description: JPEG XL Image Coding System - "JXL" (shared libraries)
62  The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and
63  lossless image compression format. It has a rich feature set and is
64  particularly optimized for responsive web environments, so that
65  content renders well on a wide range of devices. Moreover, it includes
66  several features that help transition from the legacy JPEG format.
67  .
68  This package installs shared libraries.
70 Package: libjxl-gdk-pixbuf
71 Architecture: any
72 Multi-Arch: same
73 Section: libs
74 Depends: ${shlibs:Depends}, ${misc:Depends}
75 Pre-Depends: ${misc:Pre-Depends}
76 Description: JPEG XL Plugin for gdk-pixbuf
77  This package installs the required files for reading JPEG XL files in
78  GTK applications.
80 Package: libjxl-gimp-plugin
81 Architecture: any
82 Multi-Arch: same
83 Section: graphics
84 Depends: ${shlibs:Depends}, ${misc:Depends}
85 Pre-Depends: ${misc:Pre-Depends}
86 Enhances: gimp
87 Description: JPEG XL Import and Export Plugin for GIMP
88  This is a plugin for GIMP version 2.10.x to import and export JPEG XL images.