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
|
Source: libraw
Section: libs
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Matteo F. Vescovi <mfv@debian.org>
Build-Depends: debhelper-compat (= 13),
liblcms2-dev,
libjpeg-dev,
pkg-config
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://www.libraw.org
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/libraw
Vcs-Git: https://salsa.debian.org/debian-phototools-team/libraw.git
Package: libraw20
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Multi-Arch: same
Description: raw image decoder library
LibRaw is a library for reading RAW files obtained from digital photo cameras
(CRW/CR2, NEF, RAF, DNG, and others).
.
This package contains the shared library.
Package: libraw-bin
Section: graphics
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Multi-Arch: foreign
Description: raw image decoder library (tools)
LibRaw is a library for reading RAW files obtained from digital photo cameras
(CRW/CR2, NEF, RAF, DNG, and others).
.
This package contains some tools to manipulate RAW files.
Package: libraw-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libraw20 (= ${binary:Version}),
liblcms2-dev
Multi-Arch: same
Description: raw image decoder library (development files)
LibRaw is a library for reading RAW files obtained from digital photo cameras
(CRW/CR2, NEF, RAF, DNG, and others).
.
This package contains the static library and header files.
Package: libraw-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: raw image decoder library (documentation)
LibRaw is a library for reading RAW files obtained from digital photo cameras
(CRW/CR2, NEF, RAF, DNG, and others).
.
This package contains documentation files.
|