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 124 125 126 127 128
|
Source: vips
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13), meson, pkgconf,
libjpeg-dev, libtiff-dev, libpng-dev, libcgif-dev, librsvg2-dev,
libjxl-dev, libpoppler-glib-dev, gobject-introspection, zlib1g-dev,
libfftw3-dev | fftw3-dev, liblcms2-dev, libmagickcore-dev,
libmagickwand-dev, libfreetype-dev, libpango1.0-dev, libfontconfig-dev,
libglib2.0-dev, libice-dev, libimagequant-dev, liborc-0.4-dev, libheif-dev,
libmatio-dev, libexpat1-dev, libcfitsio-dev, libopenslide-dev, libwebp-dev,
libgsf-1-dev, libgirepository1.0-dev, doxygen, graphviz,
gtk-doc-tools, bc
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Standards-Version: 4.6.2
Homepage: https://libvips.github.io/libvips/
Rules-Requires-Root: no
Package: libvips42
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: libvips
Suggests: nip2
Description: image processing system good for very large ones
VIPS is an image processing system designed with efficiency in mind.
It is good with large images (ones that larger than the amount of RAM in
your machine), and for working with colour. It can perform many
image manipulation tasks much faster than other packages such as
ImageMagick and the GIMP and includes some special features such as
creating single "mosaic" images from multiple parts.
.
VIPS consists of two main components: an image processing library
with some command-line tools and a spreadsheet-like graphical user
interface. The graphical interface is available in the nip2 package.
.
This package includes runtime libraries needed to run applications
linked with the vips library.
Package: libvips-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libvips42 (= ${binary:Version}), gir1.2-vips-8.0 (= ${binary:Version}),
libjpeg-dev, libtiff-dev, zlib1g-dev, libfftw3-dev | fftw3-dev, liblcms2-dev,
libpng-dev, libmagickcore-dev, libmagickwand-dev, libfreetype-dev,
libpango1.0-dev, libfontconfig-dev, libglib2.0-dev, libice-dev, gettext,
pkgconf, liborc-0.4-dev, libopenexr-dev, libmatio-dev, libexpat1-dev,
libcfitsio-dev, libopenslide-dev, libwebp-dev, libgsf-1-dev,
libcgif-dev, libpoppler-glib-dev, librsvg2-dev, libjxl-dev,
libimagequant-dev, libheif-dev
Recommends: libvips-doc, libvips-tools
Suggests: nip2
Description: image processing system good for very large ones (dev)
VIPS is an image processing system designed with efficiency in mind.
It is good with large images (ones that larger than the amount of RAM in
your machine), and for working with colour. It can perform many
image manipulation tasks much faster than other packages such as
ImageMagick and the GIMP and includes some special features such as
creating single "mosaic" images from multiple parts.
.
VIPS consists of two main components: an image processing library
with some command-line tools and a spreadsheet-like graphical user
interface. The graphical interface is available in the nip2 package.
.
This package includes all development files needed to compile
applications that use the vips library.
Package: libvips-tools
Section: graphics
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, python3
Suggests: nip2, libvips-doc, libvips-dev
Description: image processing system good for very large ones (tools)
VIPS is an image processing system designed with efficiency in mind.
It is good with large images (ones that larger than the amount of RAM in
your machine), and for working with colour. It can perform many
image manipulation tasks much faster than other packages such as
ImageMagick and the GIMP and includes some special features such as
creating single "mosaic" images from multiple parts.
.
VIPS consists of two main components: an image processing library
with some command-line tools and a spreadsheet-like graphical user
interface. The graphical interface is available in the nip2 package.
.
This package includes several command-line utilities that make it
possible to use some vips functionality from shell scripts or the
command line.
Package: libvips-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: image processing system good for very large ones (doc)
VIPS is an image processing system designed with efficiency in mind.
It is good with large images (ones that larger than the amount of RAM in
your machine), and for working with colour. It can perform many
image manipulation tasks much faster than other packages such as
ImageMagick and the GIMP and includes some special features such as
creating single "mosaic" images from multiple parts.
.
VIPS consists of two main components: an image processing library
with some command-line tools and a spreadsheet-like graphical user
interface. The graphical interface is available in the nip2 package.
.
This package includes complete documentation for the VIPS system. It
includes the application programmers' guide, the library programmers'
guide, the C++ programmers' guide, and the reference guide, as well
as HTML versions of the program and library manual pages.
Package: gir1.2-vips-8.0
Section: introspection
Architecture: any
Depends: ${gir:Depends}, ${misc:Depends}
Description: GObject introspection data for VIPS
VIPS is an image processing system designed with efficiency in mind.
It is good with large images (ones that larger than the amount of RAM in
your machine), and for working with colour. It can perform many
image manipulation tasks much faster than other packages such as
ImageMagick and the GIMP and includes some special features such as
creating single "mosaic" images from multiple parts.
.
VIPS consists of two main components: an image processing library
with some command-line tools and a spreadsheet-like graphical user
interface. The graphical interface is available in the nip2 package.
.
This package provides the introspection data for VIPS library.
|