mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-15 15:53:12 +00:00
Chromaprint consists of the libchromaprint library and a tool to calculate audio fingerprints (fpcalc). fpcalc depends on ffmpeg but libchromaprint can use fftw instead of ffmpeg and hence can be split into a subpackage to avoid pulling in ffmpeg. * rename(main/chromaprint): libchromaprint
4 lines
169 B
Bash
4 lines
169 B
Bash
TERMUX_SUBPKG_DESCRIPTION="C library for generating audio fingerprints used by AcoustID (fpcalc tool)"
|
|
TERMUX_SUBPKG_DEPENDS="ffmpeg"
|
|
TERMUX_SUBPKG_INCLUDE="bin/fpcalc"
|