File: control

package info (click to toggle)
libid3tag 0.16.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 504 kB
  • sloc: ansic: 4,476; sed: 27; makefile: 6
file content (47 lines) | stat: -rw-r--r-- 1,360 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: libid3tag
Standards-Version: 4.7.2
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Kurt Roeckx <kurt@roeckx.be>,
 Andreas Tille <tille@debian.org>
Section: sound
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 gettext,
 zlib1g-dev,
 gperf,
Vcs-Browser: https://salsa.debian.org/multimedia-team/libid3tag
Vcs-Git: https://salsa.debian.org/multimedia-team/libid3tag.git
Homepage: https://codeberg.org/tenacityteam/libid3tag

Package: libid3tag0
Architecture: any
Multi-Arch: same
Section: libs
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: ID3 tag reading library from the MAD project
 ID3 tag manipulation library with full support for reading ID3v1, ID3v1.1,
 ID3v2.2, ID3v2.3, and ID3v2.4 tags, as well as support for writing ID3v1,
 ID3v1.1, and ID3v2.4 tags.

Package: libid3tag0-dev
Architecture: any
Section: libdevel
Depends:
 libid3tag0 (= ${binary:Version}),
 ${misc:Depends},
 pkgconf,
 zlib1g-dev,
Description: ID3 tag reading library from the MAD project (devel)
 ID3 tag manipulation library with full support for reading ID3v1, ID3v1.1,
 ID3v2.2, ID3v2.3, and ID3v2.4 tags, as well as support for writing ID3v1,
 ID3v1.1, and ID3v2.4 tags.
 .
 This is the package you need to develop or compile applications that
 use id3tag.