tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

control (2815B)


      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 libgoogle-perftools-dev,
     15 libgtest-dev,
     16 libhwy-dev (>= 1.0.0),
     17 libjpeg-dev,
     18 libopenexr-dev,
     19 libpng-dev,
     20 libwebp-dev,
     21 pkg-config,
     22 xdg-utils,
     23 xmlto,
     24 Homepage: https://github.com/libjxl/libjxl
     25 Rules-Requires-Root: no
     26 
     27 Package: jxl
     28 Architecture: any
     29 Section: utils
     30 Depends: ${misc:Depends}, ${shlibs:Depends}
     31 Description: JPEG XL Image Coding System - "JXL" (command line utility)
     32 The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and
     33 lossless image compression format. It has a rich feature set and is
     34 particularly optimized for responsive web environments, so that
     35 content renders well on a wide range of devices. Moreover, it includes
     36 several features that help transition from the legacy JPEG format.
     37 .
     38 This package installs the command line utilities.
     39 
     40 Package: libjxl-dev
     41 Architecture: any
     42 Section: libdevel
     43 Depends: libjxl (= ${binary:Version}), ${misc:Depends}
     44 libhwy-dev,
     45 Description: JPEG XL Image Coding System - "JXL" (development files)
     46 The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and
     47 lossless image compression format. It has a rich feature set and is
     48 particularly optimized for responsive web environments, so that
     49 content renders well on a wide range of devices. Moreover, it includes
     50 several features that help transition from the legacy JPEG format.
     51 .
     52 This package installs development files.
     53 
     54 Package: libjxl
     55 Architecture: any
     56 Multi-Arch: same
     57 Section: libs
     58 Depends: ${shlibs:Depends}, ${misc:Depends}
     59 Pre-Depends: ${misc:Pre-Depends}
     60 Description: JPEG XL Image Coding System - "JXL" (shared libraries)
     61 The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and
     62 lossless image compression format. It has a rich feature set and is
     63 particularly optimized for responsive web environments, so that
     64 content renders well on a wide range of devices. Moreover, it includes
     65 several features that help transition from the legacy JPEG format.
     66 .
     67 This package installs shared libraries.
     68 
     69 Package: libjxl-gdk-pixbuf
     70 Architecture: any
     71 Multi-Arch: same
     72 Section: libs
     73 Depends: ${shlibs:Depends}, ${misc:Depends}
     74 Pre-Depends: ${misc:Pre-Depends}
     75 Description: JPEG XL Plugin for gdk-pixbuf
     76 This package installs the required files for reading JPEG XL files in
     77 GTK applications.
     78 
     79 Package: libjxl-gimp-plugin
     80 Architecture: any
     81 Multi-Arch: same
     82 Section: graphics
     83 Depends: ${shlibs:Depends}, ${misc:Depends}
     84 Pre-Depends: ${misc:Pre-Depends}
     85 Enhances: gimp
     86 Description: JPEG XL Import and Export Plugin for GIMP
     87 This is a plugin for GIMP version 2.10.x to import and export JPEG XL images.