0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-15 15:53:12 +00:00
Files
termux-packages/packages/libchromaprint/chromaprint.subpackage.sh
NORALDM 035b10e2c4 enhance(main/chromaprint): Move chromaprint into subpackage of libchromaprint
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
2025-07-29 12:46:20 -05:00

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"