Skip to content

Commit

Permalink
mpd: add libopenmpt dependancy
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
heitbaum committed Dec 25, 2021
1 parent 6523787 commit 71c797b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/addons/service/mpd/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 71c797b

Please sign in to comment.