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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
Source: taglib
Section: libs
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-pkgkde-symbolshelper,
cmake,
libcppunit-dev <!nocheck>,
libutfcpp-dev,
pkgconf,
zlib1g-dev,
Build-Depends-Indep:
doxygen <!nodoc>,
graphviz <!nodoc>,
Standards-Version: 4.7.3
Homepage: https://taglib.org/
Vcs-Git: https://salsa.debian.org/multimedia-team/taglib.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/taglib
Description: audio meta-data library
TagLib is a library for reading and editing audio meta data, commonly know as
tags.
.
- A clean, high level, C++ API to handling audio meta data.
- Format specific APIs for advanced API users.
- ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
- MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
Vorbis, Speex and Opus file formats.
- Basic audio file properties such as length, sample rate, etc.
- Long term binary and source compatibility.
- Extensible design, notably the ability to add other formats or extend
- current formats as a library user.
- Full support for unicode and internationalized tags.
- Dual MPL and LGPL licenses.
- No external toolkit dependencies.
Package: libtag-dev
Section: libdevel
Architecture: any
Depends:
libtag-c-dev (= ${binary:Version}),
libtag2 (= ${binary:Version}),
zlib1g-dev,
${misc:Depends},
Breaks:
libtag1-dev (<< 2),
Replaces:
libtag1-dev (<< 2),
Provides:
libtag1-dev,
Description: ${source:Synopsis} - development files
${source:Extended-Description}
.
This is the development package which contains headers for the TagLib Audio
Meta-Data Library.
Package: libtag-c-dev
Section: libdevel
Architecture: any
Depends:
libtag-c2 (= ${binary:Version}),
libtag-dev (= ${binary:Version}),
${misc:Depends},
Breaks:
libtagc0-dev (<< 2),
Replaces:
libtagc0-dev (<< 2),
Provides:
libtagc0-dev,
Description: ${source:Synopsis} - development files for C bindings
${source:Extended-Description}
.
This is the development package which contains headers for the TagLib Audio
Meta-Data Library (C bindings).
Package: libtag-c2
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} - C bindings
${source:Extended-Description}
.
This is the runtime package for programs that use the TagLib Audio Meta-Data
Library (C bindings).
Package: libtag-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends:
libjs-jquery,
${misc:Depends},
Suggests:
libtag-dev,
Description: ${source:Synopsis} - API documentation
${source:Extended-Description}
.
This is the documentation package which contains API documentation for the
TagLib Audio Meta-Data Library.
Package: libtag1-dev
Section: oldlibs
Architecture: any
Depends:
libtag-dev (= ${binary:Version}),
${misc:Depends},
Description: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: libtag2
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis}
${source:Extended-Description}
.
This is the runtime package for programs that use the TagLib Audio Meta-Data
Library.
|