[go: up one dir, main page]

File: control

package info (click to toggle)
id3lib3.8.3 3.8.3-6etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,468 kB
  • ctags: 2,608
  • sloc: cpp: 12,324; sh: 10,351; ansic: 7,236; makefile: 387; php: 325
file content (32 lines) | stat: -rw-r--r-- 1,252 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
Source: id3lib3.8.3
Section: libs
Priority: optional
Maintainer: Robert Woodcock <rcw@debian.org>
Standards-Version: 3.5.8
Build-Depends: debhelper, autoconf, automake1.7, libtool, texinfo, zlib1g-dev

Package: libid3-3.8.3-dev
Section: libdevel
Architecture: any
Depends: libid3-3.8.3c2a (= ${Source-Version}), zlib1g-dev
Replaces: libid3-dev
Provides: libid3-dev
Conflicts: libid3-dev
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-3.8.3c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libid3-3.8.3, libid3-3.8.3c2
Replaces: libid3-3.8.3, libid3-3.8.3c2
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.