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
|
Source: taglib-extras
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends: debhelper-compat (= 12), cmake (>= 2.6.2), pkg-kde-tools (>= 0.4), libtag1-dev (>= 1.6)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/multimedia-team/taglib-extras.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/taglib-extras
Package: libtag-extras1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: TagLib extras library - support for more file formats
This package contains a library which implements reading and editing tags of a
couple extra media file formats which are not supported by the core TagLib
Audio Meta-Data Library (taglib). Currently supported file formats are
Audible and RealMedia.
Package: libtag-extras-dev
Section: libdevel
Architecture: any
Depends: libtag-extras1 (= ${binary:Version}), ${sameVersionDep:libtag1-dev}, ${misc:Depends}
Description: TagLib extras library - development files
This package contains development files needed to build applications using
TagLib extras library. This library implements reading and editing tags of a
couple extra media file formats which are not supported by the core TagLib
Audio Meta-Data Library (taglib). Currently supported file formats are
Audible and RealMedia.
|