File: control

package info (click to toggle)
libdng 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,476 kB
  • sloc: ansic: 3,130; sh: 157; makefile: 13; python: 8
file content (58 lines) | stat: -rw-r--r-- 1,803 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: libdng
Section: libs
Priority: optional
Maintainer: DebianOnMobile Maintainers <debian-on-mobile-maintainers@alioth-lists.debian.net>
Uploaders: Arnaud Ferraris <aferraris@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libtiff-dev (>= 4.7.0),
 meson,
 pkgconf,
 scdoc,
Standards-Version: 4.7.2
Homepage: https://gitlab.com/megapixels-org/libdng
Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/libdng
Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/libdng.git

Package: libdng1
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Library for generating DNG files -- Shared library
 libdng makes it easier to generate valid DNG files following the
 Adobe Digital Negative specification.
 .
 Its main features are:
  * Writing DNG 1.4.0 compliant TIFF files
  * Parsing DCP files for extra color processing metadata
  * Some DNG reading support for the `dngmerge` utility
  * Isolating applications from the changing libtiff APIs
 .
 This package contains the shared library itself.

Package: libdng-dev
Section: libdevel
Architecture: any
Depends:
 ${misc:Depends},
 libdng1 (= ${binary:Version}),
Description: Library for generating DNG files -- Development files
 libdng makes it easier to generate valid DNG files following the
 Adobe Digital Negative specification.
 .
 This package contains the development files for building software
 making use of libdng.

Package: libdng-utils
Section: graphics
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Library for generating DNG files -- Utility programs
 libdng makes it easier to generate valid DNG files following the
 Adobe Digital Negative specification.
 .
 This package contains the `makedng` utility, allowing one to generate
 DNG files from raw sensor dumps.