File: control

package info (click to toggle)
libaudio-flac-header-perl 2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 416 kB
  • sloc: perl: 2,431; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,432 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
Source: libaudio-flac-header-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11~),
               perl,
               libflac-dev,
               libmodule-install-perl,
               libtest-pod-coverage-perl,
               libtest-pod-perl
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libaudio-flac-header-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libaudio-flac-header-perl.git
Homepage: https://metacpan.org/release/Audio-FLAC-Header

Package: libaudio-flac-header-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Perl interface to FLAC file header metadata
 Audio::FLAC::Header provides an object-oriented interface to FLAC file header
 and metadata, it returns a hash containing basic information about a FLAC
 file, a representation of the embedded cue sheet if one exists, as well as tag
 information contained in the FLAC file's Vorbis tags.
 .
 There is no complete list of tag keys for Vorbis tags, as they can be
 defined by the user; the basic set of tags used for FLAC files include:
 ALBUM, ARTIST, TITLE, DATE, GENRE, TRACKNUMBER, COMMENT.