File: control

package info (click to toggle)
libimagequant 2.12.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 412 kB
  • sloc: ansic: 3,098; sh: 215; java: 158; cs: 132; makefile: 122; xml: 87
file content (38 lines) | stat: -rw-r--r-- 1,313 bytes parent folder | download
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
Source: libimagequant
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Herbert Parentes Fortes Neto <hpfn@debian.org>,
           Andreas Tille <tille@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper (>= 11),
               d-shlibs
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/libimagequant
Vcs-Git: https://salsa.debian.org/debian-phototools-team/libimagequant.git
Homepage: https://github.com/ImageOptim/libimagequant

Package: libimagequant-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libimagequant0 (= ${binary:Version}),
         ${misc:Depends}
Description: palette quantization library (development files)
 Small, portable C library for high-quality conversion of RGBA
 images to 8-bit indexed-color (palette) images.
 .
 This library powers pngquant and other PNG optimizers.
 .
 This package contains the development files.

Package: libimagequant0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: palette quantization library
 Small, portable C library for high-quality conversion of RGBA
 images to 8-bit indexed-color (palette) images.
 .
 This library powers pngquant and other PNG optimizers.