Source: mpd Version: 0.23.14-2 Severity: normal Tags: patch mpd build-depends on libgcrypt20-dev but afaict does not use libgcrypt. The only notion I can find about it is related to mpd-0.23.14/src/lib/gcrypt/meson.build
if libavutil_dep.found()
# if we have FFmpeg, we can use its MD5 implementation and we don't
# need libgcrypt
gcrypt_dep = dependency('', required: false)
subdir_done()
endif
[...]
The Debian packages b-ds on libavformat-dev.
cu Andreas

