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
|
Source: chromaprint
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Sebastian Ramacher <sramacher@debian.org>,
Reinhard Tartler <siretart@tauware.de>
Build-Depends:
cmake,
debhelper-compat (= 13),
libavcodec-dev,
libavformat-dev,
libgtest-dev <!nocheck>,
libswresample-dev,
python3-docutils
Standards-Version: 4.6.2
Section: libs
Homepage: https://acoustid.org/chromaprint
Vcs-Git: https://salsa.debian.org/multimedia-team/chromaprint.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/chromaprint
Rules-Requires-Root: no
Package: libchromaprint-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libchromaprint1 (= ${binary:Version}),
${misc:Depends}
Description: audio fingerprinting library - development files
Chromaprint is a library for calculating audio fingerprints
which are used by the Acoustid service. Its main purpose is to provide an
accurate identifier for record tracks
.
This package includes development files needed to compile programs
using libchromaprint.
Package: libchromaprint1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: audio fingerprint library
Chromaprint is a library for calculating audio fingerprints
which are used by the Acoustid service. Its main purpose is to provide an
accurate identifier for record tracks
Package: libchromaprint-tools
Section: sound
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: audio fingerprinting library - tools
Chromaprint is a library for calculating audio fingerprints
which are used by the Acoustid service. Its main purpose is to provide an
accurate identifier for record tracks
.
This package provides the fpcalc utility.
|