File: control

package info (click to toggle)
id3lib3.8.3 3.8.3-16.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,636 kB
  • sloc: cpp: 12,364; sh: 9,186; ansic: 7,240; makefile: 355; php: 325
file content (60 lines) | stat: -rw-r--r-- 2,410 bytes parent folder | download | duplicates (2)
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
Source: id3lib3.8.3
Section: libs
Priority: optional
Maintainer: Stefan Ott <stefan@ott.net>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), autoconf, automake, libtool, texinfo, zlib1g-dev, g++ (>= 4:5.2)
Build-Depends-Indep: doxygen
Homepage: http://id3lib.sourceforge.net/
Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/id3lib/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/id3lib

Package: libid3-3.8.3-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libid3-3.8.3v5 (= ${binary:Version}), zlib1g-dev
Replaces: libid3-dev
Provides: libid3-dev
Conflicts: libid3-dev
Recommends: libid3-tools
Suggests: libid3-doc
Description: ID3 Tag Library: Development Libraries and Header Files
 This package contains the headers that programmers will need to develop
 applications which will use id3lib, the software library for ID3v1 and ID3v2
 tag manipulation.

Package: libid3-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: ID3 Tag Library: Documentation
 This package contains the documentation that programmers will need to develop
 applications which will use id3lib, the software library for ID3v1 and ID3v2
 tag manipulation.

Package: libid3-tools
Section: sound
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libid3-3.8.3c2a (<< 3.8.3-11), libid3-3.8.3-dev (<< 3.8.3-11)
Replaces: libid3-3.8.3c2a (<< 3.8.3-11), libid3-3.8.3-dev (<< 3.8.3-11)
Description: ID3 Tag Library: Utilities
 This package contains some utilities that belong with id3lib, the software
 library for ID3v1 and ID3v2 tag manipulation. The utilities are:
 id3cp, id3tag, id3convert, id3info.

Package: libid3-3.8.3v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libid3-3.8.3, libid3-3.8.3c2, libid3-3.8.3c2a
Replaces: libid3-3.8.3, libid3-3.8.3c2, libid3-3.8.3c2a
Suggests: libid3-tools
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: library for manipulating ID3v1 and ID3v2 tags
 This package provides a software library for manipulating ID3v1 and ID3v2
 tags. It provides a convenient interface for software developers to include
 standards-compliant ID3v1/2 tagging capabilities in their applications.
 Features include identification of valid tags, automatic size conversions,
 (re)synchronisation of tag frames, seamless tag (de)compression, and
 optional padding facilities.