File: control

package info (click to toggle)
libmp3-tag-perl 1.13-1.2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,580 kB
  • sloc: perl: 9,929; makefile: 21; sh: 11
file content (20 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libmp3-tag-perl
Section: perl
Priority: optional
Maintainer: Ian Beckwith <ianb@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: file, perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/MP3-Tag/

Package: libmp3-tag-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Recommends: libimage-exiftool-perl, libmp3-info-perl
Suggests: texlive-latex-extra
Description: Module for reading tags of MP3 audio files
 MP3::Tag is a wrapper module to read different tags of mp3 files. 
 It provides an easy way to access the functions of separate modules
 which do the handling of reading/writing the tags itself.
 .
 At the moment MP3::Tag::ID3v1 and MP3::Tag::ID3v2 are supported.