[Pkg-mpd-maintainers] Bug#1071944: mpd: unused build-dependency on libgcrypt20-dev

Andreas Metzler ametzler at bebt.de
Sun May 26 11:09:03 BST 2024


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



More information about the Pkg-mpd-maintainers mailing list