File: control

package info (click to toggle)
exempi 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,240 kB
  • ctags: 8,629
  • sloc: cpp: 71,596; sh: 4,130; makefile: 350; ansic: 154
file content (59 lines) | stat: -rw-r--r-- 2,118 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
59
Source: exempi
Section: libs
Priority: optional
Maintainer: Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 10),
               libexpat1-dev,
               zlib1g-dev,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/exempi.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/exempi.git
Homepage: https://libopenraw.freedesktop.org/wiki/Exempi

Package: exempi
Section: graphics
Architecture: any
Multi-Arch: foreign
Depends: libexempi3 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Description: command line tool to manipulate XMP metadata
 Exempi is a library to parse XMP metadata as defined by the
 specification.
 .
 XMP (Extensible Metadata Platform) facilitates embedding metadata in files
 using a subset of RDF. Most notably XMP supports embedding metadata in PDF
 and many image formats, though it is designed to support nearly any file type.
 .
 This package provides a command line tool to manipulate XMP metadata.

Package: libexempi3
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: library to parse XMP metadata (Library)
 Exempi is a library to parse XMP metadata as defined by the
 specification.
 .
 XMP (Extensible Metadata Platform) facilitates embedding metadata in files
 using a subset of RDF. Most notably XMP supports embedding metadata in PDF
 and many image formats, though it is designed to support nearly any file type.

Package: libexempi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libexempi3 (= ${binary:Version}),
         ${misc:Depends},
Description: library to parse XMP metadata (Development files)
 Exempi is a library to parse XMP metadata as defined by the
 specification.
 .
 XMP (Extensible Metadata Platform) facilitates embedding metadata in files
 using a subset of RDF. Most notably XMP supports embedding metadata in PDF
 and many image formats, though it is designed to support nearly any file type.
 .
 This package provides development files for using exempi.