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
|
Source: libid3
Section: devel
Priority: optional
Maintainer: Pawel Wiecek <coven@debian.org>
Standards-Version: 2.5.0
Package: libid31-dev
Architecture: any
Depends: libid31, libc6-dev
Provides: libid3-dev
Conflicts: libid3-dev
Description: ID3 library development files
Include files and static library for ID3 library (library for
handling ID3 tags in MP3 files, including ID3v2.3 ones).
The support is provided both via C++ classes and via traditional
C functions.
Package: libid31
Architecture: any
Depends: ${shlibs:Depends}
Description: ID3 library
Library that provides functions (via C++ classes as well as
traditional C code) for reading and writing ID3 tags (small pieces
of data added to MP3 files and storing song title, album title,
artist, etc.).
It supports ID3v1, ID3v1.1, ID3v2.2 and ID3v2.3. It also supports
Lyrics3 tags.
|