mpd: add libopenmpt dependancy

scripts/build mpd was not including libopenmpt, this was not the case
when the addon script was run - thus getting different results. Include
libopenmpt here so as to ensure that standalone build and jenkins mpt
build are the same.
This commit is contained in:
heitbaum 2021-12-25 01:01:05 +00:00
parent 6523787844
commit 71c797bd22

View File

@ -11,8 +11,8 @@ PKG_LICENSE="GPL"
PKG_SITE="https://www.musicpd.org"
PKG_URL="http://www.musicpd.org/download/mpd/$(get_pkg_version_maj_min)/mpd-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain alsa-lib avahi boost curl faad2 ffmpeg flac glib lame libcdio libfmt \
libgcrypt libiconv libid3tag libmad libmpdclient libsamplerate libvorbis \
libnfs libogg mpd-mpc opus pulseaudio samba wavpack yajl"
libgcrypt libiconv libid3tag libmad libmpdclient libopenmpt libsamplerate \
libvorbis libnfs libogg mpd-mpc opus pulseaudio samba wavpack yajl"
PKG_SECTION="service.multimedia"
PKG_SHORTDESC="Music Player Daemon (MPD): a free and open Music Player Server"
PKG_LONGDESC="Music Player Daemon (${PKG_VERSION}) is a flexible and powerful server-side application for playing music"